English | 简体中文
A curated collection of skills for the pi coding agent / Codex / Claude Code and other agents.
- Ready-to-use skills under separate folders (
<skill-name>/SKILL.md). - Optional references/scripts/licenses bundled with individual skills when needed.
- A bilingual overview (
README.md+README.zh-CN.md).
- Clone this repository.
- Copy the skill folders you need into your local skill directory (for example:
~/.codex/skillsor~/.agents/skills). - In your project instructions (such as
AGENTS.md), define when each skill should be triggered. - Invoke by name or ask naturally; the agent can pick matching skills based on intent.
No build step is required.
| Skill | Description |
|---|---|
| agent-browser | Automates browser interactions for web testing, form filling, screenshots, and data extraction. |
| brainstorming | Use before any creative work to clarify intent, requirements, and design. |
| context7 | Fetch up-to-date library docs via Context7 for APIs, examples, and correct usage. |
| dogfood | Systematically test web apps and deliver reproducible issue reports with screenshots/videos. |
| electron | Automate Electron desktop apps via agent-browser and Chrome DevTools Protocol (CDP). |
| exa-search | Use Exa for web/code/company research with parameters and examples; for online search. |
| find-skills | Discover and install existing skills when users ask for specialized capabilities. |
| gh-address-comments | Address PR review/issue comments with gh CLI after verifying auth. |
| gh-fix-ci | Inspect failing GitHub Actions checks, summarize logs, and plan fixes. |
| planning-with-files | File-based planning for complex tasks using task_plan/findings/progress. |
| prompt-engineering-patterns | Advanced prompt engineering patterns for reliable, production LLMs. |
| skill-creator | Guide for creating or updating skills with specialized knowledge, workflows, and tool integrations. |
| taste-skill | Senior UI/UX engineering skill for intentional, high-quality frontend design decisions. |
| test-driven-development | TDD workflow: write tests first for any feature or fix. |
| xlsx | Comprehensive spreadsheet creation, editing, and analysis with formulas, formatting, and charts. |
ok-skills/
README.md
README.zh-CN.md
<skill-name>/
SKILL.md
references / scripts / examples (optional)
Contributions are welcome for new skills or improvements to existing ones.
- Keep trigger conditions explicit and testable.
- Keep examples concise and execution-oriented.
- If a skill depends on external tools, document that dependency in
SKILL.md.
This repository is licensed under LICENSE.
Some skills may include additional license files for skill-specific assets (for example under xlsx/ and skill-creator/).