Jason Hall
Community@imjasonh · Brooklyn, NY
Doin stuff
Agent Skills by Jason Hall
Showing 38 vetted skills indexed across 1 GitHub repositories.
figure-it-out
Designs an auditable phased playbook for large migrations and ambiguous multi-part changes.
bro
Restates the previous AI message in plain language without jargon.
interrogate
Spawns multiple LLM reviewers to adversarially review code changes and synthesizes a verdict.
principle-boundary-discipline
Concentrate validation and error handling at system boundaries while keeping business logic pure.
apple-hig
Applies Apple Human Interface Guidelines when designing and reviewing SwiftUI and UIKit interfaces.
technical-writing
Applies Diátaxis, Google style, STE, and Global English rules to technical documentation.
principle-fix-root-causes
Guides debugging by tracing symptoms to root causes instead of applying symptom fixes.
principle-encode-lessons-in-structure
Convert recurring corrections into lint rules, metadata flags, runtime checks, or scripts.
how
Generates architectural explanations of codebases by orchestrating parallel read-only explorer and explainer subagents.
blast-radius
Analyze what a code change could break beyond the diff and prove safety by running real code.
principle-subtract-before-you-add
Guides removal of dead code and redundant logic before building additions or refactors.
reflect
Spawns three parallel review subagents over a session transcript to route learnings into skill edits.
principle-foundational-thinking
Guides structural decisions on data structures, scaffolding order, and concurrency before writing logic.
show-me-your-work
Maintains an append-only TSV decision log with evidence pointers for long-running or unattended work.
principle-build-the-lever
Builds rerunnable codemods, scripts, and generators instead of performing edits by hand.
Poteto Mode
Orchestrates disciplined agent workflows with playbooks, subagents, and verified engineering principles.
principle-make-operations-idempotent
Designs state-mutating operations to converge to the same end state across crashes, restarts, and retries.
principle-test-behavior-not-implementation
Rewrites or deletes tests that assert implementation details instead of observable behavior.
google-developer-style
Applies Google developer documentation style rules to comments, docs, and user-facing prose.
Make Bot UI
Builds a local web UI that wakes a Grok Bot through a webhook routine over Tailscale.
principle-outcome-oriented-execution
Guides planned rewrites and migrations toward target architecture with explicit verification boundaries.
architect
Designs software architecture through parallel multi-model sketching before implementation begins.
principle-never-block-on-the-human
Guides agents to proceed on reversible work instead of pausing for human confirmation.
principle-redesign-from-first-principles
Redesigns existing code as if new requirements were foundational assumptions from the start.