skill-creator

仓库创建 2025年10月22日最近提交 13 天前SkillHot 收录 20 天前
▸ 精选理由

面向开发者的规范化技能创建流程,便于复用与扩展。

这个 Skill 做什么

提供创建或更新 Agent Skill 的方法与最佳实践指南。

给出如何创建或更新 Agent Skill 的实操指南和最佳实践,包括设计工作流、接口规范、测试要点和可维护性建议。适合想把特定领域知识、工具或自定义流程封装成 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 开发管理技能创建模板指南通用
1.4k
Stars
245
Forks
31
仓库内 Skill
+46
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/skill-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Prat011/awesome-llm-skills/master/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 公开信息 · 原文版权归作者所有