CreateSkill

Standardizes skill creation, validation, and canonicalization processes.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/breakingcircuits1337/agent-skills --skill createskill-breakingcircuits1337
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CreateSkill
Source: https://github.com/breakingcircuits1337/agent-skills/tree/main/CreateSkill
Command: npx skills add https://github.com/breakingcircuits1337/agent-skills --skill createskill-breakingcircuits1337

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for a standardized and efficient framework for creating, validating, and canonicalizing skills within a system.

Core Features & Use Cases

  • Skill Creation Framework: Provides a step-by-step guide for creating new skills, ensuring adherence to system standards.
  • Validation: Offers automated validation tools and manual checks to ensure skill integrity.
  • Canonicalization: Assists in renaming and structuring skills to meet system requirements.
  • Use Case: When you need to create a new skill, follow the guidelines to structure the skill directory and ensure all components are in place.

Quick Start

Run the pack validator to validate your skill: bun run $PAI_DIR/Tools/validate-pack.ts

Frequently Asked Questions about CreateSkill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a skill structure to ensure it meets system standards?

To validate a skill structure, run the pack validator script to automatically check skill integrity and verify adherence to system standards. This ensures all required components are correctly in place within the skill directory.

What is skill canonicalization and when do I need it?

Skill canonicalization is the process of renaming and structuring skills to meet specific system requirements. You need it when standardizing skill directories to ensure consistent formatting and compliance with system standards.

How do I create a new skill that passes automated validation?

To create a new skill that passes automated validation, follow a step-by-step creation framework to structure the skill directory properly. This ensures all components are in place and adhere to required system standards before validation.

Can I perform manual checks for skill integrity instead of automated validation?

Yes, you can perform manual checks for skill integrity alongside automated validation tools. Both methods ensure skill structure adheres to system standards, allowing you to verify directory compliance and component placement independently.

What are the limitations of automated skill validation tools?

Automated skill validation tools focus on structural integrity and adherence to system standards, but may not catch semantic errors in skill logic. Manual checks are recommended to complement automated validation for comprehensive canonicalization.