Skip to content

fprochazka/claude-code-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Plugins

A collection of Claude Code plugins by Filip Procházka.

Installation

Add this marketplace to Claude Code:

claude plugin marketplace add fprochazka/claude-code-plugins

Then install plugins:

claude plugin install skill-keyword-reminder@fprochazka-claude-code-plugins

Upgrading

To upgrade installed plugins to the latest version:

claude plugin marketplace update fprochazka-claude-code-plugins
claude plugin update skill-keyword-reminder@fprochazka-claude-code-plugins

Available Plugins

Plugin Description
skill-keyword-reminder Automatically reminds Claude to load relevant skills when keyword triggers appear in user prompts
gemini-cli Skill and review agent for using Gemini CLI with massive context windows (1M tokens) for codebase analysis and second opinions
gemini-deep-research Skill for conducting autonomous deep research using Google's Gemini Deep Research Agent
no-background-tasks Enforces serial execution of Bash and Task tools within a session
glab-mr GitLab MR tools - fix failed CI, resolve comments, and more
ai-tool-use-validator AI-powered tool use validation using LLM backends (Vertex AI, etc.) to evaluate command safety and correctness
web-researcher Iterative web research agent that searches, discovers new directions, and synthesizes findings
slackcli Skill for interacting with Slack workspaces using the slackcli CLI
migrate-to-uv Skill for migrating Python projects from Poetry, pipx, or pip to uv
metabasecli Skill for interacting with Metabase using the metabase CLI
llm-toto LLM Tool Output Tokens Optimizer - buffers large command outputs to files to reduce token consumption and prevent wasteful re-runs
markitdown Skill for converting files to Markdown using Microsoft's markitdown CLI
gogcli Skill for interacting with Google services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, Tasks, Forms, Chat, People) using the gog CLI
glab Skill for interacting with GitLab using the glab CLI
rabbitmqadmin Skill for inspecting RabbitMQ instances using the rabbitmqadmin CLI (rabbitmqadmin-ng)
searxngcli Skill for searching the web using a SearXNG instance via the searxngcli CLI

Developing

Creating a New Plugin

  • Create plugins/<name>/ directory
  • Create plugins/<name>/.claude-plugin/plugin.json with name, version, description
  • Add plugin content (skills/, commands/, agents/, hooks/, etc.)
  • Create plugins/<name>/README.md
  • Add entry to .claude-plugin/marketplace.json with matching version
  • Add row to "Available Plugins" table in the root README

Releasing a New Version

  • Update version in plugins/<name>/.claude-plugin/plugin.json
  • Update version in .claude-plugin/marketplace.json
  • Commit and push

Notes

  • Plugins are pinned to commit SHAs when installed
  • Users must run claude plugin update <name>@fprochazka-claude-code-plugins to get updates
  • Use semantic versioning: MAJOR.MINOR.PATCH

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors