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 agentmods add instructions/nikeyes/stepwise-dev/claude-mdgit clone --depth 1 https://github.com/nikeyes/stepwise-devWhat 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 | $0.02245 | $0.02245 |
| Opus 5 | $0.01123 | $0.01123 |
| Sonnet 5 | $0.00449 | $0.00449 |
| Haiku 4.5 | $0.00225 | $0.00225 |
Grade A, and why
stepwise-dev CLAUDE.md 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.
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 — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Repository Overview
This is a workflow tooling project for Claude Code itself, not a traditional software application. It provides skills, specialized agents, and bash scripts that implement a structured Research → Plan → Implement → Validate development cycle.
The workflow operates entirely locally without cloud dependencies and uses a thoughts/ directory system for persistent storage.
Multi-Plugin Architecture
This project is distributed as 4 independent Claude Code plugins in a single marketplace:
Plugin 1: stepwise-core
Location: core/
Components:
- 11 skills (research-codebase, create-plan, iterate-plan, implement-plan, validate-plan, thoughts-management, bugmagnet, grill-me, tdd, hamburger-method, small-safe-steps, story-splitting, test-desiderata)
- 5 specialized agents (codebase-locator, codebase-analyzer, codebase-pattern-finder, thoughts-locator, thoughts-analyzer)
Plugin 2: stepwise-git
Location: git/
Components:
- 2 skills (commit, review-pr-comments)
Plugin 3: stepwise-web
Location: web/
Components:
- 1 specialized agent (web-search-researcher)
Plugin 4: stepwise-research
Location: research/
Components:
- 1 skill (deep-research, includes generate-report script)
- 3 specialized agents (research-lead, research-worker, citation-analyst)
Installation:
# Add marketplace
claude plugin marketplace add [email protected]:nikeyes/stepwise-dev.git
# Install all (or pick individual ones)
claude plugin install stepwise-core@stepwise-dev
claude plugin install stepwise-git@stepwise-dev
claude plugin install stepwise-web@stepwise-dev
claude plugin install stepwise-research@stepwise-dev
See README.md for detailed installation instructions.
Project Structure
.claude-plugin/ # Marketplace configuration
└── marketplace.json # Marketplace listing all 4 plugins
core/ # stepwise-core plugin
├── .claude-plugin/
│ └── plugin.json
├── agents/ # 5 specialized agents (markdown files)
│ ├── codebase-locator.md
│ ├── codebase-analyzer.md
│ ├── codebase-pattern-finder.md
│ ├── thoughts-locator.md
│ └── thoughts-analyzer.md
└── skills/ # 11 skills (SKILL.md directories)
├── create-plan/SKILL.md
├── iterate-plan/SKILL.md
├── implement-plan/SKILL.md
├── validate-plan/SKILL.md
├── research-codebase/SKILL.md
├── thoughts-management/
│ ├── SKILL.md
│ └── scripts/
│ ├── thoughts-init
│ └── thoughts-metadata
├── bugmagnet/SKILL.md
├── hamburger-method/SKILL.md
├── small-safe-steps/SKILL.md
├── story-splitting/SKILL.md
└── test-desiderata/SKILL.md
git/ # stepwise-git plugin
├── .claude-plugin/
│ └── plugin.json
└── skills/ # 2 skills
├── commit/SKILL.md
└── review-pr-comments/SKILL.md
web/ # stepwise-web plugin
├── .claude-plugin/
│ └── plugin.json
└── agents/ # 1 specialized agent
└── web-search-researcher.md
research/ # stepwise-research plugin
├── .claude-plugin/
│ └── plugin.json
├── agents/ # 3 specialized agents
│ ├── research-lead.md
│ ├── research-worker.md
│ └── citation-analyst.md
└── skills/ # 1 skill
└── deep-research/
├── SKILL.md
└── scripts/
└── generate-report
test/ # Automated bash tests (for development)
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.
- 2d ago First seen · 264 lines · 2,245 tokens per session scan A c350c78b3857
stepwise-dev CLAUDE.md is an instructions file published in the GitHub repository nikeyes/stepwise-dev (24 stars, last pushed 13d ago), licensed Apache-2.0. It adds 2,245 tokens to every session, about $0.0112 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.
Other instructions, from other repositories
spellbook AGENTS.md
Instructions for majiayu000/spellbook, covering spellbook agent contract, routing, scope rules, threads long-run guardrails and validation.
open-supermarkets AGENTS.md
Instructions for abracadabra50/open-supermarkets, covering agent integration guide, supported frameworks, quick integration, 1. add as skill and 2. agent calls commands.
helm copilot-instructions.md
Instructions for PetePeter/helm, covering gamepad-cli-hub — copilot instructions, project purpose, system overview, data flow pipeline and key controls.
flyto-core CLAUDE.md
Instructions for flytohub/flyto-core, covering claude notes, cross-agent handoff and shared code intelligence.
fusion-skills AGENTS.md
AGENTS.md instructions for CrowdStrike/fusion-skills, covering agents.md, what this is, prerequisites, repository structure and skills ecosystem.
aeon CLAUDE.md
Instructions for aeonfun/aeon, covering aeon, how aeon works, strategy, voice and soul file hierarchy (read in this order).