Claude Code Skill Builder
技能 已验证 活跃Interactive skill creator for Claude Code and Agent Skills ecosystem. Build SKILL.md files with proper frontmatter, triggers, and structure. Triggers on creating skills, building skills, skill templates, skill frontmatter, allowed-tools, npx add-skill, agent skills.
To empower users to efficiently create well-structured and compliant skills for the Claude Code and Agent Skills ecosystem, simplifying the development process.
功能
- Guides creation of SKILL.md files
- Provides skill structure templates
- Explains frontmatter fields and best practices
- Assists with trigger keyword selection
- Offers troubleshooting for common issues
使用场景
- Creating a new skill from scratch
- Structuring or refactoring an existing skill
- Understanding Claude Code and Agent Skills specifications
- Learning best practices for skill frontmatter and descriptions
非目标
- Writing the actual code for the skill's functionality
- Managing external dependencies for skills
- Orchestrating multiple skills
- Directly publishing skills to a registry
工作流
- Understand user request for skill creation
- Gather required information (name, description, triggers, tools)
- Generate SKILL.md file with appropriate structure and frontmatter
- Provide examples and troubleshooting guidance
实践
- Skill structure
- Frontmatter design
- Trigger definition
- Documentation standards
Trust
- info:Issues Attention1 issue opened, 0 closed in the last 90 days. Maintainers are responsive to new issues.
安装
npx skills add raintree-technology/claude-starter通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Skill Creator
100Guide for creating effective skills
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。
Guard
100保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.