Agent skill · AI & Agents

oma-skill-creator

Create or update OMA skills in the SSL-lite human-readable format. Use when adding a new `.agents/skills/{skill-name}/SKILL.md`, converting an existing skill to the standardized Scheduling / Structural Flow / Logical Operations / References structure, or validating whether a skill has enough routing, execution, resource, and safety detail.

first-flukegithub.com/first-flukeGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add first-fluke/oh-my-agent --skill oma-skill-creator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 12 KB
Bundled scripts: none
Path: .agents/skills/oma-skill-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,204
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill Creator - SSL-lite Skill Authoring Specialist ## Scheduling ### Goal Create, revise, and validate OMA skills using the SSL-lite Markdown structure derived from Scheduling-Structural-Logical skill representation while keeping the result readable, executable, and maintainable. ### Intent signature - User asks to create a new OMA skill, agent skill, specialist skill, or `.agents/skills/*/SKILL.md`. - User asks to convert or normalize a skill into the project skill format. - User asks whether a skill has enough scheduling, structural, logical, reference, or canonical execution detail. - User mentions SSL-lite, Scheduling / Structural / Logical, skill format, skill template, or skill creator. ### When to use - Creating a new skill under `.agents/skills/{name}/SKILL.md` - Updating an existing OMA skill to the SSL-lite format - Adding `Canonical command path` or `Canonical workflow path` to an execution-heavy skill - Auditing whether a skill is usable by routing, execution, validation, and recovery logic - Deciding whether detailed examples belong inline or in `resources/` ### When NOT to use - Installing third-party skills into `$CODEX_HOME/skills` -> use Codex's built-in skill i

What's inside
Steps it walks through
  1. Scheduling
  2. Goal
  3. Intent signature
  4. When to use
  5. When NOT to use
  6. Expected inputs
  7. Expected outputs
  8. Dependencies
  9. Control-flow features
  10. Structural Flow
  11. Entry
  12. Scenes
  13. Transitions
  14. Failure and recovery
Ships with 2 files
  • resources/ssl-lite-template.md
  • resources/validation-checklist.md
More from oh-my-agent
All skills →
About this skill
What does the oma-skill-creator skill do?

Create or update OMA skills in the SSL-lite human-readable format. Use when adding a new `.agents/skills/{skill-name}/SKILL.md`, converting an existing skill to the standardized Scheduling / Structural Flow / Logical Operations / References structure, or validating whether a skill has enough routing, execution, resource, and safety detail.

How do I install it?

Run `npx skills add first-fluke/oh-my-agent --skill oma-skill-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From first-fluke/oh-my-agent, a repository with 1,204 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going