jaydubya818

Foundry Capture Notes — Development skill for Claude Code

Development community

Capture notes from a designated Apple Notes folder into raw/clippings/ for /foundry-ingest to route.

How to install Foundry Capture Notes

Installs to ~/.claude/commands/jaydubya818-agentic-kb-foundry-capture-notes.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jaydubya818/Agentic-KB/HEAD/.claude/commands/foundry-capture-notes.md -o ~/.claude/commands/jaydubya818-agentic-kb-foundry-capture-notes.md

Restart Claude Code, or start a new session, for it to be picked up.

What Foundry Capture Notes does


description: Capture notes from a designated Apple Notes folder into raw/clippings/ for /foundry-ingest to route. allowed-tools: Bash, Read, mcp__Read_and_Write_Apple_Notes__* argument-hint: "[folder-name] (default: KB Inbox)"

/foundry-capture-notes

Pulls notes from a dedicated Apple Notes folder and writes each one to `raw/clippings/` as a properly-frontmattered markdown file. From there, `/foundry-ingest` will sha256-dedup and route into the correct `raw//`.

Apple Notes i

Alternatives in Development

  • Om Dump — Freeform capture mode 4.6k ★
  • Portaljs Add Geo — Auto-ingest a geospatial file (GeoJSON, Shapefile, GeoPackage, KML/KMZ, FlatGeobuf, CSV-with-geometry) into a 2.3k ★
  • Brain — Set up or use your Professional Brain — init, ingest, recall, or review 1.3k ★

Full documentation available on GitHub

View Source Repository