fakoli/fakoli-plugins
πͺMarketplacefakoli/fakoli-plugins
A curated collection of Claude Code plugins for enhanced productivity and development workflows
Add this Marketplace
/plugin marketplace add fakoli/fakoli-pluginsPlugins in this Marketplace
cli-to-plugin
Convert any CLI tool into a self-contained Claude Code plugin by walking its --help tree and generating one skill per command group, plus optional LLM-proposed workflow meta-skills.
excalidraw-diagram
Generate and modify Excalidraw diagrams from natural language descriptions and code analysis
fakoli-crew
Nine specialist AI agents for software engineering β generalist roles (polyglot architect, code reviewer, security auditor, researcher, plugin engineer, integration specialist, documentation writer, infrastructure keeper, QA validator) with TDD enforcement, systematic debugging, and verification gates. Plugin-surface critics (agent/skill/hook/mcp/structure) moved to fakoli-plugin-critic in 2.3.0.
fakoli-flow
Intent-driven workflow orchestration β brainstorm, plan, and execute complex projects through coordinated specialist agents with critic gates and evidence-based verification.
fakoli-plugin-critic
Five specialist critic agents for Claude Code plugin development β agent-critic (frontmatter/color/tools), skill-critic (lazy-loading/no-fuzzy-detection), hook-critic (contract-aware/${CLAUDE_PLUGIN_ROOT}), mcp-critic (schema/actor-validation), structure-critic (manifest/CHANGELOG/version-sync). Audit any plugin (your own or any other) with MUST FIX / SHOULD FIX / CONSIDER / NIT verdicts.
fakoli-speak
Multi-provider TTS for Claude Code β streaming text-to-speech with cost tracking. Supports OpenAI, ElevenLabs, Deepgram, Google Gemini, and macOS Say.
fakoli-state
Local-first, runtime-neutral project state for humans and AI coding agents β turn PRDs into lockable, evidence-backed work packets.
fakoli-style
utilitiesGoverned ledger of the Fakoli operating-model principles. Tracks proven, asserted, and aspirational lifecycle statuses and generates a Markdown report from a single canonical source.
gws
Operate across all Google Workspace services using the gws CLI β 100 skills, 15 slash commands, 11 role-based agents, and 44 automation recipes covering email, calendar, drive, docs, sheets, slides, tasks, chat, meet, forms, classroom, keep, people, events, admin reports, model armor, and apps script.
handoff
Cross-session, cross-checkout project handoff notes β a durable resume point shared across same-remote clones and linked worktrees. Storage is keyed by git remote when available, not cwd. Complements native auto-memory.
marketplace-manager
Manage the fakoli-plugins marketplace: add/remove plugins, validate manifests, and regenerate registry indices
nano-banana-pro
Generate, edit, remix, and optimize images using Google's Gemini 3 Pro Image Preview model
notebooklm-enhanced
Comprehensive Google NotebookLM automation β create notebooks, add sources, generate podcasts/videos/quizzes/slides, and run multi-notebook research workflows via RPC API
quick-notes
productivityDictation-friendly personal notes. Capture a thought by speaking to Claude ('jot down...', 'note that...'); read back, search by keyword or #tag, filter by date, get stats, and export to Markdown. Notes are stored in an append-only, event-sourced JSON Lines log (add/edit/delete, never rewritten) kept outside the plugin so updates never touch your data.
safe-fetch
Sanitizing web fetch for Claude Code β strips prompt injection vectors before content reaches the LLM
session-retro
productivityAnalyze a Claude Code session (or a multi-session arc) from its local JSONL logs and produce a markdown retro: token economy (main-loop vs delegated workflows), workflow taxonomy, tool distribution, interaction shape, and concrete recommendations. Use after a long or autonomous run to evaluate performance and collaboration. Reads only local ~/.claude logs; writes to ~/post-session-findings; sends nothing externally.