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/sswapnil2/create-kickstart/claude-mdgit clone --depth 1 https://github.com/sswapnil2/create-kickstartWrote 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/instructions/sswapnil2/create-kickstart/claude-md)<a href="https://agentmods.dev/instructions/sswapnil2/create-kickstart/claude-md"><img src="https://agentmods.dev/badge/instructions/sswapnil2/create-kickstart/claude-md.svg" alt="Measured on agentmods" 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 | $0.01261 | $0.01261 |
| Opus 5 | $0.00630 | $0.00630 |
| Sonnet 5 | $0.00252 | $0.00252 |
| Haiku 4.5 | $0.00126 | $0.00126 |
Grade A, and why
create-kickstart 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 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 — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
create-kickstart
CLI tool that scaffolds production-ready fullstack, backend, frontend, and mobile projects with composable stacks and enhancements.
Architecture
src/
index.ts # Entry point — CLI pipeline: parse → prompt → scaffold → enhance → git init
cli.ts # Commander arg parsing + subcommand routing (add, deploy)
prompts.ts # Interactive prompts via @clack/prompts
types.ts # All type definitions (stacks, enhancements, configs)
registry.ts # Loads framework registry (remote → local fallback)
scaffold.ts # Phase 1: scaffolds project via CLI tools or templates
add-service.ts # "add" subcommand: adds services to existing monorepo
deploy.ts # "deploy" subcommand: generates deploy configs per provider
deploy-terraform.ts # Terraform modules for cloud-native providers
enhancers/
index.ts # Enhancer orchestrator (ordered execution)
utils.ts # Shared: resolveProjectDirs, appendEnvVars, autoRegisterRoute
docker.ts # Dockerfile + docker-compose generation
ci.ts # GitHub Actions CI workflow
lint.ts # ESLint/Prettier/Ruff configs
test.ts # Test runner setup
env.ts # .env management
db.ts # Database configs (Postgres/MySQL/SQLite/MongoDB)
auth.ts # JWT auth scaffold
sample-crud.ts # Working /items CRUD endpoints + frontend component
ai-context.ts # CLAUDE.md, .cursorrules, copilot.md, AI_CONTEXT.md generation
analytics.ts # PostHog/CleverTap/MoEngage/Mixpanel/Segment SDKs
observability.ts # OpenTelemetry + Grafana/Prometheus/Tempo/Loki
api-protocol.ts # GraphQL (Strawberry/Apollo) + gRPC stubs
api-wiring.ts # CORS + proxy + API client for fullstack
scripts.ts # Uniform shell scripts (setup/dev/test/lint/build)
doctor.ts # Dev environment prerequisite checker
deploy.ts # Deploy config enhancer (different from deploy subcommand)
deps-auto.ts # Dependabot config
api-types.ts # OpenAPI → TypeScript type generation
logging.ts # Structured logging (pino/structlog/zerolog)
pre-commit.ts # Pre-commit hook setup
templates/ # Template-based starters (copied + var-replaced)
fastapi/ # Python FastAPI starter
express/ # TypeScript Express starter
django/ # Python Django starter
go-chi/ # Go Chi starter
spring-boot/ # Java Spring Boot starter
swift/ # SwiftUI iOS starter
kotlin/ # Jetpack Compose Android starter
registry.json # Framework registry: stack → scaffold command, port, lang, commands
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 First seen · 109 lines · 1,261 tokens per session scan A e0c2d19e7c79
create-kickstart CLAUDE.md is an instructions file published in the GitHub repository sswapnil2/create-kickstart (5 stars, last pushed 5mo ago), licensed MIT. It adds 1,261 tokens to every session, about $0.0063 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 instructions, from other repositories
Yuxi AGENTS.md
AGENTS.md instructions for xerrors/Yuxi, covering yuxi agent 开发约定, 每次任务先加载什么, 任务与决策, 不能破坏的系统事实 and 证据规则.
full-stack-ai-agent-template CLAUDE.md
Instructions for vstorm-co/full-stack-ai-agent-template, covering claude.md, project overview, commands, install dependencies and run tests.
full-stack-ai-agent-template AGENTS.md
Instructions for vstorm-co/full-stack-ai-agent-template, covering agents.md, project overview, commands, cli and architecture.
txtify CLAUDE.md
Instructions for lkmeta/txtify, covering txtify — agent guide, architecture (read this before touching job flow), commands, invariants & known traps and conventions.
AI-RAG-Assistant-Chatbot AGENTS.md
Instructions for hoangsonww/AI-RAG-Assistant-Chatbot, covering lumina codex guide, repository overview, scope rules, working rules and validation commands.
AI-RAG-Assistant-Chatbot CLAUDE.md
Instructions for hoangsonww/AI-RAG-Assistant-Chatbot, covering lumina repository guide, scope, working rules, validation defaults and use project extensions.