skill-creator

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

为开发者提供制作高质量技能的规范与示例,便于复用与扩展。

这个 Skill 做什么

创建与更新 agent skills 的流程、规范与最佳实践指南。

把通用 agent 打造成会做特定事儿的“小工具包”,给出创建和更新 skills 的流程、规范和最佳实践。用在你要新增技能、接入新工具或把某套操作写成可复用模块时。特别强调可复用性、文档化和与现有 agent/工具的整合细节,帮你少踩实现与维护的坑。

▸ 展开 SKILL.md 英文原文

Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.

Skill 开发管理技能开发最佳实践上手指南通用
1.5w
Stars
1.7k
Forks
6
仓库内 Skill
+185
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eigent-ai/eigent/main/resources/example-skills/skill-creator/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eigent-ai/eigent/main/resources/example-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 agent capabilities by providing
specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific
domains or tasks—they transform 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. Bundled resources
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有