用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/HybridAIOne/hybridclaw --skill feature-planning命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Read, send, react to, edit, pin, and thread Discord messages with HybridClaw's `message` tool.
Work with Lexware Office contacts, products, invoices, quotations, bookkeeping vouchers, receipts, payment status, and guarded invoice, quotation, or expense writes through the Public API.
Expose HybridClaw as a custom Alexa skill and prepare guarded Alexa smart-home/device control payloads without exposing Amazon credentials.
基于 SOC 职业分类
正在显示 SKILL.md
| name | feature-planning |
| description | Break features into implementation plans, acceptance criteria, and sequenced tasks. |
| user-invocable | true |
| metadata | {"hybridclaw":{"category":"productivity","short_description":"Feature implementation plans.","tags":["planning","engineering","implementation","delivery"],"related_skills":["project-manager","github-pr-workflow"]}} |
Use this skill to turn a feature request into an implementation plan that is specific enough to execute without rediscovering the codebase.
When the user asks for a plan and does not specify a format, use:
Each task should have one concrete outcome. Prefer:
If the scope is large, group tasks into milestones, but keep each task small enough that an implementer can finish it without further decomposition.
Before finalizing a plan, inspect the repo for:
Use the existing codebase to anchor the plan instead of inventing new patterns.
Every plan should name the checks needed to prove the change works. Prefer the smallest useful set, for example:
npm run typecheck
npm run lint
npm run test:unit
Replace generic commands with repo-specific ones after inspecting the project.
Use whichever artifact best fits the request:
For plans that will be handed to another implementer, optimize for clarity over brevity: exact files, concrete commands, and explicit success criteria.