Claude Code plugin with development tools for Bullet Train applications.
# Add the marketplace
/plugin marketplace add bullet-train-co/bullet_train-claude_code
# Install the plugin
/plugin install bullet-train@bullet-trainClone bullet_train-core and link all gems for local development.
This skill:
- Clones the
bullet_train-corerepository to./local/bullet_train-core - Discovers all gems in the cloned repo
- Updates your
Gemfileto use local paths for Bullet Train gems - Runs
bundle installto link everything
Useful when you need to debug or contribute to Bullet Train core gems.
MIT