skill-creator
仓库创建 2025年2月14日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由
帮助开发者快速上手技能开发并遵循规范,降低出错率。
这个 Skill 做什么
提供创建与优化 AI agent 技能的流程、规范与示例指南。
提供一套可执行的流程、规范和示例,教你如何设计、实现和优化能扩展 Claude 能力的 skill。需要新建技能、更新现有工作流或接入外部工具时用,能把通用 agent 变成专门处理某类任务的专家。重点在于示例驱动、实践规范和可复用模板,能提升开发速度和一致性。
▸ 展开 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.
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/skill-creator/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/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 公开信息 · 原文版权归作者所有