Agent skill
clean
Reset complet du projet - remet en état starter
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/clean-sylvainchabaud-spec-to-code-factory
SKILL.md
/clean - Reset complet du projet
Remet le projet en état "starter" propre via tools/clean.js.
Workflow
-
Demander confirmation via AskUserQuestion :
- Question : "Remettre le projet en état starter ? Tous les artefacts seront supprimés."
- Options : "Oui, nettoyer" / "Non, annuler"
- Si "Non" → STOP
-
Exécuter le script via Bash :
bashnode tools/clean.js --force--forcecar la confirmation est déjà faite à l'étape 1. -
Confirmer le résultat affiché par le script.
Mode --force
Si l'argument contient "--force", skip la confirmation (étape 1) et exécute directement :
node tools/clean.js --force
Mode --dry-run
Si l'argument contient "--dry-run", afficher ce qui serait supprimé sans rien toucher :
node tools/clean.js --dry-run
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?