dcode-agent-kit
NewA Claude Code skill that scaffolds ready-to-run LangChain Deep Agents and dcode CLI agents into any project.
Summary
dcode-agent-kit is a Claude Code skill that scaffolds ready-to-run LangChain Deep Agents and dcode CLI agents directly into any project.
- It saves developers hours of setup by generating production-ready agent code, configuration, and dependencies with a single command.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/dcode-agent-kit.md
@dcode-agent-kitUse Cases
Usage Examples
/dcode-agent-kit create deep-agent --name myAgent --tools web_search,calculator
/dcode-agent-kit scaffold cli-agent --output ./agents
Scaffold a LangChain agent with memory and a custom tool for database queries.
Security Audits
Frequently Asked Questions
What is dcode-agent-kit?
dcode-agent-kit is a Claude Code skill that scaffolds ready-to-run LangChain Deep Agents and dcode CLI agents directly into any project. It saves developers hours of setup by generating production-ready agent code, configuration, and dependencies with a single command.
How to install dcode-agent-kit?
To install dcode-agent-kit: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/dcode-agent-kit.md. Finally, @dcode-agent-kit in Claude Code.
What is dcode-agent-kit best for?
dcode-agent-kit is a agent categorized under General. It is designed for: agent. Created by EliaAlberti.
What can I use dcode-agent-kit for?
dcode-agent-kit is useful for: Quickly scaffold a LangChain Deep Agent with custom tools and memory for a new project.; Generate a dcode CLI agent that can execute shell commands and interact with APIs.; Add a multi-agent orchestration system to an existing codebase using LangGraph.; Create a retrieval-augmented generation (RAG) agent with vector store integration.; Prototype an autonomous agent that can browse the web and summarize content.; Set up a monitoring agent that periodically checks system health and sends alerts..