Sma1lboy

73 mods across 2 repositories, 119 stars between them.

Sma1lboy/rove

Skill Claude CodeCodex

Apply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the actual value, inspect the diff), not a proxy, self-report, or 'it compiles.'.

114 2d ago A 50 tokens copy · 95% MIT

Sma1lboy/rove

Skill Claude CodeCodex

Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on.

114 2d ago A 43 tokens copy · 86% MIT

Sma1lboy/rove

Skill Claude CodeCodex

Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.

114 2d ago A 50 tokens copy · 89% MIT

Sma1lboy/rove

Skill Claude CodeCodex

Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work into small units that each end in a verifiable state, check each before the next, and order delivery so the sequence proves itself to a reviewer.

114 2d ago A 68 tokens copy · 95% MIT

Sma1lboy/rove

Skill Claude CodeCodex

Apply when sequencing an addition, refactor, or rewrite. Remove dead weight, redundant validators, and stub references first, then build on the simpler base.

114 2d ago A 39 tokens copy · 97% MIT

Sma1lboy/rove

Skill Claude CodeCodex

Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants, derive from authoritative schemas.

114 2d ago A 60 tokens copy · 94% MIT

show-me-your-work

31

Sma1lboy/rove

Skill Claude CodeCodex

Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why, evidence, result). Local by default; commit it when a reviewer needs the trail to trust the result. Use for /show-me-your-work, autonomous or multi-phase runs, or work a human reviews after stepping…

114 2d ago A 75 tokens copy · 91% MIT

swarm

32

Sma1lboy/rove

Skill Claude CodeCodex

Fan out N parallel workers, drain them, and return one report. Use for /swarm, 'swarm this', or parallel coverage, races, gauntlets, and exploration.

114 2d ago A 41 tokens copy · 86% MIT

tdd

33

Sma1lboy/rove

Skill Claude CodeCodex

Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested.

114 2d ago A 52 tokens copy · 100% MIT

teach

34

Sma1lboy/rove

Skill Claude CodeCodex

Explain a body of work plainly so a person actually understands it. Runs the how and why skills and weaves what they find into one clear explanation. Use for 'teach me this', 'help me really understand X', 'explain this change or subsystem to me'.

114 2d ago A 60 tokens copy · 97% MIT

technical-writing

35

Sma1lboy/rove

Skill Claude CodeCodex

Layered technical-writing standard: Diátaxis structure, Google developer style sentences, STE instruction rules, Global English syntax. Use for /technical-writing or when writing or reviewing docs, RFCs, readmes, PR descriptions, or commit messages.

114 2d ago A 52 tokens copy · 100% MIT

Sma1lboy/rove

Skill Claude CodeCodex

TypeScript best practices. Use when reading or editing any .ts or .tsx file.

114 2d ago A 24 tokens copy · 92% MIT

unslop

37

Sma1lboy/rove

Skill Claude CodeCodex

Cut AI tells from any writing. Must always apply.

114 2d ago A 14 tokens copy · 100% MIT

why

38

Sma1lboy/rove

Skill Claude CodeCodex

Use for 'why does X work this way', 'why we picked Y', '为什么这么设计', design rationale, regressions, or where a magic number came from. Fans out one investigator per evidence category — in this repo that starts with the local decision record (ADRs, docs/design, the daemon issue store, the changelog, wisp) plus git…

114 2d ago A 111 tokens copy · 84% MIT

Sma1lboy/rove

Skill Claude CodeCodex

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

114 2d ago A 54 tokens copy · 100% MIT

rove

40

Sma1lboy/rove

Plugin Claude Code

Rove — terminal-native multiplexer for AI coding sessions. This marketplace ships the Claude Code integration plugin.

114 2d ago A tokens not measured original MIT

auto-motion

41

Sma1lboy/rove

Skill Claude CodeCodex

A workflow for turning an SRT subtitle file—a timed text transcript—into a vertical motion-graphics video. It creates a storyboard, defines the overall theme, renders individual shots, and joins them into one video.

114 2d ago A 140 tokens original MIT

changelog-generator

42

Sma1lboy/rove

Skill Claude CodeCodex

Draft Rove release notes as Changesets. Writes user-facing entries as .changeset/.md files for @sma1lboy/rove (consumed into packages/kobe/CHANGELOG.md at release time). Use when the user asks for "changelog", "release notes", "what changed", "add a changeset", or before cutting a version. Enforces Rove's no-soft-wrap…

114 2d ago A 101 tokens original MIT

file-issue

43

Sma1lboy/rove

Skill Claude CodeCodex

Turn a rough idea, a bug, or a batch of unsolved problems into well-structured GitHub issue(s) and file them with gh, auto-classifying type + labels from the content (recommend, then confirm) and following Rove's conventions (beginner-friendly framing, concrete file pointers, an acceptance checklist, zero AI/Anthropic…

114 2d ago A 184 tokens original MIT

general-video

44

Sma1lboy/rove

Skill Claude CodeCodex

The fallback workflow for authoring custom HyperFrames video compositions at any length or format — longer or multi-scene pieces, brand / sizzle reels, montages, title cards, static loops, and freeform compositions. Input- and length-agnostic. If a specialized workflow clearly fits the input — a marketed product, a…

114 2d ago A 114 tokens original MIT

hyperframes-design

45

Sma1lboy/rove

Skill Claude CodeCodex

Non-animation creative direction for HyperFrames videos. Use for design spec (frame.md / design.md) handling, palettes, typography, beat planning, composition patterns, and brand / style decisions. For atomic motion patterns and scene blueprints, use hyperframes-motion.

114 2d ago A 57 tokens copy · 80% MIT

hyperframes-motion

46

Sma1lboy/rove

Skill Claude CodeCodex

All animation knowledge for HyperFrames — atomic motion rules, multi-phase scene blueprints, scene transitions, broader motion-design techniques, AND the seven runtime adapters (GSAP default, plus Lottie, Three.js, Anime.js, CSS keyframes, Web Animations API, TypeGPU). Use for any motion or animation task: pick 2-4…

114 2d ago A 119 tokens copy · 86% MIT

hyperframes

47

Sma1lboy/rove

Skill Claude CodeCodex

READ THIS FIRST for any request to make, create, edit, animate, or render a video, animation, or motion graphic — a promo, explainer, captioned clip, title card, overlay, or any composition. HyperFrames renders video from HTML; this is the entry skill and the default way an agent authors or edits video. It routes the…

114 2d ago A 167 tokens original MIT

hyperframes-cli

48

Sma1lboy/rove

Skill Claude CodeCodex

HyperFrames CLI dev loop. Use when running npx hyperframes init, add, catalog, capture, lint, validate, inspect, layout, snapshot, preview, play, render, publish, lambda, doctor, browser, info, upgrade, skills, compositions, docs, benchmark, telemetry, transcribe, or remove-background, or when troubleshooting the…

114 2d ago A 101 tokens original MIT