Collection26 items

elliotjlt/claude-skill-potions

View on GitHub
3stars

🎯Skills26

🎯pre-mortem🎯Skill

Conducts a proactive risk analysis by imagining potential project failure scenarios and developing preventative strategies.

pre-mortem
🎯battle-plan🎯Skill

Orchestrates a comprehensive planning ritual by sequentially using rubber-duck, pre-mortem, and ETA skills to thoroughly assess and validate development tasks before coding begins.

battle-plan
🎯eta🎯Skill

Generates data-driven time estimates for coding tasks by analyzing codebase scope, complexity, and potential risks.

eta
🎯you-sure🎯Skill

Pauses and presents a detailed checklist before executing potentially destructive or high-impact operations, requiring explicit confirmation.

you-sure
🎯rubber-duck🎯Skill

Helps users articulate technical problems clearly by asking structured diagnostic questions before proposing solutions.

rubber-duck
🎯pipeline🎯Skill

Sequentially executes multi-stage tasks with strict stage-by-stage progression and checkpoint validation.

pipeline
🎯fan-out🎯Skill

Distributes and processes a list of inputs across multiple parallel function calls to improve efficiency and throughput.

fan-out
🎯split-decision🎯Skill

I understand. Here's a concise one-sentence description for the "split-decision" skill: Systematically presents multiple viable options with detailed trade-offs before recommending any architectur...

split-decision
🎯prove-it🎯Skill

Verifies code correctness by forcing execution, testing, and output validation to overcome Claude's pattern-matching limitations.

prove-it
🎯learn-from-this🎯Skill

Helps Claude learn and improve from past interactions by extracting key insights and lessons from previous conversations.

learn-from-this
🎯trace-it🎯Skill

Traces and documents all code dependencies before modifying shared utilities, preventing unintended breakages across the codebase.

trace-it
🎯sanity-check🎯Skill

Validates key assumptions before proposing solutions by systematically checking code, logs, and system state to prevent building on incorrect premises.

sanity-check
🎯zero-in🎯Skill

Helps developers precisely target code searches by forcing methodical exploration and defining exact search parameters before grepping.

zero-in
🎯skill-gate🎯Skill

Enforces systematic skill evaluation and activation before starting complex tasks to maximize problem-solving effectiveness and prevent passive skill usage.

skill-gate
🎯map-reduce🎯Skill

Distributes and processes large-scale tasks by splitting work, processing independently, and aggregating results across multiple items or files.

map-reduce
🎯retrospective🎯Skill

Facilitates structured team reflection by guiding participants through analyzing past project performance, identifying successes, challenges, and actionable improvements.

retrospective
🎯skill-creator🎯Skill

Guides users through creating well-structured, actionable skills by providing a comprehensive template and step-by-step instructions for skill development.

skill-creator
🎯breadcrumbs🎯Skill

Tracks project progress and context across Claude sessions by automatically logging and retrieving notes in a markdown file, enabling seamless session-to-session memory.

breadcrumbs
🎯stay-in-lane🎯Skill

Enforces strict adherence to user requests by preventing unwarranted modifications or improvements during code changes.

stay-in-lane
🎯loose-ends🎯Skill

Identifies and highlights potential loose ends or unfinished tasks within a project or document to improve completeness and thoroughness.

loose-ends
🎯skill-forge🎯Skill

Generates custom Claude AI skills by dynamically creating and configuring executable code modules with flexible parameters and templates.

skill-forge
🎯careful-delete🎯Skill

Carefully deletes files or directories with advanced safety checks and confirmation prompts to prevent accidental data loss.

careful-delete
🎯safe-refactor🎯Skill

Safely orchestrates code refactoring by systematically assessing risks, implementing changes, verifying integrity, and documenting modifications.

safe-refactor
🎯keep-it-simple🎯Skill

Prevents premature complexity by resisting over-engineering and enforcing the Rule of Three before adding abstractions.

keep-it-simple
🎯dont-be-greedy🎯Skill

Prevents Claude from exploiting loopholes or manipulating instructions by enforcing ethical boundaries and responsible interaction.

dont-be-greedy
🎯debug-to-fix🎯Skill

Systematically debug issues by clarifying the problem, investigating root causes, implementing fixes, and verifying solutions through a structured, methodical approach.

debug-to-fix