https://github.com/bullet-train-co/bullet_train-claude_code
Claude Code Plugin for Bullet Train
https://github.com/bullet-train-co/bullet_train-claude_code
claude claude-code claude-code-plugin
Last synced: 1 day ago
JSON representation
Claude Code Plugin for Bullet Train
- Host: GitHub
- URL: https://github.com/bullet-train-co/bullet_train-claude_code
- Owner: bullet-train-co
- Created: 2026-02-03T18:56:11.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2026-02-03T20:39:55.000Z (17 days ago)
- Last Synced: 2026-02-04T09:34:45.435Z (17 days ago)
- Topics: claude, claude-code, claude-code-plugin
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bullet Train Claude Code Plugin
Claude Code plugin with development tools for [Bullet Train](https://bullettrain.co) applications.
## Installation
```bash
# Add the marketplace
/plugin marketplace add bullet-train-co/bullet_train-claude_code
# Install the plugin
/plugin install bullet-train@bullet-train
```
## Available Skills
### `/bullet-train:link-core`
Clone `bullet_train-core` and link all gems for local development.
This skill:
1. Clones the `bullet_train-core` repository to `./local/bullet_train-core`
2. Discovers all gems in the cloned repo
3. Updates your `Gemfile` to use local paths for Bullet Train gems
4. Runs `bundle install` to link everything
Useful when you need to debug or contribute to Bullet Train core gems.
## License
MIT