sprngr
- 39 skills
- 0 followers
- 4 hours ago last updated
- ▌ Quack 2 · sprngr bundleExplicit user-invoked routing for Rubber Duck workflows. Use when: "quack", "quack <intent>".
- ▌ Duck Debt 2 · sprngr bundleRead-only deferred-work ledger from TODO/FIXME/HACK/XXX comments. Use when: "duck debt", "what did we defer", "audit deferred work".
- ▌ Duck Risk 2 · sprngr bundleAdversarial risk review: failure modes, rollback safety, compatibility, trust-boundary misuse. Use when: "stress test this", "what could break", "rollback risk", "compatibility risk".
- ▌ Duck Tape 2 · sprngr bundleTwo-tier session memory: CONTEXT.md (persistent) + .duck-tape working state, with merge/dedupe. Subcommands: merge, resume, init, prune, migrate. Use when: "duck-tape", "compact session", "update CONTEXT.md", "resume session".
- ▌ Duck Tidy 2 · sprngrStale/outdated comment and doc cleanup audit. Flags comments contradicting current code, removed behavior, or worktree-only add/remove never merged. Audit-first, patch handoff. Use when: "tidy comments", "clean up stale comments", "outdated docs audit", "duck-tidy".
- ▌ Duck Adapt 2 · sprngr bundleAdapts external skills to rubber-duck philosophy; audits skills for compliance and overlap. Use when: "adapt this skill", "make this duck-compatible", "audit skill", "should we add this skill".
- ▌ Duck Debug 2 · sprngr bundleSocratic debugging: root-cause questioning or read-only evidence tracing. Use when: "debug this", "why is X broken", "trace this failure", "where is this used", "map callers".
- ▌ Duck Grill 2 · sprngr bundleBatched grilling interview to pressure-test plans against repo docs, domain language, and guardrails. Use when: "grill this", "grill this plan", "challenge assumptions".
- ▌ Duck Patch 2 · sprngr bundleSurgical implementation for small, bounded code edits after direction is clear. Use when: "apply this fix", "make a targeted edit", "patch this", "implement the agreed change".
- ▌ Duck Teach 2 · sprngr bundleStructured teaching for code, logs, queries, config with explicit depth modes; searches codebase first. Use when: "explain this", "teach me", "show me", "walk me through".
- ▌ Duck Design 2 · sprngr bundleSocratic design discussion: approaches, tradeoffs, alternatives, assumption challenge. Use when: "choose between approaches", "architecture tradeoffs", "help me choose".
- ▌ Duck Review 2 · sprngr bundleRisk-first code review with terse, actionable findings. Use when: "review this", "code review", "review the diff".
- ▌ Duck Triage 2 · sprngr bundleTest coverage analysis and bug triage. Use when: "test coverage gaps", "what should we test", "triage this bug", "bug severity".
- ▌ Duck Refactor 2 · sprngr bundleMulti-file code restructuring with reference tracking. Use when: "refactor this", "extract this function", "rename this across codebase", "move this to another file", "inline this".
- ▌ Duck Simplify 2 · sprngr bundleComplexity reduction and semantic duplication/divergence review. Use when: "simplify this", "is this overengineered", "DRY this", "divergence review".
- ▌ Skill Eval · sprngr bundleCreate and run skill evaluations aligned with the agentskills.io eval spec. Handles test case authoring, dual-run execution (with/without skill), assertion grading, benchmark aggregation, pattern analysis, and improvement iteration. Use when "eval skill", "run evals", "skill evaluation", "benchmark skill", or "eval iteration".
- ▌ Skill Plan · sprngr bundleUse when creating or refining `.skill-plan.yaml` with skill-wizard, resolving scope/mechanism/tier/target_path choices, or preparing plan input for /skill-forge.
- ▌ Skill Check · sprngr bundleAudit and validate agent skills against the agentskills.io specification, best practices, and skills-ref implementation. Use when "audit skill", "validate skill", "skill quality review", or "skill check".
- ▌ Skill Forge · sprngr bundleUse when a completed `.skill-plan.yaml` (or `.skill-plan.patched.yaml`) is ready to generate or update a spec-compliant skill bundle via /skill-forge.
- ▌ Squash · sprngr bundleCompresses session context into ultra-compact AI handoff text without meaning loss. Use when user asks to squash/compress context for AI handoff or token reduction.
- ▌ Skill Refine · sprngr bundleUse when `.skill-plan.yaml` exists and skill-check/skill-eval feedback should be converted into patch operations before rerunning /skill-forge.
- ▌ Docker Node Init · sprngr bundleGenerates dockerized Node.js boilerplate through guided init inputs, resolves template assets for core boilerplate files, and attaches official documentation links for selected stack packages/tools. Use when user asks to initialize new Node.js service with Docker and optional frontend scaffold.
- ▌ Quack · sprngr bundleExplicit user-invoked routing for Rubber Duck workflows. Use when: "quack", "quack <intent>".
- ▌ Duck Debt · sprngr bundleRead-only deferred-work ledger from TODO/FIXME/HACK/XXX comments. Use when: "duck debt", "what did we defer", "audit deferred work".
- ▌ Duck Risk · sprngr bundleAdversarial risk review: failure modes, rollback safety, compatibility, trust-boundary misuse. Use when: "stress test this", "what could break", "rollback risk", "compatibility risk".
- ▌ Duck Tape · sprngr bundleTwo-tier session memory: CONTEXT.md (persistent) + .duck-tape working state, with merge/dedupe. Subcommands: merge, resume, init, prune, migrate. Use when: "duck-tape", "compact session", "update CONTEXT.md", "resume session".
- ▌ Duck Tidy · sprngr bundleStale/outdated comment and doc cleanup audit. Flags comments contradicting current code, removed behavior, or worktree-only add/remove never merged. Audit-first, patch handoff. Use when: "tidy comments", "clean up stale comments", "outdated docs audit", "duck-tidy".
- ▌ Duck Adapt · sprngr bundleAdapts external skills to rubber-duck philosophy; audits skills for compliance and overlap. Use when: "adapt this skill", "make this duck-compatible", "audit skill", "should we add this skill".
- ▌ Duck Debug · sprngr bundleSocratic debugging: root-cause questioning or read-only evidence tracing. Use when: "debug this", "why is X broken", "trace this failure", "where is this used", "map callers".
- ▌ Duck Grill · sprngr bundleBatched grilling interview to pressure-test plans against repo docs, domain language, and guardrails. Use when: "grill this", "grill this plan", "challenge assumptions".
- ▌ Duck Patch · sprngr bundleSurgical implementation for small, bounded code edits after direction is clear. Use when: "apply this fix", "make a targeted edit", "patch this", "implement the agreed change".
- ▌ Duck Teach · sprngr bundleStructured teaching for code, logs, queries, config with explicit depth modes; searches codebase first. Use when: "explain this", "teach me", "show me", "walk me through".
- ▌ Duck Design · sprngr bundleSocratic design discussion: approaches, tradeoffs, alternatives, assumption challenge. Use when: "choose between approaches", "architecture tradeoffs", "help me choose".
- ▌ Duck Policy · sprngr bundleMeta-skill: apply rubber-duck enforcement to any agent session. Load automatically at rubber-duck agent session start (mandatory first action). Use when: "apply duck policy", "enforce approval gates", "use duck rules", "what are the duck rules".
- ▌ Duck Review · sprngr bundleRisk-first code review with terse, actionable findings. Use when: "review this", "code review", "review the diff".
- ▌ Duck Triage · sprngr bundleTest coverage analysis and bug triage. Use when: "test coverage gaps", "what should we test", "triage this bug", "bug severity".
- ▌ Duck Refactor · sprngr bundleMulti-file code restructuring with reference tracking. Use when: "refactor this", "extract this function", "rename this across codebase", "move this to another file", "inline this".
- ▌ Duck Simplify · sprngr bundleComplexity reduction and semantic duplication/divergence review. Use when: "simplify this", "is this overengineered", "DRY this", "divergence review".
- ▌ Duck Adventure · sprngr bundleStandalone easter-egg rogue game. Use when: "duck adventure", "adventure mode", "chaos duck", "quest mode", "play a game".