Agentic Skills by kapil0x
Remembering Conversations
by kapil0xSearch previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
Writing Skills
by kapil0xTDD for process documentation - test with subagents before writing, iterate until bulletproof
Systematic Debugging
by kapil0xFour-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Gardening Skills Wiki
by kapil0xMaintain skills wiki health - check links, naming, cross-references, and coverage
Testing Skills With Subagents
by kapil0xRED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes
Test-Driven Development (TDD)
by kapil0xWrite the test first, watch it fail, write minimal code to pass
Testing Anti-Patterns
by kapil0xNever test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
Tracing Knowledge Lineages
by kapil0xUnderstand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures
Getting Started with Skills
by kapil0xSkills wiki intro - mandatory workflows, search tool, brainstorming triggers
Root Cause Tracing
by kapil0xSystematically trace bugs backward through call stack to find original trigger
Dispatching Parallel Agents
by kapil0xUse multiple Claude agents to investigate and fix independent problems concurrently
Code Review Reception
by kapil0xReceive and act on code review feedback with technical rigor, not performative agreement or blind implementation
Using Git Worktrees
by kapil0xCreate isolated git worktrees with smart directory selection and safety verification
Condition-Based Waiting
by kapil0xReplace arbitrary timeouts with condition polling for reliable async tests
Preserving Productive Tensions
by kapil0xRecognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution
Subagent-Driven Development
by kapil0xExecute implementation plan by dispatching fresh subagent for each task, with code review between tasks
Requesting Code Review
by kapil0xDispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
Finishing a Development Branch
by kapil0xComplete feature development with structured options for merge, PR, or cleanup
Verification Before Completion
by kapil0xRun verification commands and confirm output before claiming success
When Stuck - Problem-Solving Dispatch
by kapil0xDispatch to the right problem-solving technique based on how you're stuck
Defense-in-Depth Validation
by kapil0xValidate at every layer data passes through to make bugs impossible
Pulling Updates from Skills Repository
by kapil0xSync local skills repository with upstream changes from obra/superpowers-skills
Writing Plans
by kapil0xCreate detailed implementation plans with bite-sized tasks for engineers with zero codebase context
Brainstorming Ideas Into Designs
by kapil0xInteractive idea refinement using Socratic method to develop fully-formed designs
Simplification Cascades
by kapil0xFind one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z"
Scale Game
by kapil0xTest at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
Collision-Zone Thinking
by kapil0xForce unrelated concepts together to discover emergent properties - "What if we treated X like Y?"
Inversion Exercise
by kapil0xFlip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?"
Meta-Pattern Recognition
by kapil0xSpot patterns appearing in 3+ domains to find universal principles
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.