learn-alternatives

Featured

Compare different approaches to solve the same problem

AI & Automation 5,772 stars 755 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Show Alternatives Compare different approaches to solve the same problem. ## Usage ``` /learn:alternatives # Compare approaches for current code /learn:alternatives auth # Compare authentication methods /learn:alternatives state # Compare state management options /learn:alternatives --detailed # Include code examples for each ``` ## Instructions 1. Identify the **problem being solved** (from context or argument) 2. Present **3-5 alternative approaches** 3. For each approach, explain: - What it is (one sentence) - When to use it - Trade-offs (pros/cons) 4. Provide a **recommendation** based on context 5. Optionally show code examples for top choices ## Response Format ```markdown ## Problem: [What we're trying to solve] ### Approach 1: [Name] **What**: [One-sentence description] **When to use**: - [Scenario 1] - [Scenario 2] **Pros**: [List] **Cons**: [List] --- ### Approach 2: [Name] ... --- ## Comparison Table | Criteria | Approach 1 | Approach 2 | Approach 3 | |----------|------------|------------|------------| | Complexity | Low | Medium | High | | Performance | ★★☆ | ★★★ | ★★☆ | | Bundle size | Small | Medium | Large | | Learning curve | Easy | Medium | Steep | ## Recommendation **For your case**: [Recommended approach] because [reason based on context] **Consider instead if**: [Alternative scenarios] ``` ## Comparison Criteria Standard criteria to evaluate (adjust based on problem): | Criteria | Description |...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
7 months ago
Last Updated
today
Language
Python
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category