원클릭으로
sklein-init-adr-docs
Initialize ADR/agents/docs infrastructure in a project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Initialize ADR/agents/docs infrastructure in a project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Créer un nouveau projet Node.js avec PostgreSQL (raw SQL, migrations, conteneur Podman) basé sur les préférences de Stéphane Klein. Use when user wants to create a Node.js project with PostgreSQL, migrations, or raw SQL.
Génère le template (template/), le script generate.sh, le vars-example.yaml, et le SKILL.md d'un projet à partir d'un projet source existant. Use when user wants to create a project scaffolding template from an existing project.
Conventions HTTP API de Stéphane Klein — nommage, verbes, codes, pagination, erreurs, versioning, HATEOAS, filtres, embedding, upload, OpenAPI. Utiliser lors de la création, modification ou review d'une API HTTP.
Gère la todo list de Stéphane via la banque mémoire hindsight `todo` et le sous-agent `@todo`. Use when user says: ajoute à ma todo, marque comme fait, liste mes tâches, supprime une tâche, bloque/débloque une tâche, quelles sont mes priorités, importe ça dans ma todo, ou colle un bloc de texte contenant plusieurs tâches.
Guide pour la création de nouveaux skills
Décompose un commit Jujutsu (jj) en plusieurs commits atomiques — enrichis si nécessaire pour la cohérence — par itérations récursives, avec validation humaine avant chaque application.
| name | sklein-init-adr-docs |
| description | Initialize ADR/agents/docs infrastructure in a project |
Initialise l'infrastructure de documentation ADR + agents + skills locaux dans un projet.
AGENTS.md à la racinedocs/decisions/README.mdCopier depuis templates/decisions-readme.md.
docs/agents/README.mdCopier depuis templates/agents-readme.md.
Si la section ## Supplementary Documentation n'existe pas déjà, l'ajouter
avant ## Documentation Maintenance. Sinon, juste vérifier que les liens
vers docs/agents/ et docs/decisions/ sont présents.
## Supplementary Documentation
- [`docs/agents/`](docs/agents/) — operational snapshots of subsystems (loaded on demand by the agent)
- [`docs/decisions/`](docs/decisions/) — architecture decision records
- `.opencode/skills/new-decision/` — skill for creating new decision records
.opencode/skills/new-decision/SKILL.mdCopier depuis templates/local-new-decision-skill.md.
| Fichier | Action |
|---|---|
docs/decisions/README.md | Créé |
docs/agents/README.md | Créé |
AGENTS.md | Modifié (section Supplementary Documentation ajoutée) |
.opencode/skills/new-decision/SKILL.md | Créé |