What problem does it solve?
Managing local skills for oh-my-gemini across user and project scopes is error-prone and tedious. This Skill provides a unified CLI to list, add, edit, remove, search, and sync skills from a single interface, reducing manual file operations and ensuring consistency.
Core Features & Use Cases
- Skill discovery and organization: List all local and project skills by scanning designated directories and reading YAML frontmatter to render a clear overview.
- CRUD and search: Add, edit, remove, and search skills with an interactive workflow, supporting quick lookups and reuse across projects.
- Sync and reuse: Synchronize skills between user and project scopes, enabling portable skill definitions across environments.
Quick Start
Use the /skill commands to manage skills:
- /skill list
- /skill add <name>
- /skill remove <name>
- /skill edit <name>
- /skill search <query>
- /skill info <name>
- /skill sync