by mxyhi
Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, and other SKILL.md-compatible tools.
# Add to your Claude Code skills
git clone https://github.com/mxyhi/ok-skillsEnglish | 简体中文 | 繁體中文 | 日本語 | 한국어 | Deutsch | Español | Tiếng Việt | Русский | हिन्दी
Curated AI coding agent skills and AGENTS.md playbooks for Codex, Claude Code, Cursor, OpenClaw, Trae, and other SKILL.md-compatible tools.
This repo currently bundles 45 reusable skills: 27 top-level skills maintained directly in this repo, plus 18 vendored design skills under impeccable/. Clone it into ~/.agents/skills/ok-skills; the directories inside already match the layout expected by AGENTS.md-driven workflows.
If you are looking for Codex skills, Claude Code skills, Cursor skills, OpenClaw skills, reusable AGENTS.md playbooks, or practical SKILL.md examples, this repository is designed to be both searchable and immediately usable.
Popular use cases: docs lookup, browser automation, GitHub Actions debugging, prompt engineering, planning workflows, frontend design, PDF/Word/PPTX/XLSX authoring.
AGENTS.md / SKILL.md workflows and want portable instructions that work across projects.No comments yet. Be the first to share your thoughts!
If you only install a few skills first, start with these:
mkdir -p ~/.agents/skills
cd ~/.agents/skills
git clone https://github.com/mxyhi/ok-skills.git ok-skills
After cloning, the repo lives at ~/.agents/skills/ok-skills, and the directories inside already follow the expected layout:
~/.agents/skills/ok-skills/
planning-with-files/
SKILL.md
context7-cli/
SKILL.md
agent-browser/
SKILL.md
...
Add simple trigger rules to your AGENTS.md:
## Skills
- planning-with-files: Use for complex tasks, resear...