Custom Claude Code plugins by lets-forge
npx claudepluginhub lets-forge/forge-pluginsMakerkit-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.
Create GitHub issues from sprint planning documents in the standard forge sprint format.
Hetzner Cloud infrastructure management with hcloud CLI
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.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations