ワンクリックで
aoc-map
Build and maintain a project-local graph-first microsite under `.aoc/map/`, then browse it with `aoc-map`.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build and maintain a project-local graph-first microsite under `.aoc/map/`, then browse it with `aoc-map`.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Authenticated browser QA on the Voyager dev server — mint real AuthKit sessions for seeded test personas via /api/dev/login, then drive the UI with Playwright. Use whenever QA, visual review, or E2E verification needs a logged-in user.
Orchestrate parallel work across worker agents in herdr panes (omp by default; fable/claude workers on explicit user request) — spawn or discover workers, dispatch assignment packets, monitor liveness, and verify results before committing. Use whenever a code change should be delegated instead of implemented firsthand (delegation-first policy), e.g. /herdr-orchestrate 3 to spawn three workers, or /herdr-orchestrate p17,p18,p19 to use existing panes.
Observe Herdr peers safely with native read-only herdr commands.
Initialize or repair AOC context, memory, and tasks safely.
Ponytail review, audit, and debt workflows for over-engineering review and shortcut ledger scans. Use for /ponytail review, /ponytail audit, /ponytail debt, or when asked what to delete, simplify, or track as ponytail debt.
Anime.js v4 API correctness, imports, targeting, value mapping, refresh/revert semantics, and sane implementation defaults. Use when writing or fixing Anime.js code.
| name | aoc-map |
| description | Build and maintain a project-local graph-first microsite under `.aoc/map/`, then browse it with `aoc-map`. |
AOC Map is not just a folder of diagrams. It is the repo's graph-first microsite.
Each page under .aoc/map/pages/ is a first-class page in that site, and aoc-map build regenerates the homepage shell that ties them together.
.aoc/map/pages/*.html — minimal graph-first pages..aoc/map/diagrams/*.mmd — Mermaid graph sources..aoc/map/manifest.json — site + page metadata..aoc/map/index.html — generated homepage..aoc/map/README.md — local guidance.aoc-map initaoc-map new <slug> --section <section> --kind <kind> --summary "..."aoc-map listaoc-map buildaoc-map serve --port 43111 --openLegacy note:
aoc see ... may still work as a compatibility alias, but new usage should be aoc-map.aoc-map init once per project.aoc-map new <slug>..aoc/map/diagrams/..aoc/map/pages/ minimal and graph-first.aoc-map build.aoc-map serve.The generated homepage should stay compact and low-clutter.
Prefer this shape:
AOC MapAvoid this on the homepage unless the user explicitly wants it:
Use these when the page fits:
architectureagentstasksmindopsdashboardsexplainersresearchotherflowsequencetimelinetopologydashboardexplainother.aoc/map/diagrams/ and reference them from pages:<script type="text/plain" data-aoc-map-mermaid-src="../diagrams/agent-topology.mmd"></script>
aoc-map build syncs local Mermaid JS assets and ensures Mermaid pages reference the vendored renderer.Pages can self-register metadata using meta tags:
<meta name="aoc-map:summary" content="What this page explains">
<meta name="aoc-map:section" content="agents">
<meta name="aoc-map:kind" content="topology">
<meta name="aoc-map:status" content="active">
<meta name="aoc-map:diagram" content="diagrams/agent-topology.mmd">
<meta name="aoc-map:tags" content="agents,orchestration,routing">
AOC Map should tolerate older AOC See repos:
.aoc/see/ may need migration to .aoc/map/.aoc/diagrams/ may need migration to .aoc/map/aoc-see:* / data-aoc-see-* metadata may still exist and should be normalized when rebuilding.aoc/map/ unless the user asks.