floor

16 mods across 1 repository, 16 stars between them.

code-review

01

floor/vlist

Agent Claude Code

Review code against vlist project rules and conventions. Use proactively after writing or editing code to catch violations before committing.

16 1mo ago A 26 tokens MIT

dev

02

floor/vlist

Agent Claude Code

Implement features, fix bugs, and iterate until all quality checks pass. Use for autonomous development tasks that benefit from worktree isolation and self-correction.

16 1mo ago A 32 tokens MIT

perf-audit

03

floor/vlist

Agent Claude Code

Audit vlist source code for hot-path performance violations. Use when changes touch scroll handling, rendering, range calculations, or any code that runs per-frame.

16 1mo ago A 35 tokens MIT

feature-scaffold

04

floor/vlist

Agent Claude Code

Scaffold a new vlist feature with all required files following project conventions. Use when creating a new feature plugin.

16 1mo ago A 27 tokens MIT

pre-commit

05

floor/vlist

Agent Claude Code

Run the full quality pipeline before committing — typecheck, tests, build, and size measurement. Use before any commit to validate all changes.

16 1mo ago A 32 tokens MIT

size-check

06

floor/vlist

Agent Claude Code

Build the vlist library and measure gzipped bundle sizes per feature. Use after code changes to detect size regressions.

16 1mo ago A 27 tokens MIT

test-runner

07

floor/vlist

Agent Claude Code

Run tests for the vlist project. Use proactively after code changes to validate correctness. Handles scoped tests, full suite, coverage analysis, and failure diagnosis.

16 1mo ago A 35 tokens MIT

typecheck

08

floor/vlist

Agent Claude Code

Run TypeScript strict-mode type checking for vlist and diagnose any errors. Use proactively after code changes.

16 1mo ago A 24 tokens MIT

PostToolUse

09

floor/vlist

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check (2 commands). From floor/vlist.

16 1mo ago A tokens not measured MIT

PreToolUse

10

floor/vlist

Hook Claude Code

Runs before the agent uses a tool for Bash(git commit*) and Bash(git push*) tool calls, running an inline shell check (2 commands). From floor/vlist.

16 1mo ago A tokens not measured MIT

vlist

11

floor/vlist

Settings file Claude Code

Agent settings declaring 2 hook events (PostToolUse, PreToolUse).

16 1mo ago A tokens not measured MIT

api-surface

12

floor/vlist

Skill Claude CodeCodex

Show all public exports from the vlist package to catch accidental API changes.

16 1mo ago A 18 tokens MIT

changelog

13

floor/vlist

Skill Claude CodeCodex

Generate a changelog entry from recent commits since a given ref or tag.

16 1mo ago A 17 tokens MIT

coverage-gaps

14

floor/vlist

Skill Claude CodeCodex

Find untested code paths and report coverage gaps in the vlist project.

16 1mo ago A 18 tokens MIT

diagnose-test

15

floor/vlist

Skill Claude CodeCodex

Debug a failing test by loading full context — test file, source file, error output.

16 1mo ago A 21 tokens MIT

release-check

16

floor/vlist

Skill Claude CodeCodex

Run the full pre-release checklist — version, changelog, tests, types, build, size.

16 1mo ago A 22 tokens MIT