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.