oh-my-agent-skills — Summary
oh-my-agent-skills by Lukasdias is a Rust-based terminal UI (TUI) application for browsing, searching, filtering, and copying skill names from a .agents/ directory. It is a skill viewer/manager tool, not an AI orchestration framework. Built with Ratatui (Rust TUI library) and Tokio, it reads skill markdown files with YAML frontmatter (name, description, tags) from .agents/skills/ and displays them in a navigable terminal interface. Users can search by name/description/tags, select multiple skills, and copy selected skill names to clipboard. Published on crates.io as oh-my-agent-skills and installable via cargo install oh-my-agent-skills.
Differs from seeds: None of the 11 seeds address skill catalog browsing or TUI-based skill discovery. Like ssenart-oh-my-claude (status line viewer), this is a developer tooling layer rather than an agent behavioral framework. The closest seed is superpowers (skills-based framework whose skills would be browsed by this tool), but oh-my-agent-skills adds the UI surface layer for navigating skill collections rather than defining skills themselves.