Catalog
Yeachan-Heo/skillify

Yeachan-Heo

skillify

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

global
New~409
v1.1Saved May 11, 2026

Skillify

Use this skill when the current session uncovered a repeatable workflow that should become a reusable OMC skill.

Goal

Capture a successful multi-step workflow as a concrete skill draft instead of rediscovering it later.

Workflow

  1. Identify the repeatable task the session accomplished.
  2. Extract:
    • inputs
    • ordered steps
    • success criteria
    • constraints / pitfalls
    • 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.
    • Minimum frontmatter:
      ---
      name: <skill-name>
      description: <one-line description>
      triggers:
        - <trigger-1>
        - <trigger-2>
      ---
      
    • Write learned/user/project skills to:
      • ${CLAUDE_CONFIG_DIR:-~/.claude}/skills/omc-learned/<skill-name>.md
      • .omc/skills/<skill-name>.md
  5. Draft the rest of the skill file with clear triggers, steps, and success criteria.
  6. Point out anything still too fuzzy to encode safely.

Rules

  • Only capture workflows that are actually repeatable.
  • Keep the skill practical and scoped.
  • Prefer explicit success criteria over vague prose.
  • If the workflow still has unresolved branching decisions, note them before drafting.

Output

  • Proposed skill name
  • Target location
  • Draft workflow structure
  • Open questions, if any
Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

72/100

Grade

B

Good

Safety

88

Quality

68

Clarity

78

Completeness

62

Summary

Skillify is a meta-skill that guides an agent to capture repeatable workflows from the current session and convert them into reusable OMC (OpenMind Codegen) skill drafts. It provides a structured 6-step process for identifying workflows, extracting their components, and outputting properly-formatted YAML-frontmattered skill files to standard skill directories.

Detected Capabilities

file writeworkflow analysisskill generationfrontmatter templating

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

capture workflow as skillconvert session to skillskillify workflowreusable skill draftlearn from task

Use Cases

  • Convert ad-hoc multi-step workflows into reusable skills
  • Automate skill generation from working session patterns
  • Capture and document learned processes as shareable OMC skills
  • Extract inputs, steps, and success criteria from completed tasks
  • Generate skill templates for downstream human review and refinement

Quality Notes

  • +Positive: Clear step-by-step workflow with explicit numbering and decision points
  • +Positive: Specific output format requirements (YAML frontmatter, minimum fields) reduce ambiguity
  • +Positive: Concrete target locations specified ($CLAUDE_CONFIG_DIR, .omc/skills/)
  • +Positive: Practical rules enforce repeatability and scoped design
  • +Positive: Encourages documentation of open questions and fuzzy areas
  • +Positive: Acknowledges licensing (MIT included)
  • −Negative: No error handling guidance if target directories don't exist
  • −Negative: No examples of input/output workflows shown
  • −Negative: Unclear how to evaluate 'repeatability' in ambiguous cases
  • −Negative: No guidance on when a workflow is 'too complex' for skillification
  • −Negative: Missing edge case coverage (e.g., what if triggers conflict with existing skills)
  • −Negative: No templates or examples of the 'draft skill file' output structure
  • −Negative: Lacks guidance on skill versioning, deprecation, or updates
Model: claude-haiku-4-5-20251001Analyzed: May 11, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Version History

v1.1

Content updated

2026-04-20

Latest
v1.0

No changelog

2026-04-03

Add Yeachan-Heo/skillify to your library

Command Palette

Search for a command to run...