一键导入
example-skill
Starter skill template. Replace the body with your own playbook before relying on it; this stub exists only to teach the workspace layout.
菜单
Starter skill template. Replace the body with your own playbook before relying on it; this stub exists only to teach the workspace layout.
基于 SOC 职业分类
Four-layer skill composition, skill marketplaces, the self-learning loop
四层技能合成、技能市场、自学习闭环
Use when the user asks for a summary, TL;DR, or condensed version of any content.
Apply multi-file or tricky edits atomically with git apply instead of many fragile edit_file calls. Use when changing several files at once or when edit_file fails to match.
Search a codebase efficiently with ripgrep regular expressions, file globs, and git history search. Use to locate symbols, usages, and definitions instead of reading whole files.
Use git as a safety net - create a checkpoint commit before risky or large changes and roll back cleanly if a change makes things worse. Use before multi-file refactors.
| name | example-skill |
| description | Starter skill template. Replace the body with your own playbook before relying on it; this stub exists only to teach the workspace layout. |
A skill is a named playbook the agent can invoke by referring to this file. The
folder name (example-skill) is the skill id.
Describe the situations in which the agent should reach for this skill. Be concrete — the runtime feeds this section back to the agent when it is selecting between skills.
Delete this file once you have authored your own skills.