Getting Started¶
Welcome to the VisiTrans Claude Toolkit. This section covers everything you need to go from zero to a fully working setup.
Quick Start¶
# Clone the toolkit
git clone https://github.com/Visitrans/V025-claude-toolkit.git
# Run the setup manager
cd V025-claude-toolkit
scripts/setup.sh --full
That's it for macOS and Linux. For Windows, see the Installation guide.
What Gets Installed¶
The setup manager deploys the following into ~/.claude/:
| Component | Location | Method |
|---|---|---|
| Skills | ~/.claude/skills/ |
Symlinks to plugin directories |
| Agents | ~/.claude/agents/ |
Copied from golden copies |
| Commands | ~/.claude/commands/ |
Symlinks to plugin directories |
| Hooks | ~/.claude/hooks/ |
Symlinks to plugin scripts |
| CLAUDE.md | ~/.claude/CLAUDE.md |
Copied from golden copy |
| Settings | ~/.claude/settings.json |
Copied from golden copy |
Next Steps¶
-
:material-download: Installation
Platform-specific setup for macOS, Windows, and Linux
-
:material-rocket-launch: Your First Project
Walk through the development workflow end to end
-
:material-account-group: Team Onboarding
Get your team up and running with shared standards
-
:material-check-circle: Verify Setup
Confirm everything is installed correctly