← all publishers

jhhuh

@jhhuh source repo

6 published skills

  1. Experiment Set Design · jhhuh
    Use when designing experiments to test whether a Claude Code skill is effective, or when planning how to validate a new or improved skill
    0
    installs
  2. Blind Skill Assessment · jhhuh
    Use when comparing two versions of agent output to determine which is better, or when evaluating whether a skill produces higher quality results than baseline
    0
    installs
  3. Iterative Skill Refinement · jhhuh
    Use when a skill exists but blind assessment shows it underperforms, or when iteratively improving a skill through experiment cycles while avoiding overfitting to fixed benchmarks
    0
    installs
  4. Hole Driven Development · jhhuh
    Use when implementing in a language with typed holes (Haskell, Lean 4, Rust) where a compiler provides hole diagnostics — runs the compiler loop autonomously
    0
    installs
  5. Hole Driven Development Core · jhhuh
    Use when implementing functions or modules top-down by decomposing into typed holes, filling iteratively from most constrained to least
    0
    installs
  6. Hole Driven Development Iterative Reasoning · jhhuh
    Use when implementing in any language using top-down decomposition with visible hole markers, where Claude reasons about each hole's contract and fills iteratively
    0
    installs