← all publishers

sprngr

@sprngr source repo

39 published skills

  1. Quack 2 · sprngr bundle
    Explicit user-invoked routing for Rubber Duck workflows. Use when: "quack", "quack <intent>".
    0
    installs
  2. Duck Debt 2 · sprngr bundle
    Read-only deferred-work ledger from TODO/FIXME/HACK/XXX comments. Use when: "duck debt", "what did we defer", "audit deferred work".
    0
    installs
  3. Duck Risk 2 · sprngr bundle
    Adversarial risk review: failure modes, rollback safety, compatibility, trust-boundary misuse. Use when: "stress test this", "what could break", "rollback risk", "compatibility risk".
    0
    installs
  4. Duck Tape 2 · sprngr bundle
    Two-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".
    0
    installs
  5. Duck Tidy 2 · sprngr
    Stale/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".
    0
    installs
  6. Duck Adapt 2 · sprngr bundle
    Adapts 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".
    0
    installs
  7. Duck Debug 2 · sprngr bundle
    Socratic 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".
    0
    installs
  8. Duck Grill 2 · sprngr bundle
    Batched grilling interview to pressure-test plans against repo docs, domain language, and guardrails. Use when: "grill this", "grill this plan", "challenge assumptions".
    0
    installs
  9. Duck Patch 2 · sprngr bundle
    Surgical 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".
    0
    installs
  10. Duck Teach 2 · sprngr bundle
    Structured teaching for code, logs, queries, config with explicit depth modes; searches codebase first. Use when: "explain this", "teach me", "show me", "walk me through".
    0
    installs
  11. Duck Design 2 · sprngr bundle
    Socratic design discussion: approaches, tradeoffs, alternatives, assumption challenge. Use when: "choose between approaches", "architecture tradeoffs", "help me choose".
    0
    installs
  12. Duck Review 2 · sprngr bundle
    Risk-first code review with terse, actionable findings. Use when: "review this", "code review", "review the diff".
    0
    installs
  13. Duck Triage 2 · sprngr bundle
    Test coverage analysis and bug triage. Use when: "test coverage gaps", "what should we test", "triage this bug", "bug severity".
    0
    installs
  14. Duck Refactor 2 · sprngr bundle
    Multi-file code restructuring with reference tracking. Use when: "refactor this", "extract this function", "rename this across codebase", "move this to another file", "inline this".
    0
    installs
  15. Duck Simplify 2 · sprngr bundle
    Complexity reduction and semantic duplication/divergence review. Use when: "simplify this", "is this overengineered", "DRY this", "divergence review".
    0
    installs
  16. Skill Eval · sprngr bundle
    Create 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".
    0
    installs
  17. Skill Plan · sprngr bundle
    Use when creating or refining `.skill-plan.yaml` with skill-wizard, resolving scope/mechanism/tier/target_path choices, or preparing plan input for /skill-forge.
    0
    installs
  18. Skill Check · sprngr bundle
    Audit 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".
    0
    installs
  19. Skill Forge · sprngr bundle
    Use 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.
    0
    installs
  20. Squash · sprngr bundle
    Compresses 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.
    0
    installs
  21. Skill Refine · sprngr bundle
    Use when `.skill-plan.yaml` exists and skill-check/skill-eval feedback should be converted into patch operations before rerunning /skill-forge.
    0
    installs
  22. Docker Node Init · sprngr bundle
    Generates 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.
    0
    installs
  23. Quack · sprngr bundle
    Explicit user-invoked routing for Rubber Duck workflows. Use when: "quack", "quack <intent>".
    0
    installs
  24. Duck Debt · sprngr bundle
    Read-only deferred-work ledger from TODO/FIXME/HACK/XXX comments. Use when: "duck debt", "what did we defer", "audit deferred work".
    0
    installs
  25. Duck Risk · sprngr bundle
    Adversarial risk review: failure modes, rollback safety, compatibility, trust-boundary misuse. Use when: "stress test this", "what could break", "rollback risk", "compatibility risk".
    0
    installs
  26. Duck Tape · sprngr bundle
    Two-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".
    0
    installs
  27. Duck Tidy · sprngr bundle
    Stale/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".
    0
    installs
  28. Duck Adapt · sprngr bundle
    Adapts 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".
    0
    installs
  29. Duck Debug · sprngr bundle
    Socratic 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".
    0
    installs
  30. Duck Grill · sprngr bundle
    Batched grilling interview to pressure-test plans against repo docs, domain language, and guardrails. Use when: "grill this", "grill this plan", "challenge assumptions".
    0
    installs
  31. Duck Patch · sprngr bundle
    Surgical 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".
    0
    installs
  32. Duck Teach · sprngr bundle
    Structured teaching for code, logs, queries, config with explicit depth modes; searches codebase first. Use when: "explain this", "teach me", "show me", "walk me through".
    0
    installs
  33. Duck Design · sprngr bundle
    Socratic design discussion: approaches, tradeoffs, alternatives, assumption challenge. Use when: "choose between approaches", "architecture tradeoffs", "help me choose".
    0
    installs
  34. Duck Policy · sprngr bundle
    Meta-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".
    0
    installs
  35. Duck Review · sprngr bundle
    Risk-first code review with terse, actionable findings. Use when: "review this", "code review", "review the diff".
    0
    installs
  36. Duck Triage · sprngr bundle
    Test coverage analysis and bug triage. Use when: "test coverage gaps", "what should we test", "triage this bug", "bug severity".
    0
    installs
  37. Duck Refactor · sprngr bundle
    Multi-file code restructuring with reference tracking. Use when: "refactor this", "extract this function", "rename this across codebase", "move this to another file", "inline this".
    0
    installs
  38. Duck Simplify · sprngr bundle
    Complexity reduction and semantic duplication/divergence review. Use when: "simplify this", "is this overengineered", "DRY this", "divergence review".
    0
    installs
  39. Duck Adventure · sprngr bundle
    Standalone easter-egg rogue game. Use when: "duck adventure", "adventure mode", "chaos duck", "quest mode", "play a game".
    0
    installs