New Dcode Agent

Scaffolds a self-contained LangChain Deep Agent or dcode CLI agent via guided interview.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · a4a1bc2

Scaffolded a 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.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What New Dcode Agent does

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

How to install New Dcode Agent

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

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger New Dcode Agent

  • /new-dcode-agent Scaffolds a self-contained LangChain Deep Agent or dcode CLI agent via guided interview.

It also activates on plain-language prompts like these:

  • /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

Frequently asked questions

Is the New Dcode Agent skill free?
Yes. The skill itself is free from EliaAlberti/dcode-agent-kit. SkillProof publishes the install command and an independent test verdict at no cost.
Does New Dcode Agent work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Scaffolded a 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.
What is the New Dcode Agent SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install New Dcode Agent?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use New Dcode Agent with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.