New Dcode Agent
Échafaude un agent LangChain Deep Agent ou dcode CLI autonome via un entretien guidé.
Testé · Fonctionne
Ce que fait
Interroge l'utilisateur sur la forme (SDK program, dcode CLI agent, ou les deux), le but, les outils, le modèle et la posture de sécurité, puis échafaude un agent autonome et agnostique au fournisseur (env-driven model.py + agent.py) ou une identité dcode AGENTS.md, protégeant tout outil mutateur derrière une approval interrupt. Il ne se déclenche délibérément jamais automatiquement à partir du langage naturel — il ne se déclenche que sur la commande explicite /new-dcode-agent, par conception (disable-model-invocation est défini).
Rapport de test
A échafaudé un work-jira SDK agent end to end : le model.py généré refuse correctement de s'exécuter sans LLM_API_KEY instead of failing silently, and the SKILL.md flags a real LangGraph gotcha — a mutating tool's approval gate needs both interrupt_on and a checkpointer or it silently no-ops.
Testé le: 2026-07-14 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/EliaAlberti/dcode-agent-kit cd dcode-agent-kit mkdir -p ~/.claude/skills cp -r skills/new-dcode-agent ~/.claude/skills/new-dcode-agent
Commandes et exemples de prompts
/new-dcode-agentÉchafaude un agent LangChain Deep Agent ou dcode CLI autonome via un entretien guidé.
Les skills se déclenchent sur des demandes en langage courant — aucune commande à retenir. Après installation, des prompts comme ceux-ci l'activent (en anglais) :
/new-dcode-agent create an SDK agent that answers Jira questions/new-dcode-agent scaffold a dcode CLI agent for triaging bugs/new-dcode-agent build both an SDK and CLI agent for my jira-bot