npx claudepluginhub theohbkim/plugins-for-claude --plugin documentA collection of useful Claude Code plugins by theohbkim, including both custom-built and curated external plugins.
/plugin marketplace add theohbkim/plugins-for-claude
/plugin install <plugin-name>
| Plugin | Category | Description |
|---|---|---|
| document | Development | Add comprehensive documentation to code |
| cloudflare-docs | Documentation | Cloudflare documentation access and search |
| cloudflare-observability | Monitoring | Cloudflare observability and monitoring tools |
| cloudflare-workers-bindings | Development | Cloudflare Workers bindings management |
| cloudflare-workers-builds | Deployment | Cloudflare Workers build and deployment tools |
| context7 | Development | Up-to-date documentation lookup from source repositories |
| filesystem | Development | Filesystem operations and file management |
| firecrawl | Integration | Web scraping and search capabilities |
| magic | Utility | AI-driven UI component creation |
| memory | Utility | Knowledge graph-based persistent memory |
| sequential-thinking | Utility | Dynamic and reflective problem-solving |
| vercel | Deployment | Vercel deployments and projects |
Add comprehensive documentation to code (functions, classes).
Features:
Usage:
# Document a specific file
/document src/utils/helpers.py
# Or select code in your IDE and run without arguments
/document
Access and search Cloudflare documentation directly from Claude Code.
Homepage: Cloudflare MCP Documentation
Monitor and observe your Cloudflare infrastructure with integrated observability tools.
Homepage: Cloudflare MCP Documentation
Manage Cloudflare Workers bindings including KV namespaces, Durable Objects, and more.
Homepage: Cloudflare MCP Documentation
Build and deploy Cloudflare Workers with integrated CI/CD tools.
Homepage: Cloudflare MCP Documentation
Pull version-specific documentation and code examples directly from source repositories into your LLM context using Upstash Context7.
Homepage: Context7 Documentation
Perform filesystem operations including reading, writing, searching, and managing files and directories.
Homepage: MCP Filesystem Server
Web scraping and search capabilities powered by Firecrawl for extracting structured data from websites.
Homepage: Firecrawl MCP Server
AI-driven tool that helps developers create beautiful, modern UI components instantly through natural language descriptions.
Homepage: Magic MCP
Knowledge graph-based persistent memory system that helps maintain context across conversations.
Homepage: MCP Memory Server
Dynamic and reflective problem-solving with structured thinking processes for complex tasks.
Homepage: MCP Sequential Thinking Server
Manage Vercel deployments, projects, and infrastructure directly from Claude Code.
Homepage: Vercel MCP Documentation
plugins-for-claude/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── plugins/
│ └── document/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ └── commands/
│ └── document.md # Command definition
├── LICENSE
└── README.md
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Documentation generation, API docs, and README maintenance
Share bugs, ideas, or general feedback.
Create comprehensive documentation for code, APIs, and projects.
Code documentation with automated doc generation, code explanation, and tutorial engineering
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Generate and maintain documentation from code with drift detection. Validates docs against source, auto-generates from code patterns, syncs outdated content, and provides reusable templates for consistent documentation.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.