Plugin Catalog¶
The VisiTrans Claude Toolkit is organized into independent plugins that can be selectively installed per team or department.
Available Plugins¶
| Plugin | Version | Required | Description |
|---|---|---|---|
| vt-base | 5.0.0 | Yes | Required base plugin for the VisiTrans toolkit. Carries the shared foundation... |
| finance | 0.2.0 | No | Finance department tools for financial reporting, invoice processing, and bud... |
| vms | 2.2.0 | No | VMS content development workflow (ISO 27001, GDPR, ISO 9001) |
| vt-brand | 1.0.0 | No | VisiTrans brand and design system. Corporate design compliance, logo lockups,... |
| vt-office | 1.0.0 | No | Knowledge-worker toolkit. Document conversion, branded output, diagrams, meet... |
| vt-pm-intake | 1.0.0 | No | Product-management and intake pipeline. Proposal qualification, bug triage, c... |
| vt-product-dev | 1.0.0 | No | End-to-end product development. The full PRD to prototype to spec to plan to ... |
| vt-toolkit | 1.0.0 | No | Toolkit maintainer tools. Skill authoring, auditing, promotion/demotion, stru... |
Installing Plugins¶
Use the setup script to install specific plugins:
# Install all plugins
./scripts/setup.sh --full
# Install only specific plugins
./scripts/setup.sh --full --plugins vt-base,finance
See Creating Plugins for how to build your own.