Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tuannv0069/claude-doc-genome --skill init-projectgit clone --depth 1 https://github.com/tuannv0069/claude-doc-genomeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tuannv0069/claude-doc-genome/init-project)<a href="https://agentmods.dev/skills/tuannv0069/claude-doc-genome/init-project"><img src="https://agentmods.dev/badge/skills/tuannv0069/claude-doc-genome/init-project/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tuannv0069/claude-doc-genome/init-project"><img src="https://agentmods.dev/badge/skills/tuannv0069/claude-doc-genome/init-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00162 | $0.04654 |
| Opus 5 | $0.00081 | $0.02327 |
| Sonnet 5 | $0.00032 | $0.00931 |
| Haiku 4.5 | $0.00016 | $0.00465 |
Grade A, and why
init-project scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
init-project
purpose
Bootstrap a new project's agent documentation system from a portable bundle in one shot. After init the project self-maintains using the deployed standard (doc-organization.md §8.3 decision tree + portable meta-standards). init runs once per project; update may be re-run later at that project to pull newer portable files from the bundle (3-way safe merge — never clobbers un-promoted local edits). check/promote maintain the bundle itself and run only at this master repo.
dependencies
./portable/rules/— 9 portable rules of the Claude Code set (always-loaded + path-scoped)./portable/codex-rules/— agents-md-standards.md, codex-agents-standards.md (deploy to.codex/rules/) — the Codex set's own standards, authored not mirrored: each describes a mechanism the other platform does not have (harness-adapter.md§4)./portable/guide/— bug-report-format.md, capability-packaging.md, doc-system-mechanics.md, five-why.md, fix-impact-analysis.md, lesson-capture.md, markdown.md, mermaid.md, decision-journal.md, harness-adapter.md, orchestration-policy.md, review-checklist-method.md, role-selection.md, rule-health.md, task-planning.md, verification-gate-design.md, worktree.md (deploy to.agent-workspace/guide/general/)./portable/roles/— business-analyst.md, tech-lead.md, developer.md, qa.md, project-manager.md, security.md, comtor.md (deploy to.agent-workspace/guide/roles/) — the genome role set, seven sections each, capped at 90 lines (role-selection.md§3)./portable/tooling/— verify_lesson_router.py, verify_role_files.py, verify_decision_log.py, verify_wiki.py, scan_rule_health.py, render_codex.py (each with its test_*.py), test_trigger_kinds.py and archive_decisions.py (deploy to.agent-workspace/tooling/) — the gates over the genome's own artifacts, Python 3 stdlib only; a project's own tools never enter this group./portable/skills/— document-writer/ (whole tree)./portable/agents/— empty; the group exists so a project can promote a subagent of its own into it (subagent-standards.mdgoverns the file shape)./templates/— CLAUDE.md.tpl, guide/index.md.tpl, docs/index.md.tpl, lessons/index.md.tpl, roles/index.md.tpl, decisions/index.md.tpl, wiki/index.md.tpl./VERSION— bundle version, bumped on every promotescripts/update.mjs(repo root) — engine for theupdatemode (3-way bundle→live merge);scripts/init-manifest.mjs— computes the step-6 manifest;scripts/sync-version.mjs— version single-source sync
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AUTHORS.md 393 B
- portable/codex-rules/agents-md-standards.md 4.2 KB
- portable/codex-rules/codex-agents-standards.md 3.8 KB
- portable/guide/bug-report-format.md 7.9 KB
- portable/guide/capability-packaging.md 7.9 KB
- portable/guide/decision-journal.md 5.6 KB
- portable/guide/doc-system-mechanics.md 12 KB
- portable/guide/five-why.md 5.9 KB
- portable/guide/fix-impact-analysis.md 5.2 KB
- portable/guide/harness-adapter.md 8.8 KB
- portable/guide/lesson-capture.md 12 KB
- portable/guide/markdown.md 2.8 KB
- portable/guide/mermaid.md 7.5 KB
- portable/guide/orchestration-policy.md 10 KB
- portable/guide/review-checklist-method.md 11 KB
- portable/guide/role-selection.md 11 KB
- portable/guide/rule-health.md 5.3 KB
- portable/guide/task-planning.md 9.8 KB
- portable/guide/verification-gate-design.md 4.1 KB
- portable/guide/worktree.md 2.4 KB
- portable/roles/business-analyst.md 4.0 KB
- portable/roles/comtor.md 4.1 KB
- portable/roles/developer.md 3.3 KB
- portable/roles/project-manager.md 3.5 KB
- portable/roles/qa.md 3.6 KB
- portable/roles/security.md 3.6 KB
- portable/roles/tech-lead.md 3.4 KB
- portable/rules/claude-md-standards.md 11 KB
- portable/rules/conversational-output.md 3.3 KB
- portable/rules/critical-thinking.md 4.2 KB
- portable/rules/doc-organization.md 17 KB
- portable/rules/file-reading.md 2.8 KB
- portable/rules/rule-writing-standards.md 6.7 KB
- portable/rules/skill-md-standards.md 8.5 KB
- portable/rules/subagent-standards.md 15 KB
- portable/rules/wiki-tier.md 13 KB
- portable/skills/document-writer/README.md 1.7 KB
- portable/skills/document-writer/SKILL.md 9.2 KB
- portable/tooling/archive_decisions.py 3.1 KB runs code
- portable/tooling/render_codex.py 18 KB runs code
- portable/tooling/scan_rule_health.py 32 KB runs code
- portable/tooling/test_render_codex.py 10 KB runs code
- portable/tooling/test_scan_rule_health.py 9.2 KB runs code
- portable/tooling/test_trigger_kinds.py 3.9 KB runs code
- portable/tooling/test_verify_decision_log.py 7.5 KB runs code
- portable/tooling/test_verify_lesson_router.py 6.4 KB runs code
- portable/tooling/test_verify_role_files.py 6.5 KB runs code
- portable/tooling/test_verify_wiki.py 40 KB runs code
- portable/tooling/verify_decision_log.py 8.3 KB runs code
- portable/tooling/verify_lesson_router.py 8.6 KB runs code
- portable/tooling/verify_role_files.py 6.1 KB runs code
- portable/tooling/verify_wiki.py 32 KB runs code
- templates/CLAUDE.md.tpl 7.0 KB
- templates/decisions/index.md.tpl 1.7 KB
- templates/docs/index.md.tpl 942 B
- templates/guide/index.md.tpl 5.7 KB
- templates/lessons/index.md.tpl 2.8 KB
- templates/roles/index.md.tpl 2.1 KB
- templates/wiki/index.md.tpl 2.6 KB
- VERSION 6 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago Changed · +7 lines · -1 tokens per session 580d75374805
- 5d ago Changed · +4 lines de7f41651299
- 9d ago First seen · 93 lines · 163 tokens per session scan A abae323d5a1c
init-project is a skill published in the GitHub repository tuannv0069/claude-doc-genome (1 stars, last pushed 3d ago), licensed MIT. It adds 162 tokens to every session and 4,654 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
docs-drift
Documentation-drift audit for this plugin monorepo. Audit either each scoped plugin's unreleased changelog claims or its latest shipped release from the previous reachable plugin-name--v tag, then verify that plugin READMEs, docs, CLAUDE.md or AGENTS.md files, and root documentation tell the truth for the matching…
cco-tools
Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…
test-run
Run plugin test suites in this monorepo and report a concise pass/fail summary. Optional plugin slug arg; without arg, runs all plugins under plugins/.
design-system-reference
Style guides and implementation rules for frontend design. Works with design-discovery agent which handles context gathering and VS-based style recommendations. Contains detailed style guides, anti-patterns, and implementation checklists.
magic-compact
Compact this Claude Code session.