subinium/claude-code-achievements
Plugin Claude Code
Steam-style achievement system for Claude Code.
subinium/claude-code-achievements
Plugin Claude Code
Steam-style achievement system for Claude Code.
subinium/claude-code-achievements
Command
Configure your achievements settings.
subinium/claude-code-achievements
Command
Display your Claude Code achievements progress.
subinium/claude-code-achievements
Hook
Runs after a tool call finishes, executing track-achievement.sh. From subinium/claude-code-achievements.
subinium/claude-code-achievements
Hook
Runs when the agent finishes a response, executing track-stop.sh. From subinium/claude-code-achievements.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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…
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing auto-verify.sh. From 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…
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.…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…