project

A single project-work entry point that chooses the appropriate action for a project, such as planning, implementation, closing, or reporting its current state.

In plain words
What is it for?
Use it to start a project, inspect an existing project, plan work, implement an approved design, close completed work, or report project status.
Why use it?
It reduces the need to remember separate project commands and keeps work aligned with the project’s current stage.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ashkaan/contextium/project
Any agent
npx skills add Ashkaan/contextium --skill project
Clone the repo
git clone --depth 1 https://github.com/Ashkaan/contextium

Made for: Claude Code, Codex.

Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,786 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00130 $0.05786
Opus 5 $0.00065 $0.02893
Sonnet 5 $0.00026 $0.01157
Haiku 4.5 $0.00013 $0.00579

Measured 2d ago against content hash ee7791383dc9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 2d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/check-staleness.sh, scripts/check-staleness.test.sh, scripts/detect-stage.sh, …), 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.

templates/claude/skills/project/SKILL.md · 282 lines

How it starts

The opening of the file, as written. The whole thing — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/project — the project entry point

/project is the single entry point for project work. It composes the loop's three verbs (think → do → wrap) into one skill that picks the right action based on what you asked and what stage the project is in.

Critical

  • Goal-alignment ALWAYS comes first when the think flow runs (per @rule:depth-policy). The think flow's think-step-0-goal-alignment produces (goal in plain language + simplest mechanism + explicit ask "does this match?") and MUST wait for explicit user approval before context-load, design, or SPEC writing. Silence is NOT approval. Skipping this is the most expensive mistake the loop can make — a goal/shape mismatch caught up front costs one turn; caught after the work is built it costs the rebuild.
  • No copy-paste-command outputs as the default. When the router lands on ready-to-implement in a short session, INVOKE /implement [slug] inline — do not tell the user to paste a command. The only acceptable copy-paste output is the long-session fresh-tab handoff (see step-2-turn-count-gate), and only because /implement's fresh-context boundary is load-bearing.
  • Stage detection is a script result, not a judgment. Run scripts/detect-stage.sh to get the stage; don't infer from prose.
  • Blank-mode: paste the generator output INTO your response. After step-0.5-render-index runs Bash, the captured stdout is in your context but NOT yet visible to the user (the Bash tool card is truncated). You MUST copy the entire stdout into your assistant message body. "Ran the generator" is not the deliverable; the user reading the index in your reply IS.
  • The SPEC stays lean, and /project doesn't write it — /spec does. The think flow ends by dispatching /spec (think-step-4-dispatch-spec), which writes the four-section SPEC (Ask / Behavior / Files / Done per .claude/templates/spec-lean.md), spirit-checks it, and auto-closes (commits it) — the user reviews the committed SPEC in the fresh /implement tab, not at a sign-off gate. Don't pad it with boilerplate that degrades to "N/A"; a heavy project grows its own sections when a real gap bites, per @rule:simplest-solution-default.

Read the full file on GitHub · 282 lines

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. 2d ago First seen · 282 lines · 130 tokens per session scan A ee7791383dc9

Subscribe to this mod's changes

project is a skill published in the GitHub repository Ashkaan/contextium (32 stars, last pushed 5d ago), licensed MIT. It adds 130 tokens to every session and 5,786 once invoked, about $0.0006 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-30.