Codex can use these skills from a project-local .agents/skills folder, or directly from a clone of this repo.
- Open the Product Manager Skills Releases page.
- Download
pm-skills-codex.zip. - Unzip it into your project or repo root.
- Confirm your project now has:
.agents/
skills/
<skill-name>/
SKILL.md
AGENTS.md
- Open Codex in that repo.
- Ask Codex to use a named skill.
Example:
Use the jobs-to-be-done skill to analyze this customer problem.
Advanced users can clone this repo and run Codex from the repo root. That gives Codex access to:
skills/commands/catalog/- repo scripts and docs
This is the best path if you want to contribute back, inspect the full library, or use the command workflows.
- Treat
skills/as the source library. - Treat generated
dist/artifacts as downloadable packages. - For Claude Desktop/Web, use the Claude ZIP packs instead. See
INSTALL-CLAUDE-DESKTOP.md. - For Claude Code, use the plugin marketplace. See
INSTALL-CLAUDE-CODE.md.