CreateSkill

Create and canonicalize skills with TitleCase naming and flat folder structures.

4|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/pynbj1001/alpha-sense --skill createskill-pynbj1001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CreateSkill
Source: https://github.com/pynbj1001/alpha-sense/tree/main/.pai_runtime/.claude/skills/CreateSkill
Command: npx skills add https://github.com/pynbj1001/alpha-sense --skill createskill-pynbj1001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and canonicalization of skills by enforcing TitleCase naming, flat folder structures, and standardized frontmatter.

Core Features & Use Cases

  • Enforce canonical skill structure, consistent frontmatter, and proper routing
  • Validate and canonicalize existing skills to the canonical schema
  • Guide users through creating new skills and updating existing ones with best practices

Quick Start

Create a new skill directory using TitleCase naming, then run the CreateSkill workflow to generate SKILL.md and initial routing.

Frequently Asked Questions about CreateSkill

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

FAQPage Schema
How do I automate skill creation and enforce consistent frontmatter?

Automating skill creation involves enforcing TitleCase naming, flat folder structures, and standardized frontmatter. You can use canonicalization workflows to validate existing skills and raise alerts for structural violations to maintain production-grade quality.

What is the canonical structure for skill routing and documentation?

The canonical structure for skill routing requires examples and documentation to live in the root of each skill directory. This flat folder structure ensures proper routing and standardized resource loading from scripts, references, and assets.

How do I validate an existing skill against a standardized schema?

Validating an existing skill requires running a step-by-step canonicalization workflow that checks frontmatter consistency and routing. The process enforces TitleCase naming and raises alerts for any violations found in the skill's structure.

Do I need to manually configure routing when creating a new skill?

Manual routing configuration is minimal when creating a new skill. The automated workflow generates the initial SKILL.md and routing setup, enforcing best practices and loading optional resources from scripts, references, and assets automatically.

Why does my skill validation fail due to folder structure violations?

Skill validation fails when the folder structure is not flat or documentation is not in the root. The canonicalization process raises alerts for these violations to enforce TitleCase naming, standardized frontmatter, and proper routing.

Can I update existing skills to follow best practices without rebuilding them?

Updating existing skills to follow best practices is possible through guided canonicalization workflows. This process restructures existing skills to enforce standardized frontmatter, flat folder structures, and proper routing without requiring a complete rebuild.