Agent Plugins Marketplace
All plugins

laravel-forge-hermit

v0.0.11

Laravel Forge layer for claude-code-hermit — deploy, logs, server/site skills over the official Laravel Forge PHP SDK

Claude Code6 Skills

By gtappsLicense: MIT72 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install laravel-forge-hermit@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gtapps/claude-code-hermit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/laravel-forge-hermit/.

Plugin files

plugins/laravel-forge-hermit/
├── .claude-plugin/plugin.json
├── skills/forge-deploy/SKILL.md
├── skills/forge-failed-deploys/SKILL.md
├── skills/forge-logs/SKILL.md
├── skills/forge-servers/SKILL.md
├── skills/forge-sites/SKILL.md
└── skills/hatch/SKILL.md

Included Skills6

forge-deployskills/forge-deploy/SKILL.md

Deploy a site on Laravel Forge. Always surface-then-approve (preview-deploy first, then deploy --confirm on explicit approval). Watches via the hermit /watch registry and writes a deploy-incident on failure. Triggers on "deploy", "trigger deployment", "deploy site", "run deployment", "check deployment status".

forge-failed-deploysskills/forge-failed-deploys/SKILL.md

Interval scheduled check — scans the Forge estate for sites whose latest deployment is in a failure state. Runs daily via the scheduled-checks routine; findings are routed through the proposal pipeline as Evidence Source: scheduled-check/forge-failed-deploys.

forge-logsskills/forge-logs/SKILL.md

Read site deployment logs, server logs, site application/nginx logs, background process logs, and specific deployment logs from Laravel Forge. Includes a triage mode that bundles recent logs with deployment history for rapid incident analysis. Triggers on "show logs", "read logs", "deployment log", "server log", "what happened to the deployment", "triage failing site".

forge-serversskills/forge-servers/SKILL.md

List, inspect, and reboot Laravel Forge servers. Reboot always goes through surface-then-approve (preview-reboot → confirm → server-reboot --confirm). Triggers on "list servers", "show server", "reboot server", "server status".

forge-sitesskills/forge-sites/SKILL.md

List and inspect sites on Laravel Forge servers. Triggers on "list sites", "show site", "site detail", "what sites are on server X".

hatchskills/hatch/SKILL.md

One-time Laravel Forge hermit setup. Installs the Forge PHP SDK, verifies credentials, and wires the estate scan into config.json. Run once per project after /claude-code-hermit:hatch.

Plugin manifests1

plugins/laravel-forge-hermit/.claude-plugin/plugin.json
{
  "name": "laravel-forge-hermit",
  "version": "0.0.11",
  "description": "Laravel Forge layer for claude-code-hermit — deploy, logs, server/site skills over the official Laravel Forge PHP SDK",
  "author": {
    "name": "gtapps",
    "url": "https://github.com/gtapps"
  },
  "repository": "https://github.com/gtapps/claude-code-hermit",
  "homepage": "https://github.com/gtapps/claude-code-hermit/tree/main/plugins/laravel-forge-hermit",
  "license": "MIT",
  "keywords": [
    "laravel",
    "forge",
    "deployment",
    "devops",
    "php",
    "gtapps"
  ],
  "dependencies": [
    {
      "name": "claude-code-hermit",
      "version": "^1.2.39"
    }
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[laravel-forge-hermit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/laravel-forge-hermit)