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.
git clone --depth 1 https://github.com/boparaiamrit/skills-by-amritWrote 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/commands/boparaiamrit/skills-by-amrit/init-project)<a href="https://agentmods.dev/commands/boparaiamrit/skills-by-amrit/init-project"><img src="https://agentmods.dev/badge/commands/boparaiamrit/skills-by-amrit/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/commands/boparaiamrit/skills-by-amrit/init-project"><img src="https://agentmods.dev/badge/commands/boparaiamrit/skills-by-amrit/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.00018 | $0.01882 |
| Opus 5 | $0.00009 | $0.00941 |
| Sonnet 5 | $0.00004 | $0.00376 |
| Haiku 4.5 | $0.00002 | $0.00188 |
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 12d 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 — 239 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/init-project — Project Initialization
Initialize a new project through structured context gathering: questioning → research → requirements → roadmap → state. Uses planning-tools.cjs for deterministic state setup.
What This Creates
.planning/
├── PROJECT.md — Project context, goals, constraints, tech stack
├── REQUIREMENTS.md — Scoped requirements with acceptance criteria
├── ROADMAP.md — Phase structure with dependencies and estimates
├── STATE.md — Current state tracker (living document)
├── MEMORY.md — Persistent project brain (~300 lines max)
├── config.json — Workflow preferences and execution config
├── plans/ — Implementation plans per phase
├── research/ — Research outputs and discussion contexts
├── debug/ — Debug investigation logs
├── sessions/ — Session logs for memory system
│ └── _archive/ — Archived older sessions
├── decisions/
│ └── DECISIONS.md — Chronological decision log
├── context/
│ ├── architecture.md — Architecture decisions record
│ ├── patterns.md — Established code patterns
│ ├── gotchas.md — Known issues and workarounds
│ └── tech-debt.md — Known technical debt
├── handoffs/
│ ├── LATEST.md — Last session's handoff note
│ └── _history/ — Previous handoffs
├── phases/ — Phase directories (created as needed)
└── uat/ — User acceptance testing
After this command: Run /discuss [feature] to lock decisions, then /plan to start.
Instructions
Step 0: Bootstrap Structure (MANDATORY FIRST STEP)
node planning-tools.cjs init
This creates the entire .planning/ directory structure and config.json deterministically. Do NOT create directories/files manually.
Step 1: Context Gathering
If $ARGUMENTS is provided, use it as the project description. Otherwise, ask:
- What are you building? — Project name, one-line description, 3-sentence vision.
- Who is this for? — Target users, use cases, scale expectations.
- Tech stack? — Language, framework, database, infrastructure.
- What exists already? — Greenfield or adding to existing codebase?
- Constraints? — Deadlines, budget, team size, mandatory tech choices.
- Quality priorities? — Rank: speed, reliability, security, maintainability, UX.
- Working style? — Interactive (confirm each step) or auto (trust the agent)?
- Depth preference? — Quick (speed), standard (balanced), or comprehensive (thorough)?
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.
- 12d ago First seen · 239 lines · 18 tokens per session scan A 11b2d4c189a1
init-project is a command published in the GitHub repository boparaiamrit/skills-by-amrit (5 stars, last pushed 6mo ago), licensed MIT. It adds 18 tokens to every session and 1,882 once invoked, about $0.0001 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 commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.