skill-creator
仓库创建 2026年1月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
示例化的技能开发指南,便于团队参考与复用。
这个 Skill 做什么
(示例)提供创建与优化 agent skills 的流程与示例指导。
教你如何设计和优化一个 agent 的 skills,适合想给 Claude 增加专门知识、工作流或对接工具时使用。提供流程、范例和最佳实践,包含结构化模版和实现建议,能帮你把零散需求变成可维护的模块。目标是把创建技能的复杂步骤拆成清晰可复用的“入职指南”。
▸ 展开 SKILL.md 英文原文
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/vendor/evoskill/examples/officeqa/.claude/skills/skill-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/vendor/evoskill/examples/officeqa/.claude/skills/skill-creator/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill Creator This skill provides guidance for creating effective skills. ## About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. ### What Skills Provide 1. Specialized workflows - Multi-step procedures for specific domains 2. Tool integrations - Instructions for working with specific file formats or APIs 3. Domain expertise - Company-specific knowledge, schemas, business logic 4. Bu
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有