init-project

init-project is a skill for Claude Code, Codex from tuannv0069/claude-doc-genome. It costs 162 tokens per session (4,654 once invoked), scanned A, original, MIT.

A one-time setup for a project’s documentation system for coding agents. It adds project instructions, reusable guidance, templates, and tools for maintaining those documents.

In plain words
What is it for?
Use it when starting a project that needs agent documentation, rules, guides, templates, and skills for writing or maintaining them. It also supports later updates to the deployed documentation bundle.
Why use it?
It gives agents and developers a shared place to find project rules and working practices. This reduces the need to recreate documentation standards manually for every new project.

Skill for Claude CodeCodex

Written for Claude Code and Codex: Claude Code plugin machinery, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Part of the claude-doc-genome plugin — 2 skills shipped together

Good fit Use it when starting a project that needs agent documentation, rules, guides, templates, and skills for writing or maintaining them. It also supports later updates to the deployed documentation bundle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tuannv0069/claude-doc-genome/init-project
Install

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.

Any agent
npx skills add tuannv0069/claude-doc-genome --skill init-project
Clone the repo
git clone --depth 1 https://github.com/tuannv0069/claude-doc-genome

Made for: Claude Code, Codex.

Or install claude-doc-genome, the plugin that ships this one along with the rest of its 2 skills.

Wrote 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.

agentmods badge for init-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/tuannv0069/claude-doc-genome/init-project/github.svg)](https://agentmods.dev/skills/tuannv0069/claude-doc-genome/init-project)
Your own site
<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.

agentmods 80×15 button for init-project

Your own site · 80×15
<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>
Per session 162 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,654 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 580d75374805, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 14 executable files (portable/tooling/archive_decisions.py, portable/tooling/render_codex.py, portable/tooling/scan_rule_health.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/init-project/SKILL.md · 104 lines

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.md governs 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 promote
  • scripts/update.mjs (repo root) — engine for the update mode (3-way bundle→live merge); scripts/init-manifest.mjs — computes the step-6 manifest; scripts/sync-version.mjs — version single-source sync

Read the full file on GitHub · 104 lines

Files

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.

Changes

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.

  1. 3d ago Changed · +7 lines · -1 tokens per session 580d75374805
  2. 5d ago Changed · +4 lines de7f41651299
  3. 9d ago First seen · 93 lines · 163 tokens per session scan A abae323d5a1c

Subscribe to this mod's changes

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.

Related

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…

gtapps/claude-code-hermit · 170 tokens

cco-tools

Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.

egorfedorov/claude-context-optimizer · 27 tokens

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…

fvadicamo/dev-agent-skills · 75 tokens

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/.

gtapps/claude-code-hermit · 35 tokens

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.

wigtn/wigtn-plugins · 43 tokens

magic-compact

Compact this Claude Code session.

aerovato/magic-compact · 10 tokens