oma-skill-creator

Generate SSL-lite SKILL.md files for OMA skill directories.

46|2|Updated Mar 23, 2025
One-click install
npx skills add https://github.com/gracefullight/krds --skill oma-skill-creator-gracefullight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oma-skill-creator
Source: https://github.com/gracefullight/krds/tree/main/.agents/skills/oma-skill-creator
Command: npx skills add https://github.com/gracefullight/krds --skill oma-skill-creator-gracefullight

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill resolves the friction of authoring and standardizing agent OMA skills by turning ambiguous requests into a validated, SSL-lite formatted SKILL.md that is routing-ready and maintainable.

Core Features & Use Cases

  • Creates or updates OMA skills in .agents/skills/{skill-name}/SKILL.md using the SSL-lite Scheduling / Structural Flow / Logical Operations / References structure.
  • Normalizes existing skills into the project’s standardized format while preserving working content and avoiding unrelated rewrites.
  • Audits skill readiness for execution by checking routing, canonical paths, resource scope, side effects, and safety/guardrails.

Quick Start

Ask the agent to create the skill by providing the target directory name, the skill goal, triggers, boundaries, and whether the execution should be command-heavy or workflow-heavy.

Frequently Asked Questions about oma-skill-creator

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

FAQPage Schema
How do I create a standardized SKILL.md file for agent routing?

You can create a standardized SKILL.md by generating an SSL-lite file containing YAML frontmatter, exactly one canonical command path, structural scenes, and logical actions. This format ensures routing readiness and passes validation checks.

What is the SSL-lite structure for skill authoring?

The SSL-lite structure organizes SKILL.md files into Scheduling, Structural Flow, Logical Operations, and References sections. This standardization ensures proper routing, execution, resource scope, and safety guardrails for agent skills.

How do I normalize existing skills into the OMA format without breaking them?

Normalizing existing skills involves converting them into the SSL-lite Scheduling, Structural, Logical, and References structure while preserving working content. This process avoids unrelated rewrites and ensures routing-grade descriptions meet validation requirements.

Can I audit a skill directory for routing and safety readiness?

You can audit skill readiness by checking the SKILL.md directory for routing details, canonical paths, resource scope, side effects, and safety guardrails. This validates whether the skill has sufficient execution detail.

What do I need to provide to generate an OMA skill directory?

To generate an OMA skill directory, provide the target directory name, skill goal, triggers, boundaries, and whether execution should be command-heavy or workflow-heavy. This input produces a validated, routing-ready SKILL.md file.

Why does my skill fail validation for canonical path requirements?

Skills fail validation when they lack exactly one canonical command or workflow path. The SSL-lite format requires a single execution path to ensure routing readiness and satisfy checklist validation.