skill-creator

仓库创建 2026年1月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

帮助开发者快速规范化地设计与发布技能。

这个 Skill 做什么

提供创建与优化 agent skills 的流程、示例与实践指南。

把如何创建和优化 agent skills 的流程、示例和实践经验浓缩成可落地的指导,涵盖能力分解、接口设计和测试方案。会在你准备新增或更新能扩展 Claude 功能的 skill 时使用。特点是把复杂功能模块化、给出可复用模板和最佳实践,降低上手和集成成本。

▸ 展开 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.

Skill 开发管理技能开发模块化最佳实践通用
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/vendor/evoskill/.claude/skills/skill-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/vendor/evoskill/.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 公开信息 · 原文版权归作者所有