
Forge Cli
- Updated July 8, 2026
- thecrazybob/claude-code-plugins
forge-cli is a Claude Code skill in the Debugging category. Debug and manage Laravel apps in production via Forge CLI and SSH
Key points
- forge-cli
- Debugging
- AI-coding skill
Forge Cli by the numbers
- Data as of Jul 9, 2026 (Skillselion catalog sync)
/plugin marketplace add thecrazybob/claude-code-plugins/plugin install forge-cli@thecrazybob-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 8, 2026 |
|---|---|
| Repository | thecrazybob/claude-code-plugins ↗ |
What it does
Debug and manage Laravel apps in production via Forge CLI and SSH
README.md
Claude Code Plugins
Laravel development plugins for Claude Code.
Available Plugins
forge-cli
Debug and manage Laravel apps in production via Forge CLI and SSH.
Features:
- View production logs (application, deployment, PHP-FPM, Nginx)
- Run safe read-only commands on production
- Check queue and Horizon status
- Debug production issues with Tinker
- Manage environment variables safely
Activates when mentioning:
- "production logs", "debug production", "forge"
- "check production", "run on server", "production database"
- "deploy", "SSH to production", "server logs"
Installation
Add Marketplace
/plugin marketplace add thecrazybob/claude-code-plugins
Install Plugins
# Install forge-cli
/plugin install forge-cli@thecrazybob-plugins
Or Install Locally (Development)
# Clone the repository
git clone git@github.com:thecrazybob/claude-code-plugins.git
# Add local marketplace
/plugin marketplace add ./claude-code-plugins
# Install from local
/plugin install forge-cli@thecrazybob-plugins
Requirements
forge-cli
- Laravel Forge CLI installed (
composer global require laravel/forge-cli) - Forge CLI authenticated (
forge login) - SSH access to your Forge servers
License
MIT License - see LICENSE for details.
Author
Related skills
Debuggingtesting