Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
8
2
# Install this skill:
npx skills add claude-world/director-mode-lite --skill "mcp-check"
Install specific skill from multi-skill repository
# Description
Validate MCP configuration and suggest improvements
# SKILL.md
name: mcp-check
description: Validate MCP configuration and suggest improvements
user-invocable: true
MCP Configuration Validator
Validate the project's MCP setup for correctness and completeness.
Validation Steps
1. Check Configuration Files
.claude/settings.json(project)~/.claude.json(user, reference)
2. Validate Structure
- [ ] Valid JSON format
- [ ]
mcpServersobject exists - [ ]
enableAllProjectMcpServers: trueis set
3. Validate Each MCP
- [ ]
commandis valid - [ ]
argsproperly formatted - [ ]
envvariables set
4. Check Essential MCPs
| MCP | Required? |
|---|---|
| memory | Recommended |
| filesystem | Optional |
| github | If .git exists |
5. Security Check
- [ ] No hardcoded secrets
- [ ] Sensitive values use env vars
Output Format
## MCP Configuration Report
### Status: VALID / ISSUES / INVALID
### Configuration Summary
| MCP Server | Status | Notes |
|------------|--------|-------|
| memory | OK/FAIL | details |
### Issues Found
1. [Issue and fix]
### Missing Recommended MCPs
- memory: `claude mcp add --scope project memory...`
Common Issues
| Issue | Fix |
|---|---|
| Invalid JSON | Check trailing commas |
| MCP not loading | claude mcp reset-project-choices |
| Missing env vars | Add with -e KEY=value |
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.