一键导入
cpp-load-best-practices
Load full Claude Code best practices documentation (25K tokens)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load full Claude Code best practices documentation (25K tokens)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Flow: Auto - Full Issue Lifecycle in One Shot - Complete end-to-end workflow: start worktree → analyze issue → ELI5 plan + necessity gate → implement ...
Run quality checks (lint + test + typecheck + security) without committing
Flow: Finish - Quality Gates, Commit, Push, and Create PR - Run quality checks, commit changes, push the branch, and create a pull request.
Flow Commands - Streamlined worktree-based development workflow. No locks, no Redis - just git.
Flow: Merge PR and Clean Up - Merge the current branch's PR, then clean up the worktree and branch.
Diagnose flow workflow setup and environment
| name | cpp-load-best-practices |
| description | Load full Claude Code best practices documentation (25K tokens) |
Generated from a Claude Code command. Where the procedure references these Claude-only surfaces, adapt as follows:
~/.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 optimizationsession-management - Session & plan modemcp-optimization - MCP best practiceshooks-automation - Hook systemspec-driven-dev - SDD workflowidd-workflow - Issue-driven devclaude-md-config - CLAUDE.md tipscode-quality - Quality patternsbuild-deploy - Makefile, uv, and deployment patternsFocus on:
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.