Skip to main content
Back to registry

codex-subagent

am-will/codex-skills

Spawn autonomous subagents to offload context-heavy work. Subagents burn their own tokens, return only final results.

Installs320
Install command
npx skills add https://github.com/am-will/codex-skills --skill codex-subagent
Security audits
Gen Agent Trust HubFAIL
SocketFAIL
SnykFAIL
About this skill
Spawn autonomous subagents to offload context-heavy work. Subagents burn their own tokens, return only final results. Golden Rule: If task + intermediate work would add 3,000+ tokens to parent context → use subagent. Critical: Parent agent must provide subagent with essential context for success. ❌ Bad: "Research authentication" ✅ Good: "Research authentication in this Next.js codebase. Focus on: 1) Session management strategy (JWT vs session cookies), 2) Auth provider integration (NextAuth, Clerk, etc), 3) Protected route patterns. Check /app, /lib/auth, and middleware files. Return architecture summary with code examples." ❌ Bad: "Search for Codex SDK" ✅ Good: "Find the most recent Codex SDK documentation and summarize key updates. Focus on: 1) Installation/quickstart, 2) Core API methods and parameters, 3) Breaking changes or deprecations.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does codex-subagent do?

Spawn autonomous subagents to offload context-heavy work. Subagents burn their own tokens, return only final results.

Is codex-subagent good?

codex-subagent does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does codex-subagent work with?

codex-subagent currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to codex-subagent?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install codex-subagent?

npx skills add https://github.com/am-will/codex-skills --skill codex-subagent

Related skills

More from am-will/codex-skills

Related skills

Alternatives in Software Engineering