By Deway-AI
Score and grade your Claude Code configuration against best practices. Run /assess to get your setup scored across 12 categories with a visual report at claude-code-assess.web.app.
Score and grade your Claude Code configuration against best practices.
cc-assess evaluates your Claude Code setup across 12 categories. Get your score, a visual radar chart, category deep-dives, and a shareable score card.
# Install the plugin
claude plugin install cc-assess@Deway-AI/cc-assess
# Run the assessment
/assess
The plugin scans your config, scores it, copies the report to your clipboard, and sends you to claude-code-assess.web.app to see your full visual results.
No plugin? Run one command and paste the output at claude-code-assess.web.app:
bash <(curl -s https://claude-code-assess.web.app/export.sh) | pbcopy
Visit claude-code-assess.web.app and upload your config files directly (CLAUDE.md, settings.json, etc.)
| Category | Weight | What's Checked |
|---|---|---|
| CLAUDE.md | 25% | Exists, structured, uses imports, has standards and context |
| Settings & Permissions | 20% | Permission rules, default mode, effort level |
| MCP Servers | 15% | Configured, variety, team-shared |
| Security | 12% | Deny rules, sandbox, no bypass mode |
| Hooks | 8% | Automation, guardrails, lifecycle |
| Skills | 5% | Custom skills with proper frontmatter |
| Agents/Subagents | 5% | Custom agents with tool restrictions |
| Memory System | 4% | Active memory with content |
| Rules Directory | 2% | Path-specific rules |
| Plugins | 2% | Installed from marketplace |
| IDE Integration | 1% | VS Code or JetBrains |
| Advanced Features | 1% | Teams, thinking, worktrees |
The plugin reads your local config files (CLAUDE.md, settings.json, .mcp.json, skills, agents, hooks, rules, memory, plugins) and scores each against documented best practices. Everything is read-only — nothing is modified.
The web app runs the same scoring logic entirely client-side. No data is sent to any server.
Anthropic's official claude-code-setup plugin is a recommender — it analyzes your codebase and suggests what Claude Code features to add. cc-assess is an assessor — it scores how well your existing configuration is set up. They're complementary tools.
MIT
Built by Deway
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub deway-ai/cc-assess --plugin cc-assessAudit and optimize Claude Code configurations with dynamic best-practice research
Estimate per-turn token cost of your .claude/ configuration and CLAUDE.md. Always-loaded vs path-scoped vs invoked-only, with top contributors. Use --api for exact counts via Anthropic's count_tokens endpoint.
Validates Claude Code configuration files for security, structure, and quality. Reviews CLAUDE.md, skills, agents, prompts, commands, and settings with comprehensive validation checklists.
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration