<p align="center">
<img src="assets/fakoli-banner.png" alt="Fakoli Plugins Marketplace" width="100%">
</p>
<p align="center">
<a href=".github/workflows/validate.yml"><img src="https://github.com/fakoli/fakoli-plugins/actions/workflows/validate.yml/badge.svg" alt="CI"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></a>
<img src="https://img.shields.io/github/stars/fakoli/fakoli-plugins?style=social" alt="GitHub Stars">
</p>
<h1 align="center">Fakoli Plugins Marketplace</h1>
<p align="center"><strong>Extend Claude Code with production-grade plugins.</strong></p>
<p align="center">
A curated collection of battle-tested Claude Code plugins — covering Google Workspace automation,
AI image generation, text-to-speech, diagram authoring, secure web fetching, and marketplace
self-management. Every plugin ships with skills, commands, agents, and CI validation.
</p>
Quick Start
Add this marketplace to Claude Code with one command:
/plugin marketplace add fakoli/fakoli-plugins
Then install any plugin:
/plugin install gws
/plugin install safe-fetch
/plugin install nano-banana-pro
What are Claude Code Plugins?
Claude Code plugins extend the assistant with domain-specific capabilities. A plugin can bundle:
- Skills — Reusable context files that teach Claude how to use a tool or follow a workflow
- Commands — Slash commands (e.g.
/send-email, /speak, /fetch) that invoke specific behaviors
- Agents — Isolated sub-agents for complex, multi-step operations
- Hooks — PreToolUse / PostToolUse interceptors that modify or guard Claude's actions
Plugins live in directories with a .claude-plugin/plugin.json manifest. The marketplace validates every plugin against a JSON Schema on every push and pull request.
The Fakoli Ecosystem
Three plugins designed to work together — each useful standalone, all three together the full stack:
| Plugin | Role | What It Does |
|---|
| fakoli-crew | Specialist agents | 8 polyglot agents (TypeScript / Python / Rust) — architect, reviewer, researcher, plugin engineer, integration specialist, documenter, infrastructure engineer, QA |
| fakoli-flow | Workflow orchestration | Intent-driven pipeline: brainstorm → plan → execute → verify → finish. Wave-based dispatch with mandatory critic gates between every code-writing phase |
| systems-thinking | Architecture analysis | Multi-agent infrastructure analysis: discovery → extraction → synthesis. Built for decisions that affect the whole system |
fakoli-crew provides the workers. fakoli-flow orchestrates them. systems-thinking analyzes architecture before the workers start.
Install any combination — each works standalone. All three together give you a complete multi-agent development pipeline: architecture analysis, intent-driven planning, parallel agent execution, and evidence-based verification.
Available Plugins
Google Workspace & Productivity
| Plugin | Description |
|---|
| gws | Full Google Workspace via the gws CLI — 100 skills, 15 commands, 11 role-based agents, and 44 recipes spanning Gmail, Calendar, Drive, Docs, Sheets, Slides, Chat, and more. The most comprehensive Workspace plugin available for any AI assistant. |
| notebooklm-enhanced | Programmatic control of Google NotebookLM — create notebooks, ingest PDFs and YouTube videos, generate podcasts and slide decks, and run end-to-end research workflows with a single command. |
AI & Media Generation
| Plugin | Description |
|---|
| nano-banana-pro | Generate, edit, and remix production-ready images with Google Gemini 3 Pro. Includes a 5-agent PaperBanana pipeline (Retriever → Planner → Stylist → Visualizer → Critic) that iteratively refines images until they pass a quality threshold. |
| fakoli-speak | Multi-provider TTS for Claude Code — stream any response as speech via /speak using OpenAI ($0.015/1K), Deepgram, ElevenLabs, Google Gemini (free), or macOS Say (free). Switch with /provider, track spending with /cost, toggle auto-narration with /autospeak. |
| excalidraw-diagram | Generate .excalidraw files from natural language or by analyzing your codebase. Supports flowcharts, architecture diagrams, ER diagrams, and dependency graphs across four color themes — zero dependencies beyond Node.js 18. |
Security & Web