From flanksource-claude-code-plugin
Troubleshoots infrastructure and application configuration items in Mission Control by diagnosing health issues, analyzing recent changes, and investigating resource relationships. Use when users ask about unhealthy or failing resources, mention specific config items by name or ID, inquire about Kubernetes pods/deployments/services, AWS EC2 instances/volumes, Azure VMs, or other infrastructure components. Also use when investigating why a resource is down, stopped, degraded, or showing errors, or when analyzing what changed that caused an issue.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flanksource-claude-code-plugin:troubleshooting-config-itemThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables Claude to troubleshoot infrastructure and application configuration items in Mission Control, diagnose health issues, analyze changes, and identify root causes through systematic investigation of config relationships and history.
This skill enables Claude to troubleshoot infrastructure and application configuration items in Mission Control, diagnose health issues, analyze changes, and identify root causes through systematic investigation of config relationships and history.
A ConfigItem represents a discoverable infrastructure or application configuration (Kubernetes Pods, AWS EC2 instances, Azure VMs, database instances, etc.). Each config item contains:
1. Search and Identify the Config
Use the MCP search_catalog tool to find the config item:
2. Get Complete Config Details
Use the MCP describe_catalog tool to retrieve full config information:
3. Review Recent Changes
If the issue isn't immediately apparent, use the MCP search_catalog_changes tool:
change_type (created, updated, deleted)severity (critical, high, medium, low, info)patches and diff fields to see what changedsource to understand where the change originatedcreated_at timestamp to correlate with when issues started4. Investigate Related Configs
Use the MCP get_related_configs tool to navigate the config hierarchy:
Troubleshooting Pattern: When a parent resource is unhealthy, investigate its children to find the actual failing component. When a child is unhealthy, check the parent for misconfigurations.
Hierarchical Thinking:
Change Impact Analysis:
Evidence-Based Diagnosis:
Follow this systematic approach:
Scenario 1: Unhealthy Kubernetes Deployment
Scenario 2: AWS EC2 Instance Issues
npx claudepluginhub flanksource/claude-code-plugin --plugin mission-control-skillsCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.