Claude Code Skill Builder
Skill Verified ActiveInteractive 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.
Features
- 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
Use Cases
- 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
Non-Goals
- Writing the actual code for the skill's functionality
- Managing external dependencies for skills
- Orchestrating multiple skills
- Directly publishing skills to a registry
Workflow
- 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
Practices
- 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.
Installation
npx skills add raintree-technology/claude-starterRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Quality Score
VerifiedTrust Signals
Similar Extensions
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
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
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.