Skip to main content
Run any Skill in Manus
with one click
GitHub repository

decaf-claude

decaf-claude contains 31 collected skills from alphaleonis, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
31
Stars
3
updated
2026-07-15
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

code-review
software-quality-assurance-analysts-and-testers

Run parallel code review agents and consolidate findings into a unified report

2026-07-15
capture
project-management-specialists

Capture a follow-up idea or task as a work-item draft without interrupting current work. Use to quickly jot down something you think of mid-task so it gets tracked. Works with nibs, GitHub, Azure DevOps, or a Markdown fallback.

2026-07-14
refine
project-management-specialists

Take an under-specified work item and make it actionable — resolve its open questions through a short interview grounded in the code, and give it acceptance criteria. Use on a captured draft, or any item too vague to start on.

2026-07-14
close-out
project-management-specialists

Reconcile what was built against what was planned, record decisions and deviations, close the item (a single phase or a whole plan), and file follow-ups for deferred work. Use after finishing a phase or plan to keep planned and actual from drifting apart.

2026-07-14
batch-dev
software-developers

Orchestrate execution of MULTIPLE nibs in one run. Selects a queue, understands the nibs collectively (including how they fit together), then chooses the best execution mechanism per cluster — single series agent, parallel fan-out, scripted workflow, or agent team — and dispatches with ONE approval gate. Use when the user wants to work several nibs together (in parallel or series) rather than one at a time. Complements /decaf-build:auto-dev and /decaf-build:auto-tdd (which handle a single nib).

2026-07-14
auto-dev
software-developers

Direct development with automated review. Plans implementation, executes via subagent, then auto-reviews. Use for work that isn't test-driven (UI, config, styling, infrastructure, scaffolding).

2026-07-10
auto-tdd
software-developers

TDD-first development with automated review. Runs a TDD session (plan → red-green-refactor) then auto-review on the result. Use when building features test-first with quality gates.

2026-07-10
auto-code-review
software-quality-assurance-analysts-and-testers

Automated review-fix-recheck loop. Runs code review, triages findings, fixes autonomously via subagent, and re-reviews if substantial changes were made. Iterates until code stabilizes.

2026-07-10
auto-deliver
software-developers

Autonomously drive a whole plan to completion — loop SELECT → BREAKDOWN → EXECUTE → VERIFY → RECONCILE → LEARN → REPLAN → MERGE, one phase at a time, WITHOUT stopping at phase boundaries. Use when you have a phased plan (work items in a tracker) and want it built end-to-end unattended. Stops only when the plan is complete (or it genuinely cannot proceed).

2026-07-04
challenge-decision
software-developers

Stress-test a decision you're about to make by arguing against it — decompose it into claims/assumptions/constraints, verify each, steel-man the strongest case for the opposite, and return a STAND/REVISE/ESCALATE verdict. Use before committing to architectural choices, technology selection, or tradeoffs.

2026-06-21
coherence-audit
software-developers

Audit a codebase for places where documentation, specs, comments, config, names, or versions disagree with the actual code, then resolve each (update docs, flag code, or accept). Use for documentation/spec audits, after major changes, or before a release.

2026-06-21
diagnose
software-developers

Investigate why something is broken and identify the root cause through competing hypotheses and evidence — diagnoses only, never proposes fixes. Use before attempting a fix, when the cause isn't obvious.

2026-06-21
architecture-review
software-developers

Explore a codebase for structural and testability improvements — deepening shallow modules, untangling tight coupling — and write up recommendations (RFCs), not code changes. Use when you want to find architecture-level improvements rather than fix specific lines of code.

2026-06-20
grill-me
project-management-specialists

Interview the user one decision at a time to stress-test a plan or design until it holds up. Use when you want to pressure-test an idea, find the weak points in a plan, or be grilled on a design before committing to it.

2026-06-20
resolve-architecture-review
software-developers

Walk through architecture-review proposals one at a time, designing the interface and writing an RFC for each. Use after architecture-review to turn its candidates into concrete RFCs.

2026-06-20
coverage-review
software-quality-assurance-analysts-and-testers

Run code coverage analysis and review gaps for severity and test suggestions

2026-06-20
refactor
software-developers

Analyze code for structural improvement opportunities and produce a prioritized refactoring plan

2026-06-20
resolve-code-review
software-quality-assurance-analysts-and-testers

Walk through code review findings one at a time and decide a resolution for each — fix, skip, dismiss, or defer. Use "auto" for autonomous resolution with TDD.

2026-06-20
resolve-coverage-review
software-quality-assurance-analysts-and-testers

Walk through coverage review gaps one at a time and decide a resolution for each — write tests, skip, dismiss, or defer. Use "auto" for autonomous test-writing.

2026-06-20
resolve-refactor
software-developers

Walk through refactoring plan opportunities one at a time and decide a resolution for each — apply, apply incrementally, skip, dismiss, or defer. Use "auto" for autonomous application.

2026-06-20
breakdown-phase
software-developers

Break one phase of a plan into concrete, buildable features, each with a done-checklist. Use when you're about to start a phase and need it decomposed into work items with acceptance criteria.

2026-06-20
draft-plan
software-developers

Turn a spec into an ordered, phased build plan and create the work-item nibs for it. Use when you have a spec (PRD) and need to break it into vertical-slice phases (tracer bullets) ready to implement.

2026-06-20
draft-spec
software-developers

Interview the user and explore the code to write a spec (PRD) — what to build and why. Use when starting a new feature and you need to capture the problem, solution, and requirements before planning how to build it.

2026-06-20
explore-designs
software-developers

Generate several radically different designs for a decision — from a single method up to a whole architecture — then compare them and write up the one you choose (the "design it twice" habit). Use when a design choice is open and you want real alternatives before committing.

2026-06-20
research
software-developers

Dig into an unfamiliar problem or technology from several angles and write up what you find. Use before drafting a spec, when the domain, tools, or trade-offs aren't well understood yet.

2026-06-20
tdd
software-quality-assurance-analysts-and-testers

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-06-20
resolve-pr-feedback
software-developers

Walk through unresolved PR review feedback and decide a resolution for each thread — fix, reply, decline with evidence, or escalate. Works with Azure DevOps and GitHub. Use "auto" for autonomous resolution; replies are drafted and approved before posting.

2026-06-20
memory-dashboard
computer-occupations-all-other

Open the erinra memory dashboard in the browser

2026-04-05
recall
software-developers

Search erinra for stored memories

2026-04-05
init-memory
software-developers

Manually load erinra session context — use when the automatic startup hook didn't trigger the call

2026-04-05
remember
software-developers

Store a memory in erinra for future reference

2026-04-05