CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. am-will
  4. /
  5. codex-skills
  6. /
  7. Codex Subagent

Codex Subagent

Editor's Note

This does one thing well: it spins up autonomous subagents that handle context-heavy tasks in their own token budget and return only the final result. The golden rule is simple. If a task plus its intermediate work would dump 3,000+ tokens into your parent agent's context, offload it to a subagent. The skill emphasizes intelligent prompting, meaning you need to give the subagent enough context, constraints, and direction upfront or it won't succeed. It's a straightforward pattern for keeping your main agent's context clean when you're dealing with research, file processing, or any task that generates mountains of intermediate output you don't actually need to see.

Install

npx skills add https://github.com/am-will/codex-skills --skill codex-subagent
Votes
0
Installs309
GitHub Stars937
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment