skill-template
技能创建模板。复制此目录并修改 SKILL.md 即可创建新技能。请将所有 <占位符> 替换为实际内容。
npx skills add anbeime/skill --skill _template --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# <技能标题> ## 任务目标 - 本技能用于:<一句话描述技能用途> - 能力包含:<能力1>、<能力2>、<能力3> - 触发条件:<什么场景下使用此技能> ## 使用方式 ### 输入 <描述用户需要提供什么输入> | 参数 | 类型 | 必填 | 说明 | |------|------|------|------| | input_text | string | 是 | 输入文本 | | mode | string | 否 | 处理模式 (默认: auto) | ### 输出 <描述技能的输出格式> ```json { "result": "处理结果", "metadata": { "processing_time": "0.5s", "status": "success" } } ``` ## 核心逻辑 ### 步骤 1: <步骤名称> <详细说明此步骤的逻辑> ### 步骤 2: <步骤名称> <详细说明此步骤的逻辑> ### 步骤 3: <步骤名称> <详细说明此步骤的逻辑> ## 注意事项 - <注意事项 1> - <注意事项 2> - <注意事项 3> ## 示例 ### 示例 1: <场景描述> **输入:** ``` <示例输入> ``` **输出:** ``` <示例输出> ``` ### 示例 2: <场景描述> **输入:** ``` <示例输入> ``` **输出:** ``` <示例输出> ```
- 任务目标
- 使用方式
- 输入
- 输出
- 核心逻辑
- 步骤 1: <步骤名称>
- 步骤 2: <步骤名称>
- 步骤 3: <步骤名称>
- 注意事项
- 示例
- 示例 1: <场景描述>
- 示例 2: <场景描述>
What does the skill-template skill do?
技能创建模板。复制此目录并修改 SKILL.md 即可创建新技能。请将所有 <占位符> 替换为实际内容。
How do I install it?
Run `npx skills add anbeime/skill --skill _template --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
