skill-creator

Generate a new Skill unit with SKILL.md and starter resources.

1|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/RamonsDka/the-architect-overlay --skill skill-creator-ramonsdka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/RamonsDka/the-architect-overlay/tree/main/skills/skill-creator
Command: npx skills add https://github.com/RamonsDka/the-architect-overlay --skill skill-creator-ramonsdka

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creates a repeatable scaffold for new AI agent skills that conform to the Agent Skills spec, including an initial SKILL.md, starter resources, and a validation baseline.

Core Features & Use Cases

  • Generates a complete SKILL.md frontmatter and instructions
  • Creates optional resource directories: scripts/, references/, assets/
  • Provides starter templates and guidance for early skill development
  • Validates basic structure and naming to accelerate packaging and discovery

Quick Start

Run the skill-creator to scaffold a new skill under skills/, then customize SKILL.md and any bundled templates.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new AI agent skill?

Scaffolding a new AI agent skill is automated by generating a ready-to-edit SKILL.md file alongside optional resource directories like scripts, references, and assets for immediate development.

What is the structure required for an Agent Skills spec compliant unit?

An Agent Skills spec compliant unit requires a SKILL.md file with proper frontmatter and instructions, supported by optional scripts, references, and assets directories with validated naming conventions for discovery.

Does skill scaffolding include validation for basic structure and naming?

Yes, skill scaffolding includes starter validation tooling that checks basic directory structure and naming conventions to accelerate packaging and ensure your skill is ready for discovery.

Can I generate optional resource directories like scripts and references automatically?

Yes, you can automatically generate optional resource directories including scripts, references, and assets during the scaffolding process, providing starter templates and guidance for early skill development.

What's the best way to create a repeatable scaffold for development templates?

The best way to create a repeatable scaffold for development templates is using an automated scaffolding tool that generates consistent SKILL.md frontmatter, instructions, and starter validation baselines.

Do I need to manually set up a validation baseline when creating skill templates?

No, you do not need to manually set up a validation baseline; the scaffolding process provides starter validation tooling that validates basic structure and naming automatically to accelerate packaging.