Vibery Kits

Command Templates

Automate development workflows with powerful commands

npx vibery install <template>

What are you building?

Pick your goal and we'll suggest the perfect stack

command

add-authentication-system

Add auth with JWT, OAuth, or Supabase

npx vibery install add-authentication-system
command

add-changelog

Generate or update CHANGELOG.md based on git commits using conventional commits format.

npx vibery install add-changelog
command

ci-setup

Initialize CI configuration for your project

npx vibery install ci-setup
command

create-architecture-documentation

Create system architecture docs

npx vibery install create-architecture-documentation
command

create-onboarding-guide

Generate developer onboarding documentation

npx vibery install create-onboarding-guide
command

create-pr

Create a GitHub pull request with auto-generated description from commits and changes.

npx vibery install create-pr
command

dependency-audit

Audit dependencies for vulnerabilities

npx vibery install dependency-audit
command

deployment-monitoring

Set up deployment monitoring and alerts

npx vibery install deployment-monitoring
command

doc-api

Generate API documentation from code annotations

npx vibery install doc-api
command

docker-setup

Create Docker configuration for containerizing your application.

npx vibery install docker-setup
command

fix-github-issue

Analyze a GitHub issue and implement the fix with proper branching and PR creation.

npx vibery install fix-github-issue
command

generate-api-documentation

Generate OpenAPI/Swagger documentation

npx vibery install generate-api-documentation
command

generate-tests

Generate comprehensive unit, integration, and E2E tests

npx vibery install generate-tests
command

git-setup

Initialize and configure Git for a new project with best practices.

npx vibery install git-setup
command

implement-caching-strategy

Add intelligent caching layer

npx vibery install implement-caching-strategy
command

migrate-to-typescript

Convert JavaScript to TypeScript

npx vibery install migrate-to-typescript
command

nextjs-performance-audit

Next.js specific performance analysis for SSR, SSG, and bundle optimization

npx vibery install nextjs-performance-audit
command

optimize-api-performance

API latency analysis and optimization recommendations

npx vibery install optimize-api-performance
command

optimize-build

Optimize build process with caching and parallel execution

npx vibery install optimize-build
command

optimize-bundle-size

Analyze and reduce JavaScript bundle size

npx vibery install optimize-bundle-size
command

optimize-database-performance

Optimize slow queries and indexes

npx vibery install optimize-database-performance
command

optimize-memory-usage

Detect and fix memory leaks

npx vibery install optimize-memory-usage
command

penetration-test

Run penetration testing simulation on application

npx vibery install penetration-test
command

performance-audit

Analyze performance and Core Web Vitals

npx vibery install performance-audit
command

pr-review

Perform comprehensive code review on a pull request with security, performance, and best practices checks.

npx vibery install pr-review
command

prepare-release

Prepare release with changelog and version bump

npx vibery install prepare-release
command

refactor-code

Intelligently refactor code for maintainability

npx vibery install refactor-code
command

secrets-scanner

Scan codebase for exposed secrets and credentials

npx vibery install secrets-scanner
command

security-audit

Run OWASP Top 10 security audit on codebase

npx vibery install security-audit
command

setup-ci-cd-pipeline

Create CI/CD pipeline configuration

npx vibery install setup-ci-cd-pipeline
command

setup-comprehensive-testing

Set up full testing infrastructure

npx vibery install setup-comprehensive-testing
command

test-automation-orchestrator

Orchestrate comprehensive test suites across unit, integration, and E2E

npx vibery install test-automation-orchestrator
command

test-coverage

Analyze and improve test coverage across the codebase with detailed reporting.

npx vibery install test-coverage
command

test-setup

Set up a testing framework for your project.

npx vibery install test-setup
command

update-docs

Automatically update documentation based on code changes, including README, API docs, and inline comments.

npx vibery install update-docs