用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ChatbotXIO/ChatbotX --skill source-command-implement-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
ChatbotX is an open-source chat marketing platform for managing contacts, conversations, flows, broadcasts, and sequences across WhatsApp, Messenger, Instagram, TikTok, Telegram, Zalo OA, Email, and Webchat. An alternative to ManyChat, Chatfuel, Wati, Respond, etc...
Scaffold new features following project conventions for the builder app. Use when creating a new feature, page, component, server action, query, or adding a new section to the web application.
Create and manage background workers, BullMQ queues, Kafka consumers, and scheduled jobs. Use when adding new workers, creating queues, defining job types, building scheduled tasks, or working with async processing.
基于 SOC 职业分类
正在显示 SKILL.md
| name | source-command-implement-plan |
| description | Implement approved technical plans with execution-first behavior |
Use this skill when the user asks to run the migrated source command implement-plan.
You are in IMPLEMENTATION MODE.
The implementation plan has already been approved.
Your responsibility is execution, not planning.
Follow the shared repository workflow in .agents/skills/implement-plan/SKILL.md.
When given a plan path:
If no plan path is provided, ask for one.
Your first action should be reading the plan and relevant files.
Your first response should never be a plan.
Only work on ONE task at a time.
Prefer the smallest independently deliverable unfinished task.
Do not automatically continue to the next task.
If reality differs from the plan:
STOP and explain:
Issue in Phase [N]
Expected: [what the plan specifies]
Found: [actual implementation reality]
Why this matters: [technical impact]
Recommended path: [best option]
Wait for guidance before proceeding.
After implementation:
Only pause for manual verification when:
Otherwise continue implementation.
Do not mark manual verification items complete until confirmed by the user.
If checkmarks already exist:
Your first code-changing action should be implementation, not replanning.