Skip to main content
ClaudeWave
Skill2.1k estrellas del repoactualizado 2mo ago

problem-solving

This skill collection provides structured problem-solving techniques including collision-zone thinking, inversion exercises, pattern recognition, and simplification methods to overcome stuck points and find elegant solutions. Use it when conventional approaches fail, assumptions constrain thinking, the same problem appears across multiple domains, scaling concerns arise, or unnecessary complexity spirals in a project.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/mrgoonie/claudekit-skills /tmp/problem-solving && cp -r /tmp/problem-solving/.claude/skills/problem-solving ~/.claude/skills/problem-solving
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Problem-Solving Skills

A collection of techniques for breaking through stuck points and finding elegant solutions.

## Available Sub-Skills

### When Stuck (Dispatch)
**Location:** `when-stuck/SKILL.md`

Start here when stuck. Matches your stuck-type to the right technique. Quick dispatch table for routing to the appropriate sub-skill.

### Collision-Zone Thinking
**Location:** `collision-zone-thinking/SKILL.md`

Force unrelated concepts together to discover emergent properties. "What if we treated X like Y?" Revolutionary insights come from deliberate metaphor-mixing.

### Inversion Exercise
**Location:** `inversion-exercise/SKILL.md`

Flip every assumption and see what still works. "What if the opposite were true?" Exposes hidden constraints and alternative approaches.

### Meta-Pattern Recognition
**Location:** `meta-pattern-recognition/SKILL.md`

Spot patterns appearing in 3+ domains to find universal principles. Extract abstract forms that apply across domains.

### Scale Game
**Location:** `scale-game/SKILL.md`

Test at extremes (1000x bigger/smaller) to expose fundamental truths. What breaks? What survives? Extremes reveal what normal scales hide.

### Simplification Cascades
**Location:** `simplification-cascades/SKILL.md`

Find one insight that eliminates multiple components. "If this is true, we don't need X, Y, or Z." Look for unifying principles.

## When to Use

| How You're Stuck | Use This |
|------------------|----------|
| **Don't know which technique** | when-stuck |
| **Need breakthrough innovation** | collision-zone-thinking |
| **Forced by assumptions** | inversion-exercise |
| **Same issue in different places** | meta-pattern-recognition |
| **Unsure about production scale** | scale-game |
| **Complexity spiraling** | simplification-cascades |

## Quick Reference

```
Conventional solutions inadequate?  → collision-zone-thinking
"This must be done this way"?       → inversion-exercise
Same pattern 3+ places?             → meta-pattern-recognition
Will it work at scale?              → scale-game
Same thing implemented 5+ ways?     → simplification-cascades
```

## Core Philosophy

> "One powerful abstraction > ten clever hacks"

These techniques help you find the elegant solution that makes complexity unnecessary, rather than managing complexity through brute force.
mcp-managerSubagent

Manage MCP (Model Context Protocol) server integrations - discover tools/prompts/resources, analyze relevance for tasks, and execute MCP capabilities. Use when need to work with MCP servers, discover available MCP tools, filter MCP capabilities for specific tasks, execute MCP tools programmatically, or implement MCP client functionality. Keeps main context clean by handling MCP discovery in subagent context.

cmSlash Command

Stage all files and create a commit.

cpSlash Command

Stage, commit and push all code in the current branch

prSlash Command

Create a pull request

createSlash Command

Create a new agent skill

use-mcpSlash Command

Utilize tools of Model Context Protocol (MCP) servers

aestheticSkill

Create aesthetically beautiful interfaces following proven design principles. Use when building UI/UX, analyzing designs from inspiration sites, generating design images with ai-multimodal, implementing visual hierarchy and color theory, adding micro-interactions, or creating design documentation. Includes workflows for capturing and analyzing inspiration screenshots with chrome-devtools and ai-multimodal, iterative design image generation until aesthetic standards are met, and comprehensive design system guidance covering BEAUTIFUL (aesthetic principles), RIGHT (functionality/accessibility), SATISFYING (micro-interactions), and PEAK (storytelling) stages. Integrates with chrome-devtools, ai-multimodal, media-processing, ui-styling, and web-frameworks skills.

ai-multimodalSkill

Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens.