npx skills add https://github.com/am-will/codex-skills --skill super-swarm-sparkInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
A collection of Codex/agent skills for planning, documentation access, frontend development, and browser automation.
planner:plan-harder:parallel-task:planner.llm-council:ctx7old:openai-docs-skill:markdown-url:https://markdown.new/ for a clean, Markdown-friendly view.read-github:github.com/owner/repo URLs to gitmcp.io/owner/repo for LLM-friendly access to repos.frontend-design:frontend-responsive-ui:vercel-react-best-practices:create-hook:pluginstaller:role-creator:gemini-computer-use:agent-browser:Install skills using the skills.sh CLI:
# List available skills before installing
npx skills add am-will/codex-skills --list
# Install specific skills to user scope (global)
npx skills add am-will/codex-skills --skill planner --skill context7 -g
# Install all skills interactively (prompts for selection)
npx skills add am-will/codex-skills -g
# Install to specific agents
npx skills add am-will/codex-skills --skill planner -a claude-code -a codex -g
# Install to current project (instead of global)
npx skills add am-will/codex-skills --skill planner
# Non-interactive install (skip prompts)
npx skills add am-will/codex-skills --skill planner -g -y
CLI Options:
| Flag | Purpose |
|---|---|
-g, --global |
Install to user directory (global for all projects) |
-a, --agent <agents...> |
Target specific agents (claude-code, codex, etc.) |
-s, --skill <skills...> |
Install specific skills by name |
-l, --list |
List available skills without installing |
-y, --yes |
Skip confirmation prompts |
Other commands:
npx skills list # Show installed skills
npx skills remove <name> # Uninstall a skill
npx skills update # Update all installed skills
Note on Browser Tools: The repo includes two browser automation tools (gemini-computer-use and agent-browser). You don't need to install both - choose the one that best fits your workflow. I recommend agent-browser for speed and simplicity.
Note on Context7: The ctx7old skill requires a Context7 API key in CONTEXT7_API_KEY. See skills/ctx7old/.env.example for setup.
Note on Gemini Computer Use Skill: This skill requires a GEMINI_API_KEY. Ask Codex to help you set it up.
Note on llm-council: This skill requires API keys or Active Subscriptions for multiple providers (Claude/Anthropic, OpenAI for Codex, Google for Gemini). Run ./setup.sh in the skill directory to configure. Includes a real-time web UI that auto-launches during planning sessions.
The hooks/ directory contains a catalog of 27 ready-to-install Codex hook bundles, generated from an upstream hook template set and adapted for the current Codex event model. Bundles that still depend on unsupported Edit|Write|MultiEdit matcher paths were moved to future-hook/.
Categories:
| Category | Bundles | Examples |
|---|---|---|
automation |
13 | Slack/Discord/Telegram notifications, deployment health monitor, AGENTS loader |
development-tools |
3 | Command logger, debug window, worktree ghostty |
git |
3 | Conventional commits, prevent direct push, validate branch name |
monitoring |
2 | Desktop notification on stop, LangSmith tracing |
performance |
1 | Performance monitor |
pre-tool |
2 | Notify before bash, update search year |
quality-gates |
1 | Scope guard |
security |
2 | Dangerous command blocker, secret scanner |
Install a bundle:
python3 hooks/aitmpl-codex/install-bundle.py hooks/aitmpl-codex/<category>/<bundle> <target-repo>
Manual install: Copy the bundle's hooks.json into <repo>/.codex/hooks.json and its .codex/hooks/ scripts into <repo>/.codex/hooks/, then restart Codex.
See hooks/README.md for full details on compatibility, testing harness, and bundle structure.
The agents/ directory contains custom multi-agent configurations for Codex. These TOML-based agent definitions provide specialized roles (architect, frontend, backend, security, etc.) and worker tiers for parallel task execution. Use them with Codex to spin up purpose-built agents tailored to your workflow.