skillify

Solid

Turn a repeatable workflow from the current session into a reusable OMC skill draft

AI & Automation 35,484 stars 3242 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skillify Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMC skill. > Compatibility: `/oh-my-claudecode:learner` is a deprecated alias for this skill. Prefer `/oh-my-claudecode:skillify` in docs, prompts, and new workflows. Internal implementation modules may still use the learner name. ## Goal Capture a successful multi-step workflow as a concrete skill draft instead of rediscovering it later. ## Quality Gate Before extracting a skill, all three should be true: - "Could someone Google this in 5 minutes?" → No. - "Is this specific to this codebase, project, or workflow?" → Yes. - "Did this take real debugging, design, or operational effort to discover?" → Yes. Prefer skills that encode decision-making heuristics, constraints, pitfalls, and verification steps. Avoid generic snippets, boilerplate, or library usage examples that belong in normal documentation. ## Workflow 1. Identify the repeatable task the session accomplished. 2. Extract: - inputs - ordered steps - success criteria - constraints / pitfalls - verification evidence - best target location for the skill 3. Decide whether the workflow belongs as: - a repo built-in skill - a user/project learned skill - documentation only 4. When drafting a learned skill file, output a complete skill file that starts with YAML frontmatter. - Never emit plain markdown-only skill files. - Do **not** write plain markdown without frontmatter. ...

Details

Author
Yeachan-Heo
Repository
Yeachan-Heo/oh-my-claudecode
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-creator

Author or revise an AI-agent skill. Use when the user says "let's make a skill for X", invokes /skill-creator, asks to revise an existing SKILL.md, or wants to skill-ify a repeated workflow with 2+ prior invocations. Inputs - trigger phrase, artifact, evidence tier (E empirical / P practitioner / H heuristic). Do not use when the workflow is one-shot (write a snippet), is a phrasing trick or persona without a stable model, is an eval/benchmark loop (separate kit), or duplicates an existing skill (merge). Produces a skill directory with SKILL.md (5-part trigger description, lean body, no README/INSTALL/CHANGELOG) plus the registry-integration step for the active backend (see references/registry-integration.md). Escalate if no repeated workflow exists (suggest snippet), the model is H-tier with overreach ≥4 (manual-only), or the skill would compete with a stronger existing one (merge).

1 Updated today
Naoray
Web & Frontend Listed

skillify

Use when the user wants to take a concept observed in an external tool, library, methodology or article (e.g. Ruflo, LangGraph, BMAD, a blog post, a paper) and turn it into a reusable Claude Code skill — keeping the idea, dropping the rest. Triggers on phrases like "skillify this", "make a skill out of X", "extract this pattern as a skill", or after the user identifies a useful concept while testing a tool.

0 Updated today
Sylad
AI & Automation Listed

skill-creator

Use when creating or updating a Claude Code skill directory with a focused SKILL.md, safe trigger conditions, workflow, guardrails, and validation notes.

2 Updated today
DYAI2025
AI & Automation Solid

skill-development

This skill should be used when the user asks to create a new skill, repair an existing skill, improve trigger descriptions, reorganize skill structure, or make a Claude skill more reusable and internally consistent.

4,135 Updated today
Galaxy-Dawn
Code & Development Solid

skill-creator

Use when creating a new skill from scratch, modifying an existing skill, or optimizing a skill's triggering description. Guides intent capture, structure, writing patterns, and progressive-disclosure organization so skills reliably trigger and stay maintainable. Trigger on phrases like "turn this into a skill", "write a skill for X", "improve this skill", "my skill isn't triggering".

48 Updated 2 days ago
Kanevry