ceratops-skill-create

Scaffold and integrate a new Ceratops skill with validation and local preview.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/ceratops-code/codex-skills --skill ceratops-skill-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ceratops-skill-create
Source: https://github.com/ceratops-code/codex-skills/tree/main/skills/ceratops-skill-create
Command: npx skills add https://github.com/ceratops-code/codex-skills --skill ceratops-skill-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new Ceratops skills often requires manual stitching of folders, metadata, docs, and runtime wiring. This Skill unit automates and standardizes that process to ensure consistency and speed.

Core Features & Use Cases

  • Scaffold a new skill folder at skills/<name>/ with SKILL.md and agent configs.
  • Align shared section assignments, update templates/docs, and ensure validation checks pass.
  • Preview locally via the runtime release/* flow and stage for shipping when requested.

Quick Start

Use ceratops-skill-create to scaffold and integrate a new Ceratops skill, then validate and preview it locally.

Frequently Asked Questions about ceratops-skill-create

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

FAQPage Schema
How do I create and scaffold a new skill in a shared repository?

To scaffold a new skill, generate a folder at skills/<name>/ with SKILL.md and agent configs, then wire it into the codex-skills repository. This enforces mandatory frontmatter fields, shared-section integration, and validation checks to ensure structural consistency.

How do I validate and preview a new skill locally before shipping?

You can validate and preview a new skill locally via the runtime release/* branch flow. This enforces validation checks, metadata alignment, and asset updates while preserving a safe local-branch workflow before staging the skill for shipping.

What metadata is required when scaffolding a new skill folder?

Scaffolding a new skill folder requires mandatory frontmatter fields in SKILL.md, alongside agent configs. Metadata alignment ensures shared-section assignments are updated and templates and docs are coordinated to pass validation checks.

Does scaffolding a new skill automatically update shared documentation?

Yes, scaffolding and integrating a new skill automatically coordinates updates to shared sections, templates, and docs. This ensures all mandatory asset and documentation updates are aligned and pass validation checks within the codex-skills repository.

Can I use this skill creation flow without a local release branch?

No, local runtime preview requires a release/* branch. The skill creation process enforces a local-branch flow to safely preview runtime behavior, run validation checks, and stage the skill for shipping only when requested.

Why does manual skill creation cause integration issues in a shared repository?

Manual skill creation requires stitching folders, metadata, docs, and runtime wiring, which often causes misalignment. Automating this process standardizes metadata alignment, shared-section integration, and validation to ensure consistency and speed.