Find Skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Overview
The Find Skills tool is a discovery utility hosted within the mxyhi/ok-skills GitHub repository, which currently holds 423 stars. It is designed to assist users in identifying and integrating additional functionalities into their AI agents. When a user expresses a need for specific capabilities or asks how to perform a task, this skill searches for relevant installable modules. It supports various agents including Codex, Claude-Code, and Cursor. By analyzing user intent, the skill bridges the gap between a user's requirements and the available technical extensions. The repository covers a wide range of development tags such as TypeScript, React, and DevOps, facilitating the expansion of an agent's native feature set through external skills.
Use Cases
Install Notes
# Review source first
open https://github.com/mxyhi/ok-skills/blob/main/find-skills/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
This skill functions as a discovery mechanism within the mxyhi/ok-skills repository. Users should review the specific permissions and source code of any individual skill found through this tool before installation to ensure it meets their security standards.
Related Skills
Internal Comms
anthropics/skills
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project upd...
Planning And Task Breakdown
addyosmani/agent-skills
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
Notion Spec To Implementation
openai/plugins
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
Notion Knowledge Capture
openai/plugins
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
Notion Research Documentation
openai/plugins
Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.
Notion Meeting Intelligence
openai/plugins
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.