Agent skill · Design & Presentation

skill-template

技能创建模板。复制此目录并修改 SKILL.md 即可创建新技能。请将所有 <占位符> 替换为实际内容。

anbeimegithub.com/anbeimeGitHub ↗
claude-code
Install
npx skills add anbeime/skill --skill _template --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 1.0.0
Declared author: your-name
Path: skills/_template/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# <技能标题> ## 任务目标 - 本技能用于:<一句话描述技能用途> - 能力包含:<能力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: <场景描述> **输入:** ``` <示例输入> ``` **输出:** ``` <示例输出> ```

What's inside
Steps it walks through
  1. 任务目标
  2. 使用方式
  3. 输入
  4. 输出
  5. 核心逻辑
  6. 步骤 1: <步骤名称>
  7. 步骤 2: <步骤名称>
  8. 步骤 3: <步骤名称>
  9. 注意事项
  10. 示例
  11. 示例 1: <场景描述>
  12. 示例 2: <场景描述>
More from skill
All skills →
About this skill
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.

Keep going