skill-creator

Create new Atlas skills with SKILL.md structure and metadata.

14|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/opencodos/opencodos --skill skill-creator-opencodos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/opencodos/opencodos/tree/main/skills/Skill%20Creator
Command: npx skills add https://github.com/opencodos/opencodos --skill skill-creator-opencodos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams standardize how new Atlas capabilities are defined and documented, ensuring consistent skeletons, metadata, and reusable templates across projects.

Core Features & Use Cases

  • Structured SKILL.md creation: guides the correct frontmatter and body template.
  • Directory scaffolding guidance: describes optional scripts/references/assets structure.
  • Orchestrator integration help: aligns with skill registry and routing practices.

Quick Start

Follow this template to create a new skill scaffold and document its workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Atlas skill with the correct folder structure and metadata?

To create a new Atlas skill, you need to scaffold a proper directory layout and define metadata. This process guides SKILL.md creation, enforces frontmatter validation, and sets up registry fields for execution.

What is included in the Atlas skill scaffolding process?

Atlas skill scaffolding includes creating a structured SKILL.md with proper frontmatter and body templates. It also guides the setup of optional resource directories like scripts, references, and assets for modular capabilities.

Do I need frontmatter validation for my Atlas skill to be discoverable?

Frontmatter validation is required for Atlas skill discoverability. Enforcing frontmatter ensures your skill meets registry metadata standards, allowing it to be properly routed and executed within workflows.

Can I use Atlas skill templates to standardize modular capabilities across projects?

Atlas skill templates help standardize modular capabilities across projects by providing consistent skeletons and reusable metadata. This ensures teams define and document new capabilities uniformly.

How does a new Atlas skill integrate with the orchestrator and registry?

A new Atlas skill integrates with the orchestrator by aligning with skill registry and routing practices. Proper metadata fields ensure the skill is discovered and executed correctly within automation workflows.

When should I set up optional resource directories for my Atlas skill?

Set up optional resource directories like scripts, references, and assets when your Atlas skill requires supplementary files. This scaffolding guidance helps organize modular capabilities beyond the core SKILL.md file.