Agent Plugins Marketplace
All plugins

dcode-agent-kit

v0.1.0

Scaffold a Deep Agents (LangChain) agent or a dcode CLI agent from one command (/new-dcode-agent). The agents it builds work with any OpenAI-compatible provider.

Claude Code1 Skill

By Elia AlbertiLicense: MIT52 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jun 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dcode-agent-kit for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dcode-agent-kit@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/EliaAlberti/dcode-agent-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

dcode-agent-kit/
├── .claude-plugin/plugin.json
└── skills/new-dcode-agent/SKILL.md

Included Skills1

new-dcode-agentskills/new-dcode-agent/SKILL.md

Scaffold a new Deep Agents (LangChain) agent, a dcode CLI agent, or both, from one command. Use ONLY when the user explicitly runs /new-dcode-agent; never auto-trigger. It interviews the user (form, name, purpose, tools, model, safety), shows a spec, and on confirmation writes a self-contained agent into the user's current project (and/or a dcode CLI agent under ~/.deepagents). The agents it writes work with any OpenAI-compatible API via environment variables.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "dcode-agent-kit",
  "description": "Scaffold a Deep Agents (LangChain) agent or a dcode CLI agent from one command (/new-dcode-agent). The agents it builds work with any OpenAI-compatible provider.",
  "version": "0.1.0",
  "author": {
    "name": "Elia Alberti"
  },
  "homepage": "https://github.com/EliaAlberti/dcode-agent-kit",
  "repository": "https://github.com/EliaAlberti/dcode-agent-kit",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dcode-agent-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dcode-agent-kit)