New Dcode Agent
Gerüstet einen self-contained LangChain Deep Agent oder dcode CLI agent via guided interview.
Getestet · Funktioniert
Was es kann
Interviews the user on form (SDK program, dcode CLI agent, or both), purpose, tools, model, and safety posture, then scaffolds a self-contained, provider-agnostic agent (env-driven model.py + agent.py) or a dcode AGENTS.md identity, gating any mutating tool behind an approval interrupt. It deliberately never auto-triggers from natural language — it fires only on the explicit /new-dcode-agent command, by design (disable-model-invocation is set).
Testbericht
Gerüstet einen work-jira SDK agent end to end: the generated model.py correctly refuses to run without 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.
Getestet am: 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
Befehle & Beispiel-Prompts
/new-dcode-agentGerüstet einen self-contained LangChain Deep Agent oder dcode CLI agent via guided interview.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
/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