mxyhi/ok-skills
Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, and other SKILL.md-compatible tools.
What it solves
It provides a curated collection of reusable "skills" (portable instructions and playbooks) for AI coding agents. This eliminates the need for users to write ad-hoc prompts for common complex tasks like documentation lookup, browser automation, and architectural planning.
How it works
Users clone the repository into a specific skills directory (e.g., ~/.agents/skills/ok-skills) compatible with tools like Claude Code, Cursor, Codex, and OpenClaw. The project bundles 28 skills, each defined in a SKILL.md file. These instructions can be merged into agent playbooks like CLAUDE.md or AGENTS.md, allowing the agent to trigger specific workflows when requested (e.g., "Use planning-with-files before refactoring this module").
Who it’s for
- Developers using AI coding agents (Claude Code, Cursor, Codex, Trae, etc.) who want a library of battle-tested instructions.
- Maintainers of
CLAUDE.mdorAGENTS.mdworkflows who need portable, cross-project skills. - Users needing specialized AI workflows for frontend design, browser automation, and codebase architecture.
Highlights
- Research & Docs: Tools for fetching current API references and library documentation via Context7 and Exa.
- Planning & Prompting: Workflows for file-based planning, TDD, domain modeling, and autonomous goal-directed iteration.
- Automation & QA: Browser automation for scraping, form filling, and CDP trace capture.
- Frontend & Design: Capabilities for generating high-fidelity HTML prototypes, SVG icon retrieval, and motion-rich pages.
- Utility Playbooks: Includes a Claude Code-oriented agent playbook (
CLAUDE_AGENTS.md) with strict TypeScript expectations and context-mode routing.