create-skill by siviter-xyz/dot-agent
npx skills add https://github.com/siviter-xyz/dot-agent --skill create-skill指导如何创建有效的技能,以扩展智能体的能力,包括专业知识、工作流程和工具集成。
技能是模块化、自包含的包,通过提供专业知识、工作流程和工具来扩展智能体的能力。可以将它们视为针对特定领域或任务的"入门指南"。
200 行规则至关重要。 SKILL.md 必须少于 200 行。如果需要更多内容,请将内容拆分到 references/ 文件中。
skill-name/
├── SKILL.md (必需, <200 行)
│ ├── YAML 前置元数据 (必需)
│ │ ├── name: (必需)
│ │ └── description: (必需)
│ └── Markdown 说明 (必需)
└── Bundled Resources (可选)
├── scripts/ - 可执行代码
├── references/ - 按需加载的文档
└── assets/ - 输出中使用的文件
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
上下文窗口是共享资源。你的技能与智能体所需的其他所有内容共享它。务必简洁,并审视每一条信息:
技能作为模型的补充,因此其有效性取决于底层模型。请在你计划使用的所有模型上测试你的技能。
有关详细指导,请参阅:
references/progressive-disclosure.md - 200 行规则和参考资料模式references/skill-structure.md - SKILL.md 格式和前置元数据详情references/examples.md - 优秀技能示例references/best-practices.md - 全面的最佳实践指南每周安装量
1.1K
代码仓库
GitHub 星标数
7
首次出现
2026 年 1 月 20 日
安全审计
安装于
opencode1.0K
codex964
gemini-cli960
github-copilot934
cursor888
kimi-cli869
must stay under 200 lines; use progressive disclosure by splitting detailed content into references/ files to reduce context load and activation time
SKILL.md
Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations.
Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks.
The 200-line rule is critical. SKILL.md must be under 200 lines. If you need more, split content into references/ files.
skill-name/
├── SKILL.md (required, <200 lines)
│ ├── YAML frontmatter metadata (required)
│ │ ├── name: (required)
│ │ └── description: (required)
│ └── Markdown instructions (required)
└── Bundled Resources (optional)
├── scripts/ - Executable code
├── references/ - Documentation loaded as needed
└── assets/ - Files used in output
The context window is a shared resource. Your skill shares it with everything else the agent needs. Be concise and challenge each piece of information:
Skills act as additions to models, so effectiveness depends on the underlying model. Test your skill with all models you plan to use it with.
For detailed guidance, see:
references/progressive-disclosure.md - 200-line rule and references patternreferences/skill-structure.md - SKILL.md format and frontmatter detailsreferences/examples.md - Good skill examplesreferences/best-practices.md - Comprehensive best practices guideWeekly Installs
1.1K
Repository
GitHub Stars
7
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode1.0K
codex964
gemini-cli960
github-copilot934
cursor888
kimi-cli869
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装
网页无障碍性(a11y)最佳实践指南:遵循WCAG标准,提升网站包容性设计
1,000 周安装
AI Logo Creator - 使用 Gemini 和 Recraft 生成专业标志设计
1,000 周安装
Rust编码指南50条核心规则:命名、内存、并发、错误处理最佳实践
1,000 周安装
RAG 架构师指南:构建高效检索增强生成系统,优化向量存储与分块策略
1,000 周安装
marimo Python笔记本教程:交互式数据科学工具,替代Jupyter的响应式开发
1,000 周安装
RivetKit多人游戏开发模式:大逃杀、竞技场、IO游戏等10类模板与物理引擎指南
1,000 周安装