skill-creator

Scaffold new skill directories with SKILL.md and standard folders.

71|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nlelouche/Unity-SkillForge --skill skill-creator-nlelouche
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/nlelouche/Unity-SkillForge/tree/main/.agent/skills/00-meta-skills/skill-creator
Command: npx skills add https://github.com/nlelouche/Unity-SkillForge --skill skill-creator-nlelouche

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This meta-skill automates the creation of new skills, ensuring they adhere to the AntiGravity Professional Standard by scaffolding the correct directory structure and essential files.

Core Features & Use Cases

  • Automated Scaffolding: Creates new skill directories with SKILL.md, scripts/, references/, and assets/ folders.
  • Standardization: Ensures new skills follow best practices for naming, categorization, and description.
  • Use Case: When you need to add a new capability to the agent, use this skill to quickly bootstrap a new, compliant skill unit.

Quick Start

Use the skill-creator to generate a new skill named 'my-new-skill' in the '01-architecture' category with the description 'Handles user authentication'.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate skill generation and scaffolding for new agent capabilities?

Automating skill generation requires scaffolding directory structures and core files like SKILL.md. This meta-skill bootstraps compliant skill units by creating necessary folders and enforcing naming conventions automatically through Python script execution.

What is the best way to ensure new code generation skills follow professional standards?

Ensuring professional standards for new skills involves enforcing strict categorization and naming conventions during creation. This scaffolding process standardizes directory structures and essential files, guaranteeing compliance with the AntiGravity Professional Standard.

Do I need Python to create new skill directories or can I use a manual fallback?

You do not strictly need Python to create skill directories. While automated scaffolding uses Python script execution, a manual fallback procedure is fully supported to generate the core files and folder structures.

Can I specify a category and description when bootstrapping a new skill unit?

You can specify both category and description when bootstrapping a new skill unit. The scaffolding process enforces categorization and integrates your provided description directly into the generated SKILL.md file.

What files and folders are created during the skill scaffolding process?

The scaffolding process creates a new skill directory containing a SKILL.md file, alongside scripts/, references/, and assets/ folders. This structure ensures the new unit meets professional standards.

Why does my manually created skill fail to meet the AntiGravity Professional Standard?

Manually created skills often fail professional standards due to missing directory structures or incorrect naming conventions. Automated scaffolding enforces these rules and generates essential files like SKILL.md to guarantee compliance.