Skip to main content
gradually.ai logogradually.ai
  • Blog
  • About Us
AI Newsletter
AI Newsletter

Stay Updated with the AI Newsletter

Get the latest AI tools, tutorials, and exclusive tips delivered to your inbox weekly

Unsubscribe anytime. About 4 to 8 emails per month. Consent includes notes on revocation, service provider, and statistics according to our Privacy Policy.

gradually.ai logogradually.ai

Germany's leading platform for AI tools and knowledge for online entrepreneurs.

AI Tools

  • Text Generator
  • Prompt Enhancer
  • Prompt Link Generator
  • FLUX AI Image Generator
  • AI Art Generator
  • Midjourney Prompt Generator
  • Veo 3 Prompt Generator
  • AI Humanizer
  • AI Text Detector
  • Gemini Watermark Remover
  • All Tools →

Creative Tools

  • Blog Name Generator
  • AI Book Title Generator
  • Song Lyrics Generator
  • Artist Name Generator
  • Team Name Generator
  • AI Mindmap Generator
  • Headline Generator
  • Company Name Generator
  • AI Slogan Generator
  • Brand Name Generator
  • Newsletter Name Generator
  • YouTube Channel Name Generator

Business Tools

  • API Cost Calculator
  • Token Counter
  • AI Ad Generator
  • AI Copy Generator
  • Essay Generator
  • Story Generator
  • AI Rewrite Generator
  • Blog Post Generator
  • Meta Description Generator
  • AI Email Generator
  • Email Subject Line Generator
  • Instagram Bio Generator
  • AI Hashtag Generator

Resources

  • Claude Code MCP Servers
  • Claude Code Skills
  • n8n Hosting Comparison
  • OpenClaw Hosting Comparison
  • Claude Code Plugins
  • Claude Code Use Cases
  • Claude Cowork Use Cases
  • OpenClaw Use Cases
  • Changelogs

© 2026 Gradually AI. All rights reserved.

  • Blog
  • About Us
  • Legal Notice
  • Privacy Policy
Open Source Directory

Claude Code Plugins

Discover 89+ Claude Code Plugins: commands, agents, skills, hooks, MCP and LSP configurations. Extend your AI workflow.

Showing 24 of 89 plugins

Agent Skills

addyosmani/agent-skills

Production-grade engineering skills for AI coding agents.
SkillsAgents
VerifiedProductivity
Today
GitHub
Agentic Seo Skill

Bhanunamikaze/Agentic-SEO-Skill

An LLM-first SEO analysis skill for Antigravity, Codex, Claude with 16 specialized sub-skills, 10 specialist agents, and 88 optional utility scripts used as evidence collectors.
SkillsAgents
CommunityProductivity
Today
GitHub
Agents

wshobson/agents

Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, and Gemini CLI
Agents
VerifiedProductivity
Today
GitHub
Antigravity Skills

guanyang/antigravity-skills

Modular agent skills for full-stack development, complex logic planning, and multimedia processing across Antigravity and other coding agents.
SkillsAgents
CommunityProductivity
Today
GitHub
Archify

tt-a1i/archify

Any agent Skill: generate beautiful architecture diagrams with dark/light theme toggle and PNG/JPEG/WebP/SVG export
SkillsAgents
CommunityDocumentation
Today
GitHub
Britfix

Talieisin/britfix

Hook-based auto-fixer that corrects common coding issues and style violations after each Claude Code edit.
Hooks
CommunityCode Review
Today
GitHub
Caveman

JuliusBrussee/caveman

Claude Code skill that cuts up to 65% of token usage by stripping articles and filler words from prompts.
Skills
VerifiedProductivity
Today
GitHub
CC Marketplace

ananddtyagi/cc-marketplace

Community marketplace repository for Claude Code plugins with commands and agents.
CommandsAgents
CommunityProductivity
Today
GitHub
CC Notify

dazuiba/CCNotify

Notification hooks for Claude Code - get alerts on task completion.
Hooks
CommunityProductivity
Today
GitHub
CC Plugins

yanmxa/cc-plugins

Claude Code plugins for automation and workflow capture. Includes commands and hooks.
CommandsHooks
CommunityProductivity
Today
GitHub
CC Usage

ryoppippi/ccusage

Track and monitor Claude Code usage and API costs.
CommunityProductivity
Today
GitHub
CCometixLine

Haleclipse/CCometixLine

Customizable status line for Claude Code with animations.
CommunityProductivity
Today
GitHub
Claude Blog

AgriciDaniel/claude-blog

Claude Code blog-writing skill suite with 30 sub-skills, 5 agents, and a 5-gate delivery contract optimized for Google rankings and AI citations.
SkillsAgents
CommunityProductivity
Today
GitHub
Claude Code Action

anthropics/claude-code-action

GitHub Action for running Claude Code in CI/CD pipelines.
Anthropic (Official)DevOps
Today
GitHub
Claude Code Flow

ruvnet/ruflo

Visual workflow builder for orchestrating Claude Code agents.
Agents
CommunityAI Enhancement
Today
GitHub
Claude Code Marketplace

Dev-GOM/claude-code-marketplace

Community marketplace for Claude Code plugins and extensions. Includes hooks, commands, and agents.
CommandsAgentsHooks
CommunityProductivity
Today
GitHub
Claude Code Plugins Plus Skills

jeremylongshore/claude-code-plugins-plus-skills

Hundreds of Claude Code plugins with embedded AI skills, plus interactive Jupyter tutorials for learning.
CommandsAgentsSkills
VerifiedProductivity
Today
GitHub
Claude Code PM

automazeio/ccpm

Project management commands and workflows for Claude Code.
CommandsAgents
CommunityProductivity
Today
GitHub
Claude Code Proxy

1rgs/claude-code-proxy

Proxy server for Claude Code with rate limiting and logging.
CommunityDevOps
Today
GitHub
Claude Code SDK Python

anthropics/claude-agent-sdk-python

Official Python SDK for building Claude Code integrations.
Anthropic (Official)Language Support
Today
GitHub
Claude Code Security Review

anthropics/claude-code-security-review

Official security review plugin for analyzing code vulnerabilities.
CommandsSkills
Anthropic (Official)Security
Today
GitHub
Claude Code Skills

daymade/claude-code-skills

Professional Claude Code skills marketplace featuring production-ready skills for enhanced development workflows.
Skills
CommunityProductivity
Today
GitHub
Claude Code Subagents Collection

davepoon/buildwithclaude

Collection of specialized subagents for various development tasks.
Agents
CommunityProductivity
Today
GitHub
Claude Code Templates

davila7/claude-code-templates

Project templates and boilerplates for Claude Code.
CommandsSkills
CommunityProductivity
Today
GitHub
What is a Claude Code Plugin?
Extensible packages for the AI assistant

Plugins extend Claude Code with custom functionality. A plugin is a directory with a manifest file (.claude-plugin/plugin.json) that can contain multiple components:

Plugin Components

Skills

Slash commands & AI capabilities

Agents

Specialized sub-agents

Hooks

Event handlers (hooks.json)

MCP

External tool integration

LSP

Code intelligence servers

Plugin Structure

my-plugin/
  .claude-plugin/
    plugin.json      # Manifest (required)
  skills/            # SKILL.md (commands + capabilities)
  agents/            # Sub-agents
  hooks/             # hooks.json
  .mcp.json          # MCP servers
  .lsp.json          # LSP servers

Standalone vs. Plugin

Standalone

Location: .claude/

Naming: /hello

Personal workflows, project-specific

Plugin

Location: .claude-plugin/

Naming: /plugin:hello

Team sharing, marketplace, versioned

Claude Code Plugin Documentation

Frequently Asked Questions about Claude Code Plugins

Everything you need to know about Claude Code Plugins