vibesubin
Verified refactoring, security audits, and release automation
All Skills in This Repository (12)
Pure Emerald Level Indicatorsmanage-secrets-env
...
audit-security
Detect and triage repository vulnerabilities into a structured report.
project-conventions
Standardize repository conventions for apps, libraries, and monorepos.
setup-ci
Generate GitHub Actions test and deploy workflows tailored to a repository's detected stack.
unify-design
Audit design token drift and scaffold token files across codebases.
vibesubin
Coordinate nine code-hygiene specialists to produce a prioritized repo report.
manage-assets
Diagnose repository bloat by listing oversized tracked files and historical blobs.
ship-cycle
Orchestrate GitHub release workflows into issues, milestones, and semver artifacts.
refactor-verify
Verify refactors preserve behavior via symbol, AST, test, and call-site checks.
write-for-ai
Generate template-driven README, CLAUDE.md, AGENTS.md, commit messages, and PR bodies.
codex-fix
Automate Codex-assisted post-edit review and hand findings to refactor-verify.
fight-repo-rot
Diagnose and prioritize codebase rot with confidence-tagged findings.
Frequently Asked Questions
FAQPage SchemaHow to install vibesubin?โผ
Run `npx skills add subinium/vibesubin --all -g -y` in your terminal to install all skills globally.
What does the /vibesubin command do?โผ
It runs every code-hygiene skill in parallel against your repo in read-only mode and returns one prioritized report. Nothing is edited until you approve specific items.
How does vibesubin make refactoring safe?โผ
The refactor-verify skill proves every change with four checks: symbol-set diff, AST body comparison, full test runs, and call-site closure. It never reports done until all four pass.
Can vibesubin find leaked secrets in my repo?โผ
Yes. The audit-security skill scans for committed secrets, injection patterns, and unsafe configurations, and includes an incident runbook for rotating and removing leaked credentials.
Does vibesubin work for non-developers?โผ
Yes. An optional plain-language mode translates every finding into simple explanations, and skills like setup-ci explain concepts step by step before generating anything.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core