anchormd
スター17
フォーク0
更新日2026年3月18日 02:37
Persistent project context for AI coding agents using linked markdown plans
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Persistent project context for AI coding agents using linked markdown plans
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | anchormd |
| description | Persistent project context for AI coding agents using linked markdown plans |
| allowed-tools | ["Bash","Read","Write","Edit"] |
You have access to AnchorMD, a project context system that gives you persistent, queryable knowledge about the project you are working on. Use it to understand the project, find relevant plans, and update context as you work.
anchormd context to load the project overview and see all plans.anchormd find "<topic>" to find relevant plans. Results include deep links (e.g. plan#section) — use them directly with anchormd read.anchormd read <plan> for full content, or anchormd read <plan>#<section> to jump to a specific section.anchormd write <plan-name> to reflect what was built.anchormd ls --status in-progress to see active work items.| Command | Description |
|---|---|
anchormd init | Initialize AnchorMD in current project. Use --no-qmd to disable search. |
anchormd context | Print project overview (anchor.md) and plan summary table. |
anchormd write <name> | Write a plan. Reads from --from <file>, piped stdin, or opens $EDITOR. |
anchormd ls | List all plans. Filter with --status <status>. Use --json for structured output. |
anchormd read <name> | Read a plan. Supports name#section deep links. |
anchormd find <query> | Search plans. Use --semantic, --hybrid, --limit <n>, --json. |
anchormd reindex | Rebuild the index graph and search database. |
anchormd status | Show plan count, link count, weak edges, and QMD status. |
--json flag with ls and find for structured output you can parse programmatically.[[plan-name]] syntax. Use [[plan#section]] for deep links.anchormd reindex manually if needed.planned, in-progress, built, deprecated.