codex-skills
Multi-agent planning, parallel execution, and browser automation for Codex
All Skills in This Repository (23)
Pure Emerald Level Indicatorsrole-creator
Create and validate Codex custom agent definitions as standalone TOML files.
parallel
Executes plan files by launching parallel subagents across dependency-ordered task waves.
pluginstaller
Installs Codex plugins from GitHub repos into repo or personal marketplaces.
update-codex
Updates a Linux port of the Codex desktop app from upstream Mac artifacts while preserving Linux patches.
parallel-task-spark
Executes plan files by launching parallel Sparky subagents in dependency-ordered waves.
super-swarm-spark
Executes plan files by orchestrating a rolling pool of parallel Sparky subagents.
gpt-5-6-prompt-builder
Builds, audits, and migrates prompts for GPT-5.6 using outcome-first contracts.
img-to-frontend
Generates four website design images, then implements the selected design as frontend code with screenshot iteration.
create-hook
Creates Codex hooks with config files and scripts for global or project scope.
codex-subagent
Spawn Codex subagents for parallel research and multi-step workflows.
gemini-computer-use
Automates browser tasks using Gemini Computer Use agents and Playwright.
Agent Browser
Automate web interactions with a Rust-based headless browser CLI.
Frequently Asked Questions
FAQPage SchemaHow to install codex-skills?โผ
Run `npx skills add am-will/codex-skills --all -g -y` in your terminal to install every skill in this suite globally.
How to run coding tasks with multiple AI agents in parallel?โผ
Create a plan with the planner skill, then run /parallel-task to launch subagents that execute independent tasks simultaneously and commit results.
What is the llm-council skill?โผ
It asks several AI models like Claude, Codex, and Gemini to each write a plan, then a judge agent merges the best ideas into one final plan.
Can AI agents control a web browser with this suite?โผ
Yes. The agent-browser and gemini-computer-use skills let your agent navigate pages, click elements, fill forms, and take screenshots automatically.
Does codex-skills work with Claude Code and Codex?โผ
Yes. All skills follow the universal SKILL.md standard and run in Codex, Claude Code, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core