am-willam-willCommunityยท23 Agent Skills Included

codex-skills

Multi-agent planning, parallel execution, and browser automation for Codex

Plans complex coding work, breaks it into atomic tasks, and runs many AI subagents in parallel to finish it. Fetches live library and OpenAI docs, builds GPT-5.6 prompts, and automates browsers without manual clicking. Applies Vercel React performance rules and responsive design standards so agents ship faster, cleaner frontend code.
npx skills add am-will/codex-skills --all -g -y
Available:

Explains to the AI agent how each skill is structured, when its description triggers it, and how to orchestrate multi-agent planning and parallel execution workflows in this suite.

All Skills in This Repository (23)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
am-willam-will

role-creator

Create and validate Codex custom agent definitions as standalone TOML files.

Community
Intermediate
๐Ÿ“ฆ In Repo
am-willam-will

parallel

Executes plan files by launching parallel subagents across dependency-ordered task waves.

Community
Advanced
๐Ÿ“ฆ In Repo
am-willam-will

pluginstaller

Installs Codex plugins from GitHub repos into repo or personal marketplaces.

Community
Intermediate
๐Ÿ“ฆ In Repo
am-willam-will

update-codex

Updates a Linux port of the Codex desktop app from upstream Mac artifacts while preserving Linux patches.

Community
Advanced
๐Ÿ“ฆ In Repo
am-willam-will

parallel-task-spark

Executes plan files by launching parallel Sparky subagents in dependency-ordered waves.

Community
Advanced
๐Ÿ“ฆ In Repo
am-willam-will

super-swarm-spark

Executes plan files by orchestrating a rolling pool of parallel Sparky subagents.

Community
Advanced
๐Ÿ“ฆ In Repo
am-willam-will

gpt-5-6-prompt-builder

Builds, audits, and migrates prompts for GPT-5.6 using outcome-first contracts.

Community
Intermediate
๐Ÿ“ฆ In Repo
am-willam-will

img-to-frontend

Generates four website design images, then implements the selected design as frontend code with screenshot iteration.

Community
Advanced
๐Ÿ“ฆ In Repo
am-willam-will

create-hook

Creates Codex hooks with config files and scripts for global or project scope.

Community
Intermediate
๐Ÿ“ฆ In Repo
am-willam-will

codex-subagent

Spawn Codex subagents for parallel research and multi-step workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
am-willam-will

gemini-computer-use

Automates browser tasks using Gemini Computer Use agents and Playwright.

Community
Advanced
๐Ÿ“ฆ In Repo
am-willam-will

Agent Browser

Automate web interactions with a Rust-based headless browser CLI.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’