skill-creator-skill

Create or update skills in a Rootless environment with a frontmatter-first workflow.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/misunders2d/ori --skill skill-creator-skill-misunders2d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator-skill
Source: https://github.com/misunders2d/ori/tree/main/skills/skill-creator-skill
Command: npx skills add https://github.com/misunders2d/ori --skill skill-creator-skill-misunders2d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator workflow provides a standardized method to create or modify skills in a Rootless environment, ensuring a consistent entry point and actionable guidance.

Core Features & Use Cases

  • Capture intent for new or updated skills.
  • Research official docs, repos, and APIs using guided tools.
  • Draft SKILL.md with required frontmatter and structured instructions.
  • Organize extended docs in references/ and guardrails in assets/.
  • Validate, stage, and reboot changes as part of the lifecycle.

Quick Start

Begin by capturing intent, then research and draft the SKILL.md using the prescribed structure.

Frequently Asked Questions about skill-creator-skill

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

FAQPage Schema
How do I create a new skill with required frontmatter in a rootless environment?

Skill creation in a rootless environment uses a frontmatter-first workflow to draft SKILL.md, enforcing metadata validation and safety checks to produce a well-formed, discovery-friendly skill unit.

What is the best way to update existing skills without breaking integrations?

Updating skills safely requires applying changes within a rootless environment, validating metadata, staging updates, and rebooting the skill lifecycle to maintain consistency across new integrations.

How does a frontmatter-first workflow improve skill management?

A frontmatter-first workflow improves skill management by enforcing required metadata upfront, enabling better discovery, and ensuring structured instructions are captured before adding optional resources or guardrails.

Can I organize extended documentation and guardrails when creating skills?

Yes, skill creation supports organizing extended documentation in a references/ directory and safety guardrails in an assets/ directory to keep the core SKILL.md focused while maintaining comprehensive resources.

Do I need to validate metadata before staging a new skill?

Yes, metadata validation is enforced during skill creation to ensure the skill unit is well-formed and discovery-friendly before staging and rebooting changes as part of the lifecycle.