Skill Builder

Create Claude Code Skills with a guided 5-phase workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Proaptus/proagentic-dfx --skill skill-builder-proaptus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Proaptus/proagentic-dfx/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/Proaptus/proagentic-dfx --skill skill-builder-proaptus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Builder streamlines the complex process of creating new Claude Code Skills. It provides a guided, 5-phase workflow, ensuring that every new skill adheres to official conventions, includes comprehensive documentation, and is production-ready, saving developers significant time and effort.

Core Features & Use Cases

  • 5-Phase Guided Workflow: Systematically guides through requirements, architecture, implementation, validation, and integration.
  • Automated File Structure: Generates all necessary skill files, including SKILL.md, documentation, templates, and subagents.
  • Built-in Validation: Verifies file structure, YAML frontmatter, script executability, and skill discoverability.
  • Use Case: When you need to create a new skill to automate a repetitive task, like "Create a skill that formats JSON files with proper indentation," the Skill Builder will walk you through each step to build it correctly.

Quick Start

To create a new skill, simply ask: Using Skill Builder, create a skill that formats JSON files with proper indentation.