45 skillsfiled under: Engineering
An agentic skills framework & software development methodology that works.
checked 4d ago
Break a plan into parallel work streams
Takes a roadmap or implementation plan and spawns independent agents to tackle each workstream in parallel, then synthesizes results back into a coherent output.
·13k↓0
checked 4d ago
Safely branch work without cluttering your repo
Creates an isolated workspace for a feature branch using git worktrees, so you can switch contexts without stashing or committing half-done work.
·13k↓0
checked 4d ago
Break down a spec into an ordered build plan
Takes a spec or requirement document and produces a step-by-step implementation roadmap with dependencies, risk flags, and test points mapped to each milestone.
·13k↓2
checked 4d ago
Test and refine a skill before you ship it
Runs your SKILL.md against test cases, checks for trigger overlap, flags logic gaps, and suggests rewrites before you publish.
·13k↓0
checked 4d ago
Execute a plan step-by-step with checkpoints
Takes a written plan from a prior session and runs it in chunks, pausing at each checkpoint for your review before continuing to the next phase.
·13k↓0
checked 4d ago
Write tests before the code
Takes a feature spec or bug report and generates a comprehensive test suite that drives the implementation. Tests are runnable immediately and document the expected behavior.
·13k↓0
checked 4d ago
Decide how to merge your branch cleanly
Reviews your branch state, test results, and commit history. Recommends the right merge strategy — rebase, squash, or conventional PR — and flags any cleanup needed first.
·13k↓0
checked 4d ago
Get thoughtful feedback before you merge
Pastes a diff or branch and receives a structured review: does it meet the requirement, are there bugs, what's the maintainability hit, and what should change before merge.
·13k↓0
checked 4d ago
Unlock Claude's skill library in any conversation
Teaches Claude to search and invoke skills before responding to your request, so you get the right tool—not a generic answer. Works in any chat.
·13k↓0
checked 4d ago
Verify a fix actually works before claiming done
Runs the test suite, build checks, and integration tests against your code, captures the output, and surfaces failures before you commit—preventing "ready to merge" claims that break in production.
·13k↓0
checked 4d ago
Run multiple tasks at once without waiting
Splits independent work across parallel agents — research one thing, draft another, review a third — and collects results once all complete. Faster than serial work.
·13k↓0
checked 4d ago
Lock down what to build before you build it
Maps the gap between the vague request and a real spec by asking about user intent, tradeoffs, and constraints. Surfaces hidden requirements before you waste time implementing.
·13k↓0
checked 4d ago
Validate code review feedback before you act
Takes a review comment that feels vague or wrong, breaks down the technical claim, and tells you whether it's justified and how to fix it — or why to push back.
·13k↓0
checked 4d ago
Work through a bug without guessing at fixes
Takes a failing test or error message and walks through reproduction, hypothesis formation, and root cause in a structured order — before jumping to code changes.
·13k↓0
Community-editable skills for Claude Code's superpowers plugin
checked 4d ago
Run multiple investigations at the same time
Spins up independent Claude agents in parallel to tackle separate problems — bugs, research threads, data checks — without waiting for one to finish before starting the next.
·13k↓0
checked 4d ago
Get a structured code review before merging
Sends your code and the original spec to a reviewer agent, which compares them line-by-line and flags gaps, oversights, and improvement opportunities before you ship.
·13k↓0
checked 4d ago
Audit your skills wiki for broken links and gaps
Scans your skills directory for dead links, inconsistent naming, missing cross-references, and coverage holes — then generates a repair checklist grouped by urgency.
·13k↓0
checked 4d ago
Submit your skill to the community repo
Guides you through forking, branching, and opening a pull request so your skill reaches other Claudinho users without manual git commands.
·13k↓0
checked 4d ago
Flip your assumptions to uncover blind spots
Takes a core belief about your product, market, or strategy and inverts it to surface hidden constraints, unstated tradeoffs, and paths you haven't considered.
·13k↓0
checked 4d ago
Stress-test your plan at extreme scales
Takes your business model or product roadmap and asks what breaks when you run it 1000x bigger, 1000x smaller, or stretched across a year. Exposes hidden assumptions.
·13k↓0
checked 4d ago
Map how an idea evolved across your company
Traces a concept backwards through Slack, docs, and commits to show what changed, why, and when—surfacing forgotten solutions and past reasoning that's now relevant again.
·13k↓0
checked 4d ago
Write failing tests, then code to pass them
Generates a test suite for your feature before any implementation. You write the minimal code to pass each test, catching edge cases early and building confidence in your changes.
·13k↓0
checked 4d ago
Test a skill by running it against real tasks
Documents your current process, runs a skill against it, identifies where it fails, and iterates the skill until it handles edge cases consistently and reliably.
·13k↓0
checked 4d ago
Respond to code review with substance
Takes a code review comment and helps you either push back with a clear technical argument or identify the real issue your reviewer caught — avoiding both ego and blind acceptance.
·13k↓0
checked 4d ago
Catch data errors before they become bugs
Adds validation checkpoints at every layer where data enters, moves, and leaves your system—ensuring malformed inputs, corrupt states, or bad outputs are caught immediately with clear error messages.
·13k↓0
checked 4d ago
Know when a disagreement is worth keeping
Analyzes team friction to spot when opposing views each contain truth—and which tensions to hold rather than resolve fast. Includes a framework for tracking tradeoffs.
·13k↓0
checked 4d ago
Refine a half-baked design idea into a spec
Asks focused questions about your rough sketch or concept, challenges assumptions, and builds a complete design brief with flows, states, and open questions mapped out.
·13k↓0
checked 4d ago
Run a plan step by step with built-in checkpoints
Takes a detailed plan and executes it in phases, pausing for your review after each batch of steps before moving forward. Tracks progress and adjusts based on your feedback.
·13k↓0
checked 4d ago
Close out a dev branch cleanly
Preps a finished feature branch for merge: runs final checks, generates a PR template with context, and handles cleanup so nothing gets left dangling.
·13k↓0
checked 4d ago
Search your past Claude chats for context
Indexes your conversation history and finds past decisions, code snippets, design choices, or discussions by meaning or keyword — without starting from scratch.
·13k↓0
checked 4d ago
Break a feature into bite-sized engineer tasks
Converts a feature spec or RFC into a step-by-step implementation plan with enough context that a new engineer can start coding without asking questions.
·13k↓0
checked 4d ago
Find the root cause of a crash
Takes a stack trace or error log and walks backward through the call chain to isolate the first function that went wrong—with a hypothesis for why.
·13k↓0
checked 4d ago
Debug without guessing at fixes
Walks through isolate → reproduce → inspect → confirm, ensuring you find the actual cause before trying a solution. Prevents wasted fix attempts.
·13k↓0
checked 4d ago
Pull the latest skill updates from the hub
Fetches new and updated skills from the central repository and merges them into your local copy, preserving any customizations you've made.
·13k↓0
checked 4d ago
Test a process before you document it
Runs your process against test scenarios with subagents, finds the ambiguous steps, and rewrites the docs until they're clear enough that someone else can follow them cold.
·13k↓0
checked 4d ago
Spot unexpected solutions by mixing unrelated ideas
Takes your problem and forces it to collide with a random unrelated domain — treating customer churn like a supply-chain problem, or pricing like chess. Reveals hidden patterns and unconventional moves.
·13k↓0
checked 4d ago
Find the universal principle hiding in three domains
Takes examples from separate fields and surfaces the deep pattern that appears in all of them — the kind of insight that makes you say "oh, so it's really about X".
·13k↓0
checked 4d ago
Find the one insight that kills three problems
Analyzes your product roadmap or feature list and identifies high-leverage truths that would collapse multiple components at once — turning a 12-month plan into a 3-month one.
·13k↓0
checked 4d ago
Get unstuck with the right technique
Listens to where you're blocked—stuck on scope, clarity, resources, or execution—and routes you to a specific problem-solving framework that actually fits your bottleneck.
·13k↓0
checked 4d ago
Make flaky async tests reliable
Replaces sleep() calls with smart polling that waits for the actual condition you care about — reducing test timeouts and false failures in async code.
·13k↓0
checked 4d ago
Spot testing mistakes before code review
Reads test code and flags common pitfalls: mocking internals instead of boundaries, test-only production code, untested dependencies. Explains the smell and the fix.
·13k↓0
checked 4d ago
Learn how skills work in 10 minutes
A walkthrough of what a skill is, how to find one, and when to use it. Includes a brainstorm starter for discovering which routines in your day could become one.
·13k↓0
checked 4d ago
Switch branches without losing work in progress
Creates isolated worktrees so you can jump between branches without stashing, losing uncommitted changes, or tangling your workspace. Includes safety checks.
·13k↓0
checked 4d ago
Test code changes before marking them done
Runs your test suite or verification script, parses the output, and only marks a task complete if all assertions pass — catches regressions before they ship.
·13k↓0
checked 4d ago
Break down build plans into parallel workstreams
Takes a spec or feature list and assigns each task to a fresh subagent, then runs code review between tasks to catch regressions before they compound.
·13k↓0