Claude Code Skill Builder
Skill Verifiziert AktivInteractive 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.
Funktionen
- 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
Anwendungsfälle
- 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
Nicht-Ziele
- 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
Praktiken
- 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-starterFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
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
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.
Guard
100Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer "guard", "protect session", "context getting long", "prevent compaction", "session management" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.
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.