Borrowing it
Nothing to install: this file belongs to pyramidheadshark/claude-scaffold. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/pyramidheadshark/claude-scaffold/main/.claude/commands/new-project.mdgit clone --depth 1 https://github.com/pyramidheadshark/claude-scaffoldWrote 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/pyramidheadshark/claude-scaffold/new-project)<a href="https://agentmods.dev/commands/pyramidheadshark/claude-scaffold/new-project"><img src="https://agentmods.dev/badge/commands/pyramidheadshark/claude-scaffold/new-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/pyramidheadshark/claude-scaffold/new-project"><img src="https://agentmods.dev/badge/commands/pyramidheadshark/claude-scaffold/new-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.00000 | $0.00777 |
| Opus 5 | $0.00000 | $0.00388 |
| Sonnet 5 | $0.00000 | $0.00155 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade A, and why
new-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 9d 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 — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/new-project
Initializes a new project from the claude-scaffold template.
What This Command Does
- Creates the full project directory structure
- Copies and customizes template files (
pyproject.toml,Dockerfile, etc.) - Initializes
design-doc.mdanddev/status.md - Sets up
.claude/directory with skills and hooks - Runs
uv initandgit init
Instructions for Claude Code
Ask the developer for:
- Project name (will be used as directory name and Python package name)
- Brief description (one sentence)
- Infrastructure tier: Docker Compose / K8s-ready / GPU
- Does it need a frontend? (HTMX or none)
- Does it need an agent pipeline? (LangGraph or none)
- CI/CD profile (choose one):
minimal— lint + typecheck + test (CLI tools, data scripts, scrapers — no Docker)fastapi— + docker-build (standard FastAPI service)fastapi-db— + postgres service + alembic migration check + docker-buildml-heavy— + HuggingFace model cache + bandit security scan + docker-build
- Deploy target (choose one):
none/yc(Yandex Cloud Serverless Container) /vps(SSH + docker-compose)
Then execute in order:
1. Create structure
mkdir -p {project-name}/src/{project_name}/{api/routers,api/pages,core,services,adapters/{llm,storage,db},models}
mkdir -p {project-name}/tests/{unit/{core,services},integration,features/steps}
mkdir -p {project-name}/{dev/active,infra/{packer,terraform},notebooks,.github/workflows,.claude/{skills,hooks,agents,commands}}
touch {project-name}/src/{project_name}/__init__.py
touch {project-name}/tests/__init__.py
touch {project-name}/data/.gitkeep
touch {project-name}/models/.gitkeep
2. Copy and customize templates
Copy from claude-scaffold/templates/:
design-doc.md→ project root (replace{Project Name}with actual name)status.md→dev/status.md(initialize Phase 0 as active)Dockerfile→ project root (replaceproject_nameplaceholder)docker-compose.yml→ project root (skip if CI profile isminimal)github-actions/{ci_profile}.yml→.github/workflows/ci.yml- If deploy target is not
none:github-actions/deploy/{deploy_target}.yml→.github/workflows/deploy.yml
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.
- 9d ago First seen · 78 lines · 0 tokens per session scan A 21cc62e6e5c2
new-project is a command published in the GitHub repository pyramidheadshark/claude-scaffold (4 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 777 tokens. 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
type-coverage
Vérification Couverture des Types Python.
execute-pydantic-ai-prp
Implement a Pydantic AI agent using the PRP file.
scaffold-service
Scaffold a thin ArchiPy FastAPI or gRPC service under services/{domain}/v{n}/.
savant-python
Python performance optimization with Python Developer agent.
python-review
Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent.
CLAUDE_CODE_F090_SDK_ONLY
A software-maintenance task covering JavaScript and Python software development kits, or SDKs. An SDK is a package that helps developers use a service from their own code.