problem-solver

Installation
SKILL.md

Problem Solver

Structured problem-solving with step-by-step explanations.

Problem-Solving Framework

flowchart LR
    A[Understand] --> B[Plan]
    B --> C[Execute]
    C --> D[Verify]
    D -->|Error| B
    D -->|Correct| E[Explain]

Step 1: Understand (Identify)

Related skills

More from szeyu/vibe-study-skills

Installs
33
GitHub Stars
13
First Seen
Feb 16, 2026