| name | cpp-load-best-practices |
| description | Load full Claude Code best practices documentation (25K tokens) |
Codex harness adaptations
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
- MCP tools: use the MCP servers configured in
~/.codex/config.toml, or fall back to the referenced repo scripts and CLI entry points.
CLAUDE.md references: Codex reads AGENTS.md; treat them as the target repo's agent-context file.
Read and summarize the key points from the full best-practices guide. Resolve it
from the first of these locations that exists (the second covers plugin-only
installs, where the cpp plugin bundles the doc - issue #582):
docs/reference/CLAUDE_CODE_BEST_PRACTICES_FULL.md (CPP repo checkout)
${CLAUDE_PLUGIN_ROOT}/docs/reference/CLAUDE_CODE_BEST_PRACTICES_FULL.md (plugin install)
Note: For context efficiency, consider using topic-specific skills instead:
context-efficiency - Token optimization
session-management - Session & plan mode
mcp-optimization - MCP best practices
hooks-automation - Hook system
spec-driven-dev - SDD workflow
idd-workflow - Issue-driven dev
claude-md-config - CLAUDE.md tips
code-quality - Quality patterns
build-deploy - Makefile, uv, and deployment patterns
Focus on:
- Top Tips from Power Users - Most impactful practices from experienced users
- Skills System - Activation patterns and best practices
- CLAUDE.md Optimization - Optimized prompts and tips
- MCP Best Practices - Token efficiency and selection
- Context-Efficient Architecture - Progressive disclosure principles
- Hooks & Automation - Hook system and advanced usage
- Build, Test & Deploy Patterns - Makefile integration, uv, and retrospective improvement
Provide a concise overview highlighting the most actionable insights from the community.
If the user asks about a specific topic, dive deep into that section.