subinium

20 mods across 4 repositories, 395 stars between them.

Stop

05

subinium/claude-code-achievements

Hook

Runs when the agent finishes a response, executing track-stop.sh. From subinium/claude-code-achievements.

84 7mo ago A tokens not measured

vibesubin

06

subinium/vibesubin

Plugin Claude Code

Plugin marketplace listing 1 plugin: vibesubin.

50 3mo ago A tokens not measured original MIT

vibesubin

07

subinium/vibesubin

Plugin Claude Code

A caring skill pack for vibe coders. Encodes engineering discipline — refactor verification, minimal security audit, repo rot detection, AI-friendly docs, CI/CD basics, secrets lifecycle, project conventions, repo bloat diagnosis, and design-system unification — as a set of portable agent skills, plus two…

50 3mo ago A tokens not measured original MIT

PostToolUse

08

subinium/vibesubin

Hook

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing auto-verify.sh. From subinium/vibesubin.

50 3mo ago A tokens not measured original MIT

audit-security

09

subinium/vibesubin

Skill Claude CodeCodex

Runs a deliberately small, hand-curated security sweep across a repo. Finds secrets committed to git, SQL/shell injection patterns, XSS sinks, path traversal, dangerous deserialization, missing cookie flags, wildcard CORS, and tracked credential files. Triages every finding as real / false-positive / needs-review…

50 3mo ago B 78 tokens original MIT

codex-fix

10

subinium/vibesubin

Skill Claude CodeCodex

Post-edit loop that invokes /codex:rescue for a second-model review of the current branch, collects the findings, and hands them off to refactor-verify's review-driven fix mode for triage, verification, and committed resolution. A thin host-specific wrapper — the portable review-driven engine lives in refactor-verify.…

50 3mo ago A 154 tokens original MIT

fight-repo-rot

11

subinium/vibesubin

Skill Claude CodeCodex

Finds what's rotting in a repo and returns a prioritized diagnosis — dead code first, then god files / hotspots / hardcoded paths / stale TODOs / lopsided import graphs. Dead-code candidates are tagged HIGH / MEDIUM / LOW confidence so the operator can delete with calibrated risk. Pure diagnosis — never edits code…

50 3mo ago A 116 tokens original MIT

manage-assets

12

subinium/vibesubin

Skill Claude CodeCodex

Finds oversized files, binary bloat, and accidental artifact commits in a repo — large files currently tracked, large blobs hiding in git history, LFS migration candidates, asset directories growing without a policy, duplicate binaries. Pure diagnosis — never edits, never deletes, never rewrites history. Hands off to…

50 3mo ago A 102 tokens original MIT

manage-secrets-env

13

subinium/vibesubin

Skill Claude CodeCodex

Opinionated defaults and full lifecycle playbook for secrets and environment variables. Decides where a secret or env-specific value lives (constant, .env, CI secret, env var), scaffolds .env.example and .gitignore, and manages the lifecycle end to end — add, update, rotate, remove, migrate between buckets, audit…

50 3mo ago A 95 tokens original MIT

project-conventions

14

subinium/vibesubin

Skill Claude CodeCodex

Opinionated defaults for the lower-stakes structural conventions every project has to pick — branch strategy, directory layout, dependency pinning, path portability. The companion to manage-secrets-env (which owns the high-stakes secrets/env slice). Picks GitHub Flow, enforces pinned dependencies, nudges toward…

50 3mo ago B 113 tokens original MIT

refactor-verify

15

subinium/vibesubin

Skill Claude CodeCodex

Proves a behavior-preserving code change (refactor, rename, split, merge, extract, inline, or delete of confirmed-dead code) is actually complete. Plans the change as a dependency tree, executes it from the leaves up, and after each step proves 1:1 semantic equivalence through four independent checks — exported…

50 3mo ago A 120 tokens original MIT

setup-ci

16

subinium/vibesubin

Skill Claude CodeCodex

Teaches CI/CD from first principles to a non-developer, then scaffolds a working test + deploy pipeline. Handles the common hosts (GitHub Actions, GitLab CI, CircleCI, Travis, Jenkins) and common deploy targets (SSH to VM, Vercel, Netlify, Fly.io, Cloud Run, Docker registries). Asks what the operator has before…

50 3mo ago B 85 tokens original MIT

ship-cycle

17

subinium/vibesubin

Skill Claude CodeCodex

Issue-driven development orchestrator. Turns improvement intent into a well-specified, bilingual issue set; clusters issues into milestones that map 1:1 to semver versions; enforces branch, commit, and PR conventions (GitHub Flow — / - , Conventional Commits, mandatory PR template, rebase-first merge); generates…

50 3mo ago A 202 tokens original MIT

unify-design

18

subinium/vibesubin

Skill Claude CodeCodex

Establishes a web project's design system as the single source of truth — colors, spacing, typography, radius, shadow, breakpoints — then audits the codebase for drift against it (hardcoded hex values, arbitrary Tailwind values, magic px/rem numbers, duplicate component variants, inconsistent navigation) and fixes the…

50 3mo ago A 120 tokens original MIT

vibesubin

19

subinium/vibesubin

Skill Claude CodeCodex

The vibesubin command and vibe. Runs every code-hygiene specialist in the plugin across a repository in parallel and synthesizes their findings into a single prioritized report. Process skills like /ship-cycle and host-specific wrappers like /codex-fix are direct-call only and not part of the sweep. Invoke by name…

50 3mo ago A 210 tokens original MIT

write-for-ai

20

subinium/vibesubin

Skill Claude CodeCodex

Writes documentation, commit messages, and PR descriptions optimized for the NEXT AI session to understand the project cold. Templates for README, CLAUDE.md / AGENTS.md, conventional commits, and PR bodies. Prioritizes tables and checklists over prose, absolute file paths over vague references, invariants over…

50 3mo ago A 67 tokens original MIT