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 38 reusable skills: 30 top-level skills maintained directly in this repo, plus 8 vendored GSAP animation skills under gsap-skills/. 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.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
find-docs/
SKILL.md
agent-browser/
SKILL.md
...
Add simple trigger rules to your AGENTS.md:
## Skills
- planning-with-files: Use for complex tasks, research, or anything that will take 5+ tool calls.
- find-docs: Use when you need current library docs, API references, or Context7-backed examples.
- agent-browser: Use for browser automation, screenshots, scraping, web testing, or form filling.
Then ask naturally:
Use planning-with-files before refactoring this module.Use find-docs to fetch the latest docs for this SDK.Use agent-browser to reproduce this UI bug.task_plan.md, findings.md, and progress.md.as assertions to @total-typescript/shoehorn.gh.gh-driven flow.dogfood/ and electron/ are still vendored from vercel-labs/agent-browser, but upstream moved them from skills/ to skill-data/ in commit 7c2ff0a2a624e86cec0bcc9cc0835aeff6a2edf0 so installer discovery only exposes the bootstrap agent-browser skill. This repo keeps those specialized skills as top-level directories because they are still maintained upstream and remain directly usable.
ai-elements library.gsap-skills/: 8 official GSAP animation skills: core, timelines, ScrollTrigger, plugins, utils, React, performance, frameworks.gsap-skills/ contains an animation-focused bundle vendored from greensock/gsap-skills at commit aed9cfd3277740755f6bfc1155c7aa645403b760.
It includes:
gsap-coregsap-timelinegsap-scrolltriggergsap-pluginsgsap-utilsgsap-reactgsap-performancegsap-frameworksAttribution and legal files are preserved in gsap-skills/NOTICE.md and gsap-skills/LICENSE.
planning-with-files/ tracks OthmanAdi/planning-with-files/.pi/skills/planning-with-files as its upstream baseline. This repository keeps the generic planning-with-files name and removes Pi-specific package metadata so the skill stays compatible with standard SKILL.md workflows.
gh is installed and authenticated.SKILL.md for details.Source URL points to the canonical upstream when a skill is vendored/imported; otherwise it points to the skill directory in this repository.
| Skill | Description | Source URL | | ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | | agent-browser | Browser automation CLI for AI agents: navigation, form filling, screenshots, extraction, and web testing. | [vercel-labs/agent-browser](https://github.com/vercel-la
No comments yet. Be the first to share your thoughts!