System Diagnostician
Performs Codex-assisted project health diagnostics, identifies capability gaps, and produces prioritized improvement plans.
Profile →npx skills add majiayu000/claude-skill-registry --skill system-diagnostician --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# System Diagnostician **Analyze project health and recommend capabilities using Codex-powered system understanding** ## Purpose Performs comprehensive project health analysis to diagnose issues, identify missing capabilities, and recommend improvements. Uses Codex to understand project structure, detect anti-patterns, analyze dependencies, and suggest optimal capability additions based on project goals. ## When to Use - New project onboarding: "What does this project need?" - Health checks: "Is this project following best practices?" - Gap analysis: "What's missing to achieve X?" - Performance audits: "Why is this slow?" - Security audits: "What security risks exist?" - Dependency audits: "Are dependencies up to date and safe?" ## Key Capabilities - **Project Structure Analysis**: Understands project type, framework, architecture - **Capability Gap Detection**: Identifies missing or incomplete capabilities - **Health Scoring**: Quantifies project health across multiple dimensions - **Recommendation Engine**: Suggests capabilities with impact/effort estimates - **Dependency Analysis**: Checks for outdated, vulnerable, or unnecessary dependencies - **Anti-Pattern Detection**: Identi
- Purpose
- When to Use
- Key Capabilities
- Inputs
- Process
- Step 1: Project Discovery
- Step 2: Health Assessment with Codex
- Step 3: Capability Gap Analysis
- Step 4: Generate Recommendations
- Step 5: Generate Action Plan
- Scoring System
- Health Dimensions
- Recommendation Priority
- Example Output
Analyze project structure cd "$PROJECT_PATH" echo "Discovering project structure..." Detect project type if [ -f "package.json" ]; then if grep -q "\"next\"" package.json; then elif grep -q "\"react\"" package.json; then elif grep -q "\"express\"" package.json; then fi elif [ -f "requirements.txt" ] || [ -f "pyproject.toml" ]; then
What does the System Diagnostician skill do?
Performs Codex-assisted project health diagnostics, identifies capability gaps, and produces prioritized improvement plans.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill system-diagnostician --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.