Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.31 KB

File metadata and controls

33 lines (23 loc) · 1.31 KB

Active Skill Surface (skills/)

This directory represents the active runtime skill surface scanned directly by AI agents (Codex, Claude Code, Antigravity, OpenCode, Gemini, etc.).


Operating Model

  1. Lean Active Surface: To keep context window usage optimal, skills/ contains only the active skills currently loaded for active coding tasks, as flat symlinks into skillz/.

  2. On-Demand Skill Fetching (skill-fetch): Skills are stored in the canonical category library skillz/ or the specialized OMA suite .agents/skills/. Use skill-fetch to search and symlink skills into skills/:

    skill-fetch search "react"
    skill-fetch get react-best-practices
  3. Cleanup: To clear temporary skills after a task is finished:

    skill-fetch clear
  4. Direct Local Skill Discovery (skillz-discovery): The always-on skillz-discovery skill searches the curated skillz/ library, plugin-internal skills/ trees under plugins/, and the broader repos/ source cache. It reads the selected SKILL.md directly; it does not symlink or copy the selected skill into this directory.


Active Skills Index

Each active skill is accessible via standard markdown instructions (SKILL.md) in its respective folder.