Interne Claude Code Plugins von lets-forge.
Du brauchst Zugriff auf das private Repo lets-forge/forge-plugins. Stelle sicher, dass du authentifiziert bist:
gh auth login
In Claude Code:
/plugin marketplace add lets-forge/forge-plugins
Danach kannst du die verfuegbaren Plugins durchstoebern und einzeln installieren.
Damit Teammitglieder den Marketplace automatisch angeboten bekommen, lege diese Datei in eurem Projekt-Repo an:
.claude/settings.json
{
"extraKnownMarketplaces": {
"forge-plugins": {
"source": {
"source": "github",
"repo": "lets-forge/forge-plugins"
}
}
}
}
Damit Claude Code in CI-Pipelines auf die Plugins zugreifen kann, setze GITHUB_TOKEN als Environment Variable:
- name: Run Claude Code
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: claude ...
Der Standard-GITHUB_TOKEN von GitHub Actions hat Lesezugriff auf Repos innerhalb der Org. Falls nicht, erstelle ein Fine-grained PAT mit repo Scope und hinterlege es als Repository Secret.
| Plugin | Beschreibung |
|---|---|
| makerkit-review | Code-Quality-Reviewer fuer TypeScript, React, Next.js und Supabase |
Erstelle einen neuen Ordner im Repo-Root mit der Plugin-Struktur:
mein-plugin/
├── .claude-plugin/
│ └── plugin.json
├── agents/
├── commands/
├── skills/
└── README.md
Registriere das Plugin in .claude-plugin/marketplace.json:
{
"name": "mein-plugin",
"description": "Was das Plugin tut",
"source": "./mein-plugin"
}
Commit, push — fertig. Alle Nutzer bekommen das neue Plugin beim naechsten Update.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Create GitHub issues from sprint planning documents in the standard forge sprint format.
Makerkit-specific code quality reviewer for TypeScript, React, Next.js, and Supabase architectures
Pre-push quality gate and PR review for forgeweb projects (MakerKit/Next.js/Supabase). Analyzes git diff for missing artifacts, runs code quality reviews with specialized agents, and optionally dispatches fixes.
npx claudepluginhub lets-forge/forge-plugins --plugin forge-infraHetzner Cloud CLI skill for servers, networks, firewalls, load balancers, DNS, volumes, and storage.
Provision secure, Claude Code-ready Hetzner VPS instances with auto-firewall, fail2ban, and SSH hardening. A free tool by The Resonance.
Claude Code skill pack for Fly.io (18 skills)
DevOps and infrastructure toolkit with GitHub Actions, Kamal deployment, and Tailscale VPN configuration
Infrastructure as Code and DevOps tools. Includes 0 agents and 15 skills for OpenTofu, Ansible, Hetzner, DigitalOcean, Cloudflare, 1Password CLI, cloud-init, and devops-plan.
Zeabur CLI skills for deployment, template management, and troubleshooting