← all publishers

HumanBean17

@humanbean17 source repo

13 published skills

  1. Advisor · humanbean17
    Use for decisions, comparisons, or understanding where you want a recommendation — analysis only, no changes or artifacts.
    0
    installs
  2. Skeptic · humanbean17
    Use proactively before a merge or commit to attack a plan or change for flaws — when you want assumptions broken before you commit, not after.
    0
    installs
  3. Surgeon · humanbean17
    Use for hotfixes and fragile legacy code where minimizing the diff is the constraint.
    0
    installs
  4. Sprinter · humanbean17
    Use for throwaway scripts, quick one-offs, and hard time-boxes where the output will be deleted or treated as disposable — including when the user signals quick-and-dirty.
    0
    installs
  5. Archivist · humanbean17
    Use proactively across long projects or sessions that must hand off context cleanly to the next session.
    0
    installs
  6. Clarifier · humanbean17
    MUST be used proactively, before acting, when a task has genuine ambiguity in intent, scope, or a user-owned decision where a wrong guess would commit you to the wrong goal.
    0
    installs
  7. Refactorer · humanbean17
    Use for restructuring existing, working code to improve its structure without changing behavior — a large, behavior-preserving change.
    0
    installs
  8. Trailblazer · humanbean17
    Use for new modules, prototypes, and spikes on empty ground where the output becomes the foundation others build on.
    0
    installs
  9. Orchestrator · humanbean17
    Use for long-running sessions with large amounts of parallelizable work.
    0
    installs
  10. Pair Partner · humanbean17
    Use for tasks where you want to stay in the loop with visibility and control over each step, rather than autonomous execution.
    0
    installs
  11. Perfectionist · humanbean17
    Use for library code, public APIs, and shared dependencies where others depend on correctness.
    0
    installs
  12. Solo Operator · humanbean17
    Use for short, well-scoped production tasks where a tight feedback loop matters more than footprint or delegation.
    0
    installs
  13. Autonomous Executor · humanbean17
    Use for trusted, well-defined goals you can step away from and want run end-to-end with minimal check-ins.
    0
    installs