.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/obra/superpowers-skills
home/skills/obra/superpowers-skills
obra avatar

obra/superpowers-skills

31 skills · 7,096 total installs

View on GitHub
$npx skills add obra/superpowers-skills
SkillInstalls
systematic-debuggingFour-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.305root-cause-tracingSystematically trace bugs backward through call stack to find original trigger304writing-plansCreate detailed implementation plans with bite-sized tasks for engineers with zero codebase context294subagent-driven-developmentExecute implementation plan by dispatching fresh subagent for each task, with code review between tasks293testing-skills-with-subagentsRED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes292testing-anti-patternsNever test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.290verification-before-completionRun verification commands and confirm output before claiming success289requesting-code-reviewDispatch code-reviewer subagent to review implementation against plan or requirements before proceeding287executing-plansExecute detailed plans in batches with review checkpoints286finishing-a-development-branchComplete feature development with structured options for merge, PR, or cleanup284writing-skillsTDD for process documentation - test with subagents before writing, iterate until bulletproof284tracing-knowledge-lineagesUnderstand how ideas evolved over time to find old solutions for new problems and avoid repeating past failures283using-git-worktreesCreate isolated git worktrees with smart directory selection and safety verification282remembering-conversationsSearch previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search281meta-pattern-recognitionSpot patterns appearing in 3+ domains to find universal principles280collision-zone-thinkingForce unrelated concepts together to discover emergent properties - "What if we treated X like Y?279simplification-cascadesFind one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z279condition-based-waitingReplace arbitrary timeouts with condition polling for reliable async tests278dispatching-parallel-agentsUse multiple Claude agents to investigate and fix independent problems concurrently278inversion-exerciseFlip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?276sharing-skillsContribute skills back to upstream via branch and PR276scale-gameTest at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales275preserving-productive-tensionsRecognize when disagreements reveal valuable context, preserve multiple valid approaches instead of forcing premature resolution274pulling-updates-from-skills-repositorySync local skills repository with upstream changes from obra/superpowers-skills274gardening-skills-wikiMaintain skills wiki health - check links, naming, cross-references, and coverage273brainstormingInteractive idea refinement using Socratic method to develop fully-formed designs—defense-in-depthreceiving-code-reviewReceive and act on code review feedback with technical rigor, not performative agreement or blind implementation—test-driven-developmentWrite the test first, watch it fail, write minimal code to pass—using-skillsSkills wiki intro - mandatory workflows, search tool, brainstorming triggers—when-stuck