Claude Code settings upgrade
Analyzes current settings and suggests upgrades reflecting latest trends and best practices.
/plugin marketplace add popup-studio-ai/bkit-claude-code/plugin install bkit@bkit-marketplaceAnalyzes current settings and suggests upgrades reflecting the latest trends. Works across any project, any language.
/upgrade-claude-code
Problem 1: Claude Code settings may be outdated
Problem 2: May miss new features or best practices
Problem 3: Difficult to objectively evaluate settings completeness
Solution:
- Score current settings (out of 100)
- Research latest trends via WebSearch
- Provide specific improvement suggestions
Must read the following documents first:
.claude/docs/CLAUDE-CODE-MASTERY.md # Table of contents and core concepts
.claude/docs/mastery/05-advanced.md # Latest trend analysis methods
.claude/docs/mastery/02-language-templates.md # Language-specific templates
.claude/docs/mastery/01-settings-guide.md # Detailed settings guide (includes MCP recommendations)
Reference appropriate files based on needed content.
# Analysis targets
1. CLAUDE.md - Number of rules, detail level
2. .claude/settings.local.json - Hooks, permission settings
3. .claude/commands/ - Number of commands, quality
4. .claude/agents/ - Number of agents, specialization
5. .claude/skills/ - Number of skills, domain coverage
6. .mcp.json - Connected external tools
7. .github/workflows/ - CI/CD automation
## Scoring Criteria (Total 100 points)
### CLAUDE.md (20 points)
- 0 points: No file
- 10 points: Basic rules only
- 15 points: Detailed rules + examples included
- 20 points: Team knowledge accumulated + Git managed
### Commands (15 points)
- 0 points: No folder
- 5 points: 1-2 commands
- 10 points: 3-5 commands
- 15 points: 5+ with inline Bash usage
### Agents (15 points)
- 0 points: No folder
- 5 points: 1-2 agents
- 10 points: 3-4 agents
- 15 points: 4+ and specialized
### Skills (15 points)
- 0 points: No folder
- 5 points: 1-2 skills
- 10 points: 3-4 skills (per domain)
- 15 points: Full domain coverage
### Hooks (10 points)
- 0 points: No settings
- 5 points: Basic formatting only
- 10 points: Formatting + lint + additional automation
### Permissions (10 points)
- 0 points: No settings or allow all
- 5 points: Basic whitelist
- 10 points: Fine-grained whitelist
### MCP (10 points)
- 0 points: No connections
- 5 points: 1-2 servers
- 10 points: 3+ external tools connected
### GitHub Action (5 points)
- 0 points: None
- 5 points: PR auto-documentation configured
### PDCA Documents (Bonus 10 points)
- 0 points: No docs/ folder
- 3 points: Only partial folders
- 7 points: Full structure (01-plan ~ 04-report)
- 10 points: Full structure + active documentation
Collect latest information with the following search queries:
- "Claude Code best practices 2026"
- "Claude Code configuration tips latest"
- "Claude MCP servers new"
- "anthropic claude code updates"
- "Boris Cherny Claude Code tips"
## Improvement Priority
### High (5+ point improvement)
- [x] Detail CLAUDE.md rules
- [x] Add Skills folder
- [x] Add missing Agents
### Medium (3-5 point improvement)
- [ ] Connect new MCP servers
- [ ] Add commands
- [ ] Enhance hooks
### Low (1-2 point improvement)
- [ ] Optimize existing settings
- [ ] Improve documentation
## Upgrade Suggestions
### Current Score: XX/100
### Recommended Upgrades
1. **[High]** Add Skills folder
- Expected score improvement: +15 points
- Effect: Provide domain-specific expert context
2. **[Medium]** Connect new MCP server
- Expected score improvement: +5 points
- Effect: Jira/Confluence integration
3. **[Low]** Add commands
- Expected score improvement: +2 points
- Effect: Additional automation
### Latest Trends
š„ **2026 Trends**:
- {Researched trend 1}
- {Researched trend 2}
- {Researched trend 3}
ā” **New Features**:
- {New feature 1}
- {New feature 2}
Would you like to apply the upgrades?
1. Apply all
2. Selective apply (choose numbers)
3. Cancel
Upon user approval:
š Claude Code Upgrade Complete!
š Score Change: XX/100 ā YY/100 (+ZZ points)
š Applied Changes:
- Skills folder created (4 files)
- New MCP server connected (Jira)
- CLAUDE.md rules added
š„ Latest Trends Applied:
- {Trend 1}
- {Trend 2}
šÆ Next Steps:
- Test new settings
- Share with team
- Learn new features with /learn-claude-code
# Restore from backup
git checkout HEAD~1 -- .claude/
git checkout HEAD~1 -- CLAUDE.md
git checkout HEAD~1 -- .mcp.json