Jackson Chen
Community@sma1lboy · San jose
I came I saw I made it
Agent Skills by Jackson Chen
Showing 59 vetted skills indexed across 3 GitHub repositories.
rove
Controls Rove tasks, parallel coding agents, and worktree lifecycles through the rove api CLI.
pstack
Applies named engineering principles and leaf skills to rigorous code work.
thermo-nuclear-code-quality-review
Reviews branch changes for structural regressions, file-size growth, and spaghetti-condition complexity.
figure-it-out
Designs an auditable multi-phase playbook for large migrations and ambitious cross-cutting changes.
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 in pure functions.
swarm
Orchestrates parallel cloud workers to cover slices, race briefs, and aggregate one report.
principle-model-the-domain
Guides encoding domain logic into data structures instead of scattered conditionals.
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-level workarounds.
why
Investigate design rationale behind code by searching historical evidence sources in parallel.
principle-encode-lessons-in-structure
Converts recurring corrections into lint rules, metadata flags, runtime checks, or scripts.
how
Explains codebase architecture and subsystem flows using parallel explorer and critic agents.
blast-radius
Analyzes what a code change could break beyond the diff and proves safety facts by running real code.
principle-guard-the-context-window
Routes large outputs to subagents and keeps summaries in the main context window.
principle-subtract-before-you-add
Guides removal of dead code and redundant validators before adding new features.
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 recording choices, evidence, and results for reviewable long-running work.
principle-build-the-lever
Guides building rerunnable codemods, scripts, and generators instead of manual edits.
principle-make-operations-idempotent
Designs commands and processing loops that converge to correct state after crashes and retries.
principle-sequence-verifiable-units
Sequences multi-step code changes into small units verified before advancing.
principle-outcome-oriented-execution
Guides planned rewrites and migrations toward verified end-state architectures over transitional stability.
typescript-best-practices
Applies type-safety rules and patterns when reading or editing TypeScript files.
architect
Designs software architecture through multi-model parallel sketching before implementation begins.
Frequently Asked Questions About Jackson Chen
FAQPage SchemaWhat tasks can I accomplish with Sma1lboy's skills?▼
You can author and render programmatic videos from HTML/CSS with GSAP animation, generate images from text prompts via MiniMax, audit React codebases with React Doctor, file structured GitHub issues, generate changesets and release notes, and apply rigorous engineering principles for debugging, refactoring, and architecture review.
Who are these skills designed for?▼
Front-end and creative engineers building programmatic video content with HyperFrames or Remotion, plus maintainers of the Rove project who need disciplined code review, release management, and technical writing. The pstack-derived skills target engineers handling nontrivial refactors, migrations, and unattended long-running work.
How do the HyperFrames video skills work in practice?▼
Start with the hyperframes router skill, which directs requests to specialized paths: hyperframes-core defines the composition contract, hyperframes-motion supplies GSAP/Lottie/Three.js animation rules, hyperframes-design handles palettes and typography, and hyperframes-cli runs lint, validate, preview, render, and AWS Lambda cloud rendering.
Are these skills open source and what do they cost?▼
The pstack skill family is ported from cursor/plugins pstack by Lauren Tan under the MIT license, documented in ATTRIBUTION.md. The skills themselves are free to use; costs only arise from external services they invoke, such as the MiniMax image generation API or AWS Lambda cloud rendering.
What prerequisites do these skills require?▼
Video skills need the HyperFrames CLI (npx hyperframes) and a composition project; release and issue skills require the gh CLI and git; improve-react requires React Doctor scans of a React codebase; TypeScript skills apply to .ts/.tsx files. Several pstack skills are internal to the Rove repository.