Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add solatis/claude-config --skill "problem-analysis"
Install specific skill from multi-skill repository
# Description
Invoke IMMEDIATELY via python script when user requests problem analysis or root cause investigation. Do NOT explore first - the script orchestrates the investigation.
# SKILL.md
name: problem-analysis
description: Invoke IMMEDIATELY via python script when user requests problem analysis or root cause investigation. Do NOT explore first - the script orchestrates the investigation.
Problem Analysis
Root cause identification skill. Identifies WHY a problem occurs, NOT how to fix
it.
Invocation
Do NOT explore or analyze first. Run the script and follow its output.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.