claude code dashboard

generated mar 12, 2026 at 8:39 am · v0.0.10

67%Coverage (6/9)
82Avg Health
9Repos
2Drifting Repos
$48Total Spent

Insights 6

1 repo has high config drift
infra-tools (34 commits since config update)
Review and update CLAUDE.md in these repos
1 MCP server could be promoted to global
github (in 2 projects)
Add to ~/.claude/mcp_config.json for all projects
1 MCP server is global but also in project .mcp.json
playwright (~/work/acme-web)
Remove from project .mcp.json — global config already covers all projects
3 MCP servers recommended for your repos
Vercel (2 next repos detected, mentioned in repo descriptions, mentioned in repo descriptions), Stripe (mentioned in repo descriptions), Supabase (mentioned in repo descriptions)
Check the Config tab for install commands
1 skill relevant across 3+ repos
react-doctor (3 repos)
Consider adding these skills to your global config
Quick wins to improve config health
mobile-app (77/100): update config (aging); infra-tools (62/100): add rules
Small changes for measurable improvement

Recommended MCP Servers 3

Dependency Chains

shared-uiacme-webmarketing-site
payments-apiacme-web

Global Commands 4

/commitStage changes and create a conventional commit
/review-prFetch PR diff and perform code review
/dashboardGenerate and open the config dashboard
/test-allRun full test suite with coverage report

Global Rules 3

git-workflowBranch naming, commit conventions, PR process
code-standardsArchitecture principles, error handling, quality gates
communicationSlack message formatting, draft-before-send policy

Skills 8

workflow 2
writing-planssuperpowersCreate implementation plans from specs before coding
deploy-stagingcustomDeploy current branch to staging environment
code-quality 2
e2e-testcustomRun Playwright E2E tests against a branch
code-reviewsuperpowersReview PR diffs for correctness, style, and security
debugging 2
react-doctorskills.sh · community/react-toolsCatch common React bugs and performance issues
systematic-debuggingsuperpowersStructured root cause analysis with diagnostic plans
research 1
find-sessioncustomSearch past Claude Code sessions by keyword or date
integrations 1
slack-digestcustomExtract action items and decisions from Slack threads

MCP Servers 5

playwrightglobalstdio
sentryglobalhttp
figmaprojectstdio~/work/acme-web
githubprojectstdio~/work/acme-web, ~/work/payments-api
postgresprojectstdio~/work/payments-api
github installed in 2 projects → add to ~/.claude/mcp_config.json
Formerly Installed
datadogremoved
redisremoved~/work/cache-service
Available 5
Linear
Manage issues, projects & team workflows in Linear
claude mcp add --transport http linear https://mcp.linear.app/mcp
Notion
Create, edit, search and organize Notion content
claude mcp add --transport http notion https://mcp.notion.com/mcp
Atlassian
Access Jira & Confluence from Claude
claude mcp add --transport http atlassian https://mcp.atlassian.com/v1/mcp
Slack
Send messages, create canvases, and fetch Slack data
claude mcp add --transport http slack-remote https://mcp.slack.com/mcp
Context7
Up-to-date docs for LLMs and AI code editors
claude mcp add --transport http context7 https://mcp.context7.com/mcp
8 servers in registry

Claude Code Insights

1,386 messages across 117 sessions (365 total) | Feb 23, 2026 to Mar 10, 2026
1,386Messages
+33,424/-2,563Lines
632Files
14Days
99Msgs/Day
What's working: Full end-to-end shipping workflow — implementation through PR creation to production deployment in single sessions.
What's hindering you: Claude frequently jumps into fixes without checking actual state first, costing correction cycles.
Quick wins to try: Create custom slash commands for repeated workflows like PR reviews and Slack message drafting.
View full insights report →

Top Tools Used 8

Read
2,029
Edit
1,484
Bash
1,039
Grep
693
Write
397
Glob
198
Agent
99
WebSearch
49

Languages 5

TypeScript
2,720
Python
995
JavaScript
841
Go
392
Markdown
150

Top Errors 3

lint_error
99
type_error
99
test_failure
49

Activity

Activity
MarAprMayJunJulAugSepOctNovDecJanFebMar
Peak Hours
0
6
12
18
Model Usage (via ccusage)
Token Breakdown
Cache Read0 tokens
Cache Creation0 tokens
Output0 tokens
Input0 tokens
acme-web
Customer-facing web application built with Next.js 15 and React Server Components.
4 cmd3 rules3 sectionsnext, react
~/work/acme-web3d ago
96
Customer-facing web application built with Next.js 15 and React Server Components.
Uses Supabase for auth and database, deployed on Vercel.
Commands
/devStart dev server with hot reload
/testRun vitest suite with coverage
/deployDeploy to staging via Vercel
/lintRun ESLint + Prettier check
Rules
architectureApp router conventions and component patterns
testingTest behavior not implementation, use MSW for mocks
stylingTailwind utility-first, no inline styles
Relevant Skills
react-doctor
Agent Config
Architecture
App router with RSC
Shared components in /ui
Feature modules in /features
Testing
Vitest for unit tests
Playwright for E2E
MSW for API mocking
Deployment
Preview deploys on PRs
Staging auto-deploy from main
payments-api
Payment processing API handling Stripe integration and subscription management.
3 cmd2 rules2 sectionspython
~/work/payments-api12d ago4​Δ
94
Payment processing API handling Stripe integration and subscription management.
Commands
/testRun pytest with coverage
/migrateRun alembic migrations
/serveStart FastAPI dev server
Rules
securityInput validation on all endpoints, no raw SQL
error-handlingStructured errors with codes, never expose internals
Agent Config
Security
Validate all inputs with Pydantic
Rate limiting on sensitive endpoints
Database
PostgreSQL via SQLAlchemy
Alembic for migrations
mobile-app
Cross-platform mobile app built with Expo and React Native.
3 cmd1 rules1 sectionsexpo, react
~/work/mobile-app1mo ago18​Δ
77
Cross-platform mobile app built with Expo and React Native.
Quick Wins
update config (aging)
Commands
/iosRun on iOS simulator
/androidRun on Android emulator
/testRun Jest test suite
Rules
navigationReact Navigation v7 patterns and deep linking
Relevant Skills
react-doctor
Similar Configs
shared-ui 40%
Agent Config
Navigation
File-based routing via expo-router
Deep link config in app.json
marketing-site
Public marketing website with blog and documentation.
2 cmd1 rules1 sectionsnext
~/work/marketing-site7d ago2​Δ
82
Public marketing website with blog and documentation.
Commands
/devStart Next.js dev server
/buildBuild static export
Rules
contentAll copy comes from CMS, never hardcode text
Agent Config
Content
MDX for blog posts
Contentlayer for type-safe content
shared-ui
Shared component library used across web projects.
2 cmd1 rules1 sectionsreact
~/work/shared-ui14d ago
82
Shared component library used across web projects.
Commands
/storybookStart Storybook dev server
/buildBuild and publish to internal registry
Rules
componentsAll components must have stories and a11y tests
Relevant Skills
react-doctor
Similar Configs
mobile-app 40%
Agent Config
Components
Radix primitives
Tailwind variants
Storybook for documentation
infra-tools
Internal CLI tools for infrastructure automation.
2 cmd1 sectionsgo
~/work/infra-tools3mo ago34​Δ
62
Internal CLI tools for infrastructure automation.
Quick Wins
add rulesupdate config (stale)
Commands
/buildBuild all Go binaries
/testRun go test ./...
Agent Config
Build
Go 1.22
Multi-binary workspace layout

Unconfigured Repos 3

data-scriptspython~/work/data-scripts
add CLAUDE.mdadd commands (payments-api has 3)add rules (payments-api has 2)
legacy-adminreact~/work/legacy-admin
add CLAUDE.mdadd commands (acme-web has 4)add rules (acme-web has 3)
ops-runbooks~/work/ops-runbooks

Quick Reference

Essential Commands
/helpShow help and available commands
/compactCompact conversation to free context
/modelSwitch AI model
/diffInteractive diff viewer for changes
/statusVersion, model, account info
/costShow token usage statistics
/planEnter plan mode for complex tasks
/configOpen settings interface
/mcpManage MCP server connections
/memoryEdit CLAUDE.md, toggle auto-memory
/permissionsView or update tool permissions
/initInitialize project with CLAUDE.md
/insightsGenerate usage analytics report
/exportExport conversation as plain text
/pr-commentsFetch GitHub PR review comments
/doctorDiagnose installation issues
Built-in Tools
BashExecute shell commands
ReadRead files (text, images, PDFs, notebooks)
WriteCreate new files
EditModify files via exact string replacement
GrepSearch file contents with regex
GlobFind files by pattern
AgentLaunch specialized sub-agents
WebSearchSearch the web
WebFetchFetch URL content
LSPCode intelligence (go-to-def, references)
Keyboard Shortcuts
/Quick command search
!Bash mode (run directly)
@File path autocomplete
Ctrl+CCancel generation
Ctrl+LClear screen
Ctrl+RSearch history
Shift+TabToggle permission mode
Esc EscRewind conversation
TabToggle thinking
found 9 repos · 6 configured · 3 unconfigured · scanned ~/work (depth 5) · mar 12, 2026 at 8:39 am