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 commands/polmarza/project-template/init-proyectogit clone --depth 1 https://github.com/polmarza/project-templateWhat 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.00000 | $0.00782 |
| Opus 5 | $0.00000 | $0.00391 |
| Sonnet 5 | $0.00000 | $0.00156 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade C, and why
init-proyecto scanned grade C with 1 finding 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
8. `.template/` — bórrala (`rm -rf .template`). Quita después las referencias a How it starts
The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Convierte esta plantilla en el repositorio del proyecto real. Es un proceso de una sola vez.
Antes de empezar
- Lee todos los archivos de
docs/. - Si están vacíos o incompletos, no inicialices todavía: primero complétalos con el usuario
siguiendo el orden de
CLAUDE.md(prd.md → business.md → design-system.md → architecture.md → data-model.md → roadmap.md → user-flows.md). No hacen falta los ocho: mira antes la tabla "Qué documentación necesita cada proyecto" deCLAUDE.mdy pide solo los que apliquen al tamaño de este proyecto. - Si no existe
.template/, el repo ya está inicializado. Dilo y no toques nada, salvo que el usuario pida rehacer algo concreto.
Datos que necesitas
Pregunta solo lo que no puedas deducir de docs/:
- Nombre del proyecto y descripción de una línea
- Estado actual (En desarrollo / Beta / Producción)
- Autor y año para la licencia
Qué hacer
Ejecuta el checklist de "Inicialización del proyecto" de CLAUDE.md:
README.md— reescríbelo entero para el proyecto (qué es, qué problema resuelve, requisitos, variables de entorno, instalación conpnpm, estructura, cómo contribuir, estado). Sin referencias a la plantilla.CLAUDE.md— rellena nombre, descripción, estado, stack, estructura de carpetas, convenciones y "Qué NO hacer". Borra los comentarios que ya no apliquen y la sección de inicialización del proyecto (ya no hace falta) junto con la referencia a este comando. El "Protocolo de MCPs" se queda: sigue aplicando cada vez que entre una integración nueva.LICENSE— sustituye la línea de copyright de la plantilla por el año actual y el titular de este proyecto..env.example— deja solo las variables del stack real.- MCPs — pregunta qué servidores MCP quiere y con qué alcance, siguiendo el "Protocolo de MCPs"
de
CLAUDE.md. Si prefieres tratarlo aparte, lanza/mcp-setup. docs/— borra los documentos que este proyecto no necesite según la tabla de tamaños. Los que no aplican se borran, no se dejan vacíos: un archivo con solo comentarios hace que el arranque de cada sesión se pare a preguntar por él.docs/features/se queda vacía, solo con suREADME.md.mejoras/backlog.md— borra el ejemplo comentado..template/— bórrala (rm -rf .template). Quita después las referencias a.template/assets/que queden en otros archivos: hay una endocs/features/README.md.changelog/— crea la primera entrada real del proyecto (tipo: Configuración) con/changelogy limpia dechangelog/README.mdla referencia a la plantilla.- Verifica que no queden restos:
grep -ril "plantilla\|template" . --exclude-dir=.git --exclude-dir=node_modules - Pasa
/doctorcomo última comprobación: entorno, variables, MCPs y tests. Si algo sale en FALLO, arréglalo antes de dar la inicialización por terminada.
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 · 55 lines · 0 tokens per session scan C 6caa7f41b049
init-proyecto is a command published in the GitHub repository polmarza/project-template (79 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 782 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
constitution
Create or update the project constitution from interactive or provided principle inputs.