Claude Code Plugins

Community-maintained marketplace

Feedback

skill-builder

@jumski/dotfiles
0
0

Use when user asks to "create a skill", "build a skill", or "design a skill". Guides through requirements, solution design, and implementation of token-efficient Claude Code skills.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name skill-builder
description Use when user asks to "create a skill", "build a skill", or "design a skill". Guides through requirements, solution design, and implementation of token-efficient Claude Code skills.

Skill Builder

Create high-quality, token-efficient Claude skills.

Current structure: !tree -L 1 ~/.claude/skills/skill-builder -I 'example-*'

Quick Mode vs. Guided Mode

Quick Mode (for simple skills):

  1. Ask: Purpose, trigger conditions, freedom level
  2. Use template.md and create immediately

Guided Mode (for complex skills): Follow 3-phase process below

Guided Process

Phase 1: Requirements (3 questions max)

  1. What & When: Purpose and trigger conditions
  2. Freedom level: High (creative) / Medium (pattern) / Low (scripted)
  3. Scope: Personal (~/.claude/skills) or project (.claude/skills)

Phase 2: Propose Pattern

Choose based on complexity:

Phase 3: Create

  1. Create directory and SKILL.md using template.md
  2. Add supporting files if modular/scripted
  3. Verify: description has triggers, TOC added if >100 lines

Critical Rules

- Description MUST include trigger conditions ("Use when user asks to...") - Files >100 lines MUST have table of contents - One level deep only (SKILL.md → supporting files, no subdirectories) - SKILL.md should be <200 lines - Use reference.md not @reference.md (load on-demand)

Resources

Examples (real-world patterns):

Guides (details on-demand):