Skip to content

OnoSendae/vibe-devtools-v1

Repository files navigation

Vibe DevTools Kit

Modern CLI toolkit for managing development resources across AI coding environments (Cursor, Gemini, Claude).

Features

  • 📦 Kit Management: Install, create, and manage development kits
  • 🔄 Multi-Source: Support for local, GitHub, and NPM registries
  • 📝 Resource Types: Commands, rules, and scripts
  • 🔀 Versioning: Automatic versioning and sync
  • 🎯 Smart Selection: Intelligent resource selection with conflict resolution
  • 🧪 Quality Validation: Built-in quality checks for kits
  • 🚀 Interactive UI: Hierarchical selection interface

Installation

npm install -g @vibedev/toolkit

Quick Start

# Initialize in your project
vdt init

# Install a kit
vdt install base-kit

# List available kits
vdt list

# Create your own kit
vdt create my-kit

# Validate a kit
vdt validate ./my-kit

Commands

  • vdt init - Initialize Vibe DevTools in project
  • vdt install <kit> - Install kit from registry
  • vdt list - List available kits
  • vdt create <name> - Create new kit
  • vdt validate <path> - Validate kit quality
  • vdt sync - Sync resources with latest versions
  • vdt restore <id> - Restore previous version

Architecture

Built with Clean Architecture principles:

  • Domain Layer: Entities, aggregates, value objects
  • Application Layer: Use cases, DTOs
  • Infrastructure Layer: Repositories, services, adapters

Available Kits

  • base-kit: Essential commands and rules
  • flutter-kit: Flutter development with BLoC and Clean Architecture
  • react-kit: React development with hooks and modern patterns

Development

# Install dependencies
npm install

# Build
npm run build

# Run tests
npm test

# Link locally
npm link

License

MIT

About

VDT - Vibe Devtools é um kit de ferramentas para Vibe-Driven Development.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published