Skip to content

Instantly share code, notes, and snippets.

View kormie's full-sized avatar
🏢
In a meeting

David kormie

🏢
In a meeting
View GitHub Profile
@intellectronica
intellectronica / 0.README.md
Last active February 17, 2026 17:00
My AGENTS.md for MDFlow

Here's my AGENTS.md (also linked from CLAUDE.md as @AGENTS.md) for hacking agentically on MDFlow recipes.

I have this in ~/.mdflow/, and the agents/recipes live in ~/.mdflow/agents/ and added to the path so that they can be invoked as commands.

With this I can use a coding agent like Claude Code or GitHub Copilot in VSCode and say something like:

> create a new agent using copilot that reviews all the code files in this directory as a poem
@bilke
bilke / Xcode-PeepOpen.applescript
Created February 26, 2012 12:53
Xcode 4.x PeepOpen applescript
tell application "Xcode"
tell front project
-- The project root
set root_group to root group
-- The first folder in the project root
-- (Sources folder in CMake generated projects)
set first_item to first item reference of root_group
-- Get the file path
set my_sources_path to full path of first_item
-- Open with peepopen