Recently Added

Fresh skills just added to the collection. Be the first to try them out!

Showing 50425-50448 of 50478 skills
obra

Finishing a Development Branch

by obra

Complete feature development with structured options for merge, PR, or cleanup

Code Review 40 7mo ago
obra

Writing Plans

by obra

Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context

Auth 40 7mo ago
obra

Verification Before Completion

by obra

Run verification commands and confirm output before claiming success

Agents 40 7mo ago
obra

Code Review Reception

by obra

Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation

Code Review 40 7mo ago
obra

Systematic Debugging

by obra

Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.

Code Gen 40 7mo ago
obra

Requesting Code Review

by obra

Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding

Automation 40 7mo ago
obra

Remembering Conversations

by obra

Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search

Embeddings 40 7mo ago
obra

Encapsulating Complexity

by obra

Hide implementation details behind interfaces - work at domain level (what), not implementation level (how)

Processing 40 7mo ago
obra

Localizing Variables

by obra

Declare variables in smallest possible scope, initialize close to first use, minimize span and live time

Automation 40 7mo ago
obra

Maintaining Consistent Abstractions

by obra

Class interfaces present one cohesive abstraction - don't mix domain logic with serialization, persistence, or unrelated concerns

Processing 40 7mo ago
obra

Domain-Focused Naming

by obra

Name code by what it does in the domain, not how it's implemented or its history

Code Gen 40 7mo ago
obra

Commenting Intent

by obra

Comment WHY code exists and non-obvious decisions, not WHAT code does (mechanics)

Comments 40 7mo ago
obra

Naming Variables

by obra

Choose names that fully and accurately describe what the variable represents

Processing 40 7mo ago
obra

Exploring Alternatives

by obra

Try 2-3 different approaches before implementing - don't settle for first design you think of

Processing 40 7mo ago
obra

Refactoring Safely

by obra

Refactor with tests first, one change at a time, never mix refactoring with bug fixes or new features

Debugging 40 7mo ago
obra

Keeping Routines Focused

by obra

Each routine does one thing and does it well - extract when routines have multiple responsibilities

Processing 40 7mo ago
obra

Simplifying Control Flow

by obra

Flatten nested conditionals with early returns or table-driven methods - keep nesting depth under 3 levels

Code Gen 40 7mo ago
obra

Single Purpose Variables

by obra

Use each variable for exactly one purpose - no hybrid coupling or hidden meanings

Code Gen 40 7mo ago
obra

Validating Inputs

by obra

Check all external inputs for validity - garbage in, nothing out, never garbage out

Processing 40 7mo ago
obra

Writing Evergreen Comments

by obra

Write comments explaining WHAT and WHY, never temporal context or history

Comments 40 7mo ago
obra

Reducing Complexity

by obra

Managing complexity is software's primary technical imperative - all other goals are secondary

Performance 40 8mo ago
obra

Designing Before Coding

by obra

Design in pseudocode first, iterate approaches, then translate to code

Comments 40 8mo ago
obra

Dispatching Parallel Agents

by obra

Use multiple Claude agents to investigate and fix independent problems concurrently

Agents 40 8mo ago
obra

Root Cause Tracing

by obra

Systematically trace bugs backward through call stack to find original trigger

Code Gen 40 8mo ago