codex-subagent
🎯Skillfrom am-will/codex-skills
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Overview
CodexSkills is a collection of agent skills designed for planning, documentation access, frontend development, and browser automation. It provides agent orchestration capabilities including multi-agent parallel execution, LLM council planning with multiple AI backends (Claude, Codex, Gemini), and comprehensive documentation retrieval via Context7, OpenAI Docs, and GitHub MCP services.
Key Features
- Multi-agent orchestration: Launch parallel subagents to complete tasks simultaneously using plan files, with a real-time web UI for monitoring progress
- LLM Council planning: Spawn multiple AI planners (Claude, Codex, Gemini) to independently generate plans, then synthesize the best approach via a judge agent
- Documentation access: Fetch up-to-date library docs via Context7 API, query OpenAI developer docs, and read GitHub repository documentation through gitmcp.io
- Structured planning: Create comprehensive, phased implementation plans with sprints and atomic tasks, including an enhanced "plan-harder" variant for deeper analysis
- Web content retrieval: Access any website in clean Markdown format via markdown.new prefix for AI-friendly content consumption
Who is this for?
CodexSkills is built for developers who use AI coding agents and want structured planning workflows, multi-agent coordination, and seamless access to external documentation. It is particularly useful for teams managing complex feature implementations that benefit from parallel task execution and multi-perspective AI planning.
Same repository
am-will/codex-skills(19 items)
Installation
npx vibeindex add am-will/codex-skills --skill codex-subagentnpx skills add am-will/codex-skills --skill codex-subagent~/.claude/skills/codex-subagent/SKILL.mdSKILL.md
More from this repository10
Frontend design skill for creating distinctive, production-grade web interfaces with high design quality, avoiding generic AI aesthetics through bold creative choices and exceptional attention to detail
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Context7 documentation fetcher skill for retrieving current library documentation via Context7 API, proactively looking up APIs for React, Next.js, Supabase, and other libraries instead of relying on outdated knowledge
Creates comprehensive, phased implementation plans with sprints and atomic tasks for planning features, breaking down work, and building structured roadmaps.
Reads and searches GitHub repository documentation via the gitmcp.io MCP service, converting GitHub URLs to documentation endpoints.
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Detailed implementation planning skill that creates phased plans with sprints and atomic tasks, covering codebase research, requirements clarification, and structured implementation phases for bugs, features, or tasks
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Collection of agent skills for planning, documentation access, frontend development, and browser automation, featuring multi-agent orchestration with planner, parallel tasks, and LLM council capabilities.
Queries the OpenAI developer documentation MCP server via CLI (curl/jq) to search, browse, and fetch authoritative docs for the OpenAI API, SDKs, ChatGPT Apps SDK, Codex, and MCP integrations with up-to-date official guidance.