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.
$npx -y skills add eliaalberti/dcode-agent-kit --skill new-dcode-agentInstalls into the current project.
Run `npx skills use "https://github.com/eliaalberti/dcode-agent-kit" --skill "eliaalberti/dcode-agent-kit/new-dcode-agent"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/eliaalberti/dcode-agent-kit" that are relevant to the current task. Run `npx skills add "https://github.com/eliaalberti/dcode-agent-kit"` and select the relevant skills, then follow their instructions.