home / skills / tao3k / omni-dev-fusion / meta

meta skill

/assets/skills/meta

npx playbooks add skill tao3k/omni-dev-fusion --skill meta

Review the files below or copy the command above to add this skill to your agents.

Files (3)
SKILL.md
574 B
---
name: meta
version: 1.0.0
description: Self-evolution and code refinement capabilities (The Alchemist).
author: Omni Dev
execution_mode: library
routing_keywords:
  [
    "refine",
    "fix",
    "improve",
    "alchemist",
    "self-repair",
    "code repair",
    "error fix",
  ]
intents:
  - "Refine broken code"
  - "Fix code with errors"
  - "Self-evolution and improvement"
---

# Meta Skill

This skill provides the Agent with introspection and self-repair capabilities.

## Commands

- `refine_code`: Takes broken code and an error message, returns fixed code.