oscaner
01Plugin Claude Code
Plugin marketplace listing 5 plugins: mattpocock-skills, impeccable, superpowers, osuperpowers, osuperpowers-router.
Plugin Claude Code
Plugin marketplace listing 5 plugins: mattpocock-skills, impeccable, superpowers, osuperpowers, osuperpowers-router.
Instructions file
Instructions for Oscaner/skills, covering claude.md, repository purpose, package-as-source architecture, key commands and architecture details.
Plugin Claude Code
Trigger router for osuperpowers: intercepts upstream superpowers triggers and routes to osuperpowers / mattpocock targets.
Hook
Runs to expand your prompt before the agent sees it for ^superpowers:, ((?i)(^, \s)/brainstorming(\s, $)), ((?i)(^, \s)/writing\-plans(\s, $)), ((?i)(^, \s)/subagent\-driven\-development(\s, $)), ((?i)(^, \s)/executing\-plans(\s, $)), ((?i)(^, \s)/finishing\-a\-development\-branch(\s, $)), ((?i)(^…
Skill Claude CodeCodex
Independent brainstorm orchestrator -- Reads upstream superpowers:brainstorming as baseline, layers personal rules (grilling clarification / overall+phase / cli review passes). Callable standalone; triggered by /brainstorming via overrides router.
Skill Claude CodeCodex
Reviews an arbitrary diff (base..head or current branch vs origin/main) using the selected harness CLI, returning a findings report. Independent of the per-task review mode inside the cdd chain.
Skill Claude CodeCodex
Execute planned tasks with the selected harness CLI via a three-mode chain. This is the engine: it executes, it does not make orchestrator decisions.
Skill Claude CodeCodex
Lists the harness CLIs installed on the system and asks which one to use for task execution. Recommended priority: droid > pi > current harness. Referenced by cli-driven-development / cli-task / cli-code-review / executing-plans.
Skill Claude CodeCodex
Dispatches a task to the selected harness CLI for execution. Three paths: one-shot free-form, --loop iteration (sentinel stops), brief path (handoff contract). Reuses the cdd engine (registry + cdd-exec.mjs / cdd-run.mjs), no ledger/plan orchestrator responsibilities.
Skill Claude CodeCodex
Independent review feedback orchestrator -- Reads upstream superpowers:receiving-code-review as baseline, layers personal rules (grilling clarification / tdd delegation). Optionally invokes cli-code-review to dispatch reviews.
Skill Claude CodeCodex
Independent systematic debugging orchestrator -- Reads upstream superpowers:systematic-debugging as baseline, layers personal rules (no fix without diagnostic evidence / delegate diagnosing-bugs).
Skill Claude CodeCodex
Independent plan execution orchestrator -- User selects execution mode (in-session / subagent / cli), orchestrator controller rule set (11 semantic rules, shared across three modes). cli mode delegates to cli-driven-development; in-session/subagent mode Reads the corresponding upstream skill.
Skill Claude CodeCodex
Independent finishing orchestrator -- Reads upstream superpowers:finishing-a-development-branch as baseline, layers personal rules (no worktree / conventional commits / no attribution / Option4 typed discard).
Skill Claude CodeCodex
Parameterized initialization tool. init router initializes the superpowers self-check table; init harness installs per-harness configuration.
Skill Claude CodeCodex
Analyzes the current SDD/CDD session for bugs and enhancement opportunities, files GitHub issues against Oscaner/skills via gh CLI (rules migrated from legacy report-issue). Repo development tool, not a regular workflow skill. Manual trigger only, never automatic.
Skill Claude CodeCodex
Independent pre-completion verification orchestrator -- Reads upstream superpowers:verification-before-completion as baseline, layers personal rules (pre-claim gate / softening-language self-check).
Skill Claude CodeCodex
Independent plan-writing orchestrator -- Reads upstream superpowers:writing-plans as baseline, layers personal rules (section-by-section writing / cli review passes / to-tickets publish redirect).
Plugin Claude Code
Standalone osuperpowers skills: orchestration + cli- family, CDD engine, cross-harness gate.