🎯

codex-subagent

🎯Skill

from am-will/codex-skills

VibeIndex|
What it does
|

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)

codex-subagent

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add am-will/codex-skills --skill codex-subagent
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add am-will/codex-skills --skill codex-subagent
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/codex-subagent/SKILL.md

SKILL.md

309Installs
322
-
Last UpdatedJan 26, 2026

More from this repository10

🎯
frontend-design🎯Skill

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

🎯
frontend responsive design standards🎯Skill

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🎯Skill

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

🎯
planner🎯Skill

Creates comprehensive, phased implementation plans with sprints and atomic tasks for planning features, breaking down work, and building structured roadmaps.

🎯
read-github🎯Skill

Reads and searches GitHub repository documentation via the gitmcp.io MCP service, converting GitHub URLs to documentation endpoints.

🎯
parallel-task🎯Skill

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.

🎯
plan-harder🎯Skill

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

🎯
markdown-url🎯Skill

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.

🎯
gemini-computer-use🎯Skill

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.

🎯
openai-docs-skill🎯Skill

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.