一键导入
boost-check
Run a read-only diagnostic of your Claude Code setup. Shows your Boost Score and lists what's configured vs. what's missing across 3 levels.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a read-only diagnostic of your Claude Code setup. Shows your Boost Score and lists what's configured vs. what's missing across 3 levels.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Toggle claude-boost session start reminders on or off
Diagnose and optimize your Claude Code setup. Auto-detects your project, scores your configuration, and guides you through setting up CLAUDE.md, permissions, memory, MCP servers, plugins, hooks, and more.
基于 SOC 职业分类
| name | boost-check |
| description | Run a read-only diagnostic of your Claude Code setup. Shows your Boost Score and lists what's configured vs. what's missing across 3 levels. |
| argument-hint | [level] |
| allowed-tools | ["Read","Glob","Grep","Bash"] |
Run a read-only diagnostic of the user's Claude Code setup. Report findings without making changes.
When this skill is invoked, perform ALL diagnostic checks below, then display the results.
If the user passes an argument (e.g., /boost-check 2), only diagnose that level. Otherwise diagnose all levels.
Check each item below. For each, record status as CONFIGURED or MISSING.
1.1 CLAUDE.md
CLAUDE.md exist in the current project root?CLAUDE.md in the working directory1.2 settings.json
~/.claude/settings.jsonpermissions object with at least one allow entry1.3 Memory System
MEMORY.md?~/.claude/projects/ — find the subdirectory matching the current project path, then check for MEMORY.md2.1 CLAUDE.md Advanced
2.2 MCP Servers
~/.claude/mcp.json and project .mcp.json2.3 Plugins
~/.claude/plugins/installed_plugins.json2.4 Git Integration
git rev-parse --is-inside-work-tree 2>/dev/null3.1 Hooks
~/.claude/settings.json for a hooks section3.2 Keybindings
~/.claude/keybindings.jsonCount configured items per level:
Format the output as follows:
╔══════════════════════════════════════════════════╗
║ Boost Score: X/9 ║
║ Level 1: a/3 | Level 2: b/4 | Level 3: c/2 ║
╚══════════════════════════════════════════════════╝
Level 1 — Essentials
✓ CLAUDE.md — configured (but missing model routing)
✗ settings.json — permissions not configured
✗ Memory system — not set up
Level 2 — Power Features
✗ CLAUDE.md advanced — no workflow/mode sections
✓ MCP servers — 2 servers configured
✗ Plugins — only 1 plugin installed
✓ Git — repository detected
Level 3 — Expert
✗ Hooks — no custom hooks
✗ Keybindings — using defaults
Run /boost to set up missing items.
Adapt the check marks and descriptions based on actual findings. Use ✓ for CONFIGURED and ✗ for MISSING.
/boost at the end for users who want to fix issues.