用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/DemonDamon/AgenticX --skill code-dev-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guide for using the A2A (Agent-to-Agent) communication protocol in AgenticX including agent discovery, skill invocation, remote agent cards, and distributed agent systems. Use when the user wants agents to communicate with each other, set up distributed agent systems, invoke remote agent skills, or build agent-to-agent workflows.
Guide for deploying AgenticX agents to production including Docker containerization, Kubernetes orchestration, Volcengine AgentKit cloud deployment, and API server setup. Use when the user wants to deploy agents, containerize applications, set up Kubernetes, configure cloud deployment, or run the AgenticX API server in production.
Guide for setting up and using the AgenticX memory system including Mem0 integration, long-term memory, context management, and memory-enhanced agents. Use when the user wants to add memory to agents, persist conversation history, build memory-aware workflows, or integrate with Mem0 for long-term recall.
基于 SOC 职业分类
正在显示 SKILL.md
| name | code-dev-workflow |
| description | Near code_dev harness — Explore, Read, Author phases with outline-first context discipline. |
| requires_tools | ["code_outline","file_read","bash_exec","scratchpad_write","file_write"] |
Use when the session is in code_dev mode.
code_outline, grep, lsp_*, code_search (if enabled). Write scratchpad_write(key="phase", value="explore") and a file list to read.file_read with start_line/end_line only. Summarize into scratchpad. Then phase=read.file_write skeleton first, then section-by-section updates. phase=author.todo_write unless executing multi-step work.