Agent Skill
2/7/2026

skill-builder

Guide for creating effective Claude Code skills. Use when users want to create a new skill, update an existing skill, package a skill for distribution, or need guidance on skill structure and best practices. Triggers include "create skill", "build skill", "new skill", "make skill", "skill template", "package skill", or working with SKILL.md files.

D
dvorkinguy
0GitHub Stars
1Views
npx skills add dvorkinguy/claude-skills-agents

SKILL.md

Nameskill-builder
DescriptionGuide for creating effective Claude Code skills. Use when users want to create a new skill, update an existing skill, package a skill for distribution, or need guidance on skill structure and best practices. Triggers include "create skill", "build skill", "new skill", "make skill", "skill template", "package skill", or working with SKILL.md files.

Claude Code Configuration Backup

Last synced: 2026-03-02

Contents

FolderDescriptionCount
skills/Custom skills with scripts, templates, references58 skills
agents/Agent definitions (specialized AI personas)25 agents
commands/Custom slash commands1 command
plugins/Plugin registry (not cache)3 files
mcp/MCP server configurations (secrets replaced with ${VAR})1 file
settings/Global + local settings2 files
CLAUDE.mdGlobal instructions
ENV_CHECKLIST.mdEnvironment requirements
SETUP_GUIDE.mdSetup documentation
statusline.shStatus line script

Restoration

# Quick restore
cp -r skills/* ~/.claude/skills/
cp -r agents/* ~/.claude/agents/
cp -r commands/* ~/.claude/commands/
cp settings/* ~/.claude/
cp plugins/* ~/.claude/plugins/
cp mcp/mcp.json ~/.claude/mcp.json
cp CLAUDE.md ~/.claude/
cp ENV_CHECKLIST.md ~/.claude/ 2>/dev/null
cp SETUP_GUIDE.md ~/.claude/ 2>/dev/null
cp statusline.sh ~/.claude/ 2>/dev/null

Then update ~/.claude/mcp.json with real API keys for: N8N_API_KEY, ATTIO_API_KEY, CLERK_API_KEY.

What's NOT Included

  • API keys / credentials — re-authenticate with claude login
  • Plugin cache — re-downloaded automatically
  • Session data, debug logs, telemetry, history
Skills Info
Original Name:skill-builderAuthor:dvorkinguy