iniciar

iniciar is a command for Claude Code from doncheli/don-cheli-sdd. It costs 11 tokens per session (682 once invoked), scanned A, original, Apache-2.0.

A project setup command that creates a `.dc/` folder with the context files Don Cheli needs to work in a new or existing project.

In plain words
What is it for?
Use it to initialize a project, set its project type and name, add a `.gitignore`, create local hooks, or repair missing setup files.
Why use it?
It avoids manually creating configuration, planning, status, and findings files before work can begin.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Part of the don-cheli-sdd plugin — 28 skills, 115 commands, 1 agent shipped together

Good fit Use it to initialize a project, set its project type and name, add a .gitignore, create local hooks, or repair missing setup files.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/doncheli/don-cheli-sdd/iniciar
Install

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.

Clone the repo
git clone --depth 1 https://github.com/doncheli/don-cheli-sdd

Made for: Claude Code.

Or install don-cheli-sdd, the plugin that ships this one along with the rest of its 28 skills, 115 commands, 1 agent.

Wrote 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.

agentmods badge for iniciar

README.md
[![agentmods](https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/iniciar.svg)](https://agentmods.dev/commands/doncheli/don-cheli-sdd/iniciar)
Your own site
<a href="https://agentmods.dev/commands/doncheli/don-cheli-sdd/iniciar"><img src="https://agentmods.dev/badge/commands/doncheli/don-cheli-sdd/iniciar.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 682 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00011 $0.00682
Opus 5 $0.00005 $0.00341
Sonnet 5 $0.00002 $0.00136
Haiku 4.5 $0.00001 $0.00068

Measured 5d ago against content hash e04ddeeb11d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

iniciar 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 5d 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.

scripts/.claude/commands/dc/iniciar.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/dc:iniciar

Objetivo

Crear el directorio .dc/ con todos los archivos de contexto necesarios para comenzar a trabajar con el framework.

Uso

/dc:iniciar [opciones]

Opciones

Opción Descripción Ejemplo
--tipo Tipo de proyecto --tipo cli
--nombre Nombre del proyecto --nombre "mi-app"
--gitignore Agregar .gitignore template --gitignore
--con-hooks Inicializar hooks locales --con-hooks
--reparar Reparar archivos faltantes --reparar

Comportamiento

  1. Detectar idioma — Leer ${FRAMEWORK_HOME}/locale (set durante instalación). Si no existe, preguntar al usuario.
  2. Verificar si .dc/ ya existe
    • Si existe: preguntar si desea sobrescribir o reparar
    • Si no existe: continuar
  3. Crear directorio .dc/
  4. Copiar plantillas desde plantillas/especdev/
  5. Configurar config.yaml con nombre, tipo de proyecto y framework.idioma (del locale detectado)
  6. Inicializar estado.md, plan.md, hallazgos.md, progreso.md — todos en el idioma configurado
  7. Opcionalmente crear hooks locales (--con-hooks)

IMPORTANTE: Todos los archivos generados (.md) deben usar la terminología del idioma configurado. Consultar locales/{locale}.json para las traducciones correctas de fases, estados, tipos de proyecto, etc.

Archivos Creados

.dc/
├── config.yaml      # Configuración del proyecto
├── estado.md        # Estado actual → Fase 1
├── plan.md          # Plan vacío listo para definir
├── hallazgos.md     # Descubrimientos (vacío)
├── progreso.md      # Log de sesión (vacío)
└── sesion/          # Directorio para PRD y datos de sesión

Tipos de Proyecto

Tipo Descripción
producto Producto completo nuevo
cli Aplicación de línea de comandos
app Aplicación desktop/móvil
libreria Paquete reutilizable
servicio Microservicio/API
refactor Refactoring existente
correccion Corrección de bug

Read the full file on GitHub · 83 lines

Changes

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.

  1. 5d ago First seen · 83 lines · 11 tokens per session scan A e04ddeeb11d6

Subscribe to this mod's changes

iniciar is a command published in the GitHub repository doncheli/don-cheli-sdd (57 stars, last pushed 28d ago), licensed Apache-2.0. It adds 11 tokens to every session and 682 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-09-03.