Skill Development
仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
包含结构与写作准则,便于打造可维护的技能。
这个 Skill 做什么
指导如何为 Claude Code 插件编写高质量、可复用的技能。
教你如何为 Claude Code 插件设计和编写高质量、可复用的 skill,包含结构、分层展示(progressive disclosure)和文档组织建议。适合想创建新 skill、改进描述或提高可维护性的开发者参考使用。强调模块化、可测试性和与插件生态契合的最佳实践。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/.agents/skills/Skill Development/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/.agents/skills/Skill Development/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. ## 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 - Compa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有