一键导入
breadcrumb
Register a discovered capability, tool, pattern, or gotcha in the right discovery layer for future Claude instances
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Register a discovered capability, tool, pattern, or gotcha in the right discovery layer for future Claude instances
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Seed a brain from a LARGE existing source by TRIAGING it, then calibrating the agent's judgment on small batches, then bulk-mining. Use when the owner says "mine my [source]", "mine this export", "calibrate the mining", "idea mining", "process my archive", or "seed my brain from this export" — pointing at a sizable export (notes-app dump, chat history, voice-note archive, bookmarks, podcast snips). Phase 0 TRIAGE: categorize the source into keep/skip bins, sample the skip-bins, get owner approval per bin, build the target list. Phase 1 CALIBRATE: small batches → present COMPACT numbered proposals (verbatim quote + the agent's call + one-line reason, no tables) → owner corrects → write every correction back into the rules (CONTENT_TAXONOMY / KEYWORD_GUIDE / INTELLECTUAL_LANDSCAPE) → draft the full Template only after the calls are approved → repeat until a batch is clean. Phase 2 SET LOOSE: process the remainder autonomously, spot-check, re-calibrate on drift. Implements "invest in structure and calibrate the
Onboard a human into THEIR own second brain — the guided interview that turns this blank template into their personalized system. Use when the user says "set this up", "let's set it up", "set up my second brain", "personalize", "personalise", "make this mine", "onboard me", "help me fill this in", "walk me through PERSONALIZE", or starts a fresh session wanting to begin. Drives the whole __FILL_FROM_USER__ fill-in via an interview. Resumable — pick up where you left off. NOT for ingesting content (use /ingest-brain-dump) — this is first-run setup.
Handles connections between related ideas. Options include creating folders, adding shared keywords, merging content, or rejecting false positives. Used when ingest-brain-dump identifies related content.
Weekly self-improvement of the HARNESS itself — not project QA. Reviews the last N days of this brain's Claude Code session traces for harness-level friction (where the owner corrected the agent, repeated permission prompts, skills that misfired or weren't used, rules/memories the agent ignored, weak sub-agent prompts), drafts a proposal of findings, and the owner reviews + applies it finding-by-finding (gated — nothing auto-applies). Uses the in-session Workflow tool to fan out over trace chunks; no external services, no API keys. Use when the owner says "/harness-review", "review the harness", "self-review", "what's the agent getting wrong", or accepts the optional offer at the end of /weekly-maintenance.
Full orchestrator for stream-of-consciousness input pasted or dictated into the Claude Code session. Pipeline: explore-second-brain (find related files) → semantic segmentation → verify-idea (dedupe check) → process-content (create Template A files) → validate_template.py → user approval → save. Use when user pastes unstructured text or dictates a voice note into chat and says "brain dump", "process this", "ingest this", "save this", "what should we do with this". One paragraph may contain 3 ideas; 5 paragraphs may be 1 idea — always semantic, never algorithmic chunking. NOT for phone inbox (use a phone-inbox ingest skill if configured). NOT for podcast snips (use a snip-processing skill if configured). NOT for bookmark exports (use a bookmarks-ingest skill if configured). For a LARGE existing source export (notes-app dump, chat history, voice-note archive), use /mine — it triages the source, then calibrates the agent's judgment on small batches before the bulk pass. Preserves the owner's exact language — no
Low-level mechanic that turns raw text into Template A/B files. Segments semantically (never algorithmic chunking), classifies each segment, creates files, runs validate_template.py. Does NOT sync from external sources — text must already be in context. Called by the ingestion skills (e.g. /ingest-example) as their file-creation stage; can also be invoked directly when user pastes content and says "make files from this", "turn this into Template A", "parse this into ideas". NOT for voice/phone inbox work (use an inbox-ingest skill), NOT for searching the brain (use explore-second-brain or semantic-search). If input has multiple distinct ideas, all are processed in one invocation.
| name | breadcrumb |
| description | Register a discovered capability, tool, pattern, or gotcha in the right discovery layer for future Claude instances |
| user_invocable | true |
| allowed_tools | ["Read","Write","Edit","Glob","Grep"] |
Registers a newly discovered capability, tool, pattern, or gotcha so future Claude instances can find it. Places compact breadcrumbs in the right discovery layer.
Place breadcrumbs in the layer that matches visibility needs. Higher layers = more token cost but guaranteed discovery.
| Layer | Loaded | Budget | Use For |
|---|---|---|---|
| CLAUDE.md | Always | 1-5 lines | Capabilities ANY instance might need |
| MEMORY.md | Always | 2-5 lines | Gotchas, patterns, architectural decisions |
| Skill SKILL.md | On activation | 1-3 lines | Capabilities specific to one workflow |
| Reference doc | On demand | Unlimited | Full syntax, examples, deep reference |
Ask if not obvious:
Decision tree:
CLI JSON MODES tableMultiple layers are fine. Common pattern: compact breadcrumb in CLAUDE.md or MEMORY.md pointing to full reference in Tech_Tips.md.
CLAUDE.md: Table row or 1-line bullet. Match existing format.
| tool | `--flag` | What it does |
MEMORY.md: Bullet with enough context to be useful standalone.
- **Pattern name**: Brief explanation. Context for when this matters.
Skill SKILL.md: Inline note near the relevant workflow step.
Reference doc: Full entry with install, syntax, examples.
Show the user:
## Breadcrumb Placed
**Layer:** CLAUDE.md > CLI JSON MODES
**Added:** | tool | `--flag` | Description |
**Tokens:** ~10
[+ any additional layers]
ls lists files. We know.CLI tool: "fd supports --json for structured file finding"
→ CLAUDE.md CLI JSON MODES table: | fd | \--json` | Fast file finder with structured output |`
Gotcha: "Fly.io volumes can't be shared across machines"
→ MEMORY.md under a relevant project: - **Fly.io only supports 1 volume per machine** — data shares the tailscale_state volume
Workflow-specific: "yt-dlp --write-info-json saves metadata alongside downloads"
→ the relevant download-skill's SKILL.md: note near the download step