Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By lucasxu0
A comprehensive toolkit for creating, validating, and distributing Claude Code plugins
npx claudepluginhub LucasXu0/claude-code-plugin --plugin plugin-developmentCreate a new sub-agent file with proper frontmatter and structure.
Create a new slash command file with proper frontmatter and structure.
Add or update hooks.json with a new hook configuration for automated behavior.
Create a new Skill folder with SKILL.md and supporting directories.
Scaffold a new Claude Code plugin with standard structure and starter files
Modifies files
Hook triggers on file write and edit operations
Runs pre-commands
Contains inline bash commands via ! syntax
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Interactive plugin builder for Claude Code - serves as both an example plugin and a tool to create new plugins through guided prompts with specialized builder skills for each component type
A comprehensive toolkit for creating, validating, and distributing Claude Code plugins
Validates and optimizes Claude Code plugins against official best practices and file patterns
Plugin development toolkit with skills for creating agents, commands, hooks, MCP integrations, and comprehensive plugin structure guidance
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive Flutter/Dart code quality tools including intelligent code review and automated formatting
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Share bugs, ideas, or general feedback.
Comprehensive Flutter/Dart code quality tools for Claude Code, featuring intelligent code review and automated formatting.
| Name | Description |
|---|---|
| flutter-review | Analyzes Flutter code changes with priority-based detection (P0 critical bugs, P1 important issues, P2 code quality) and generates review reports with fix suggestions |
| Name | Description |
|---|---|
| flutter-review | Domain expertise for Flutter/Dart code review including null safety, lifecycle issues, memory leaks, Bloc/Provider patterns, and code complexity checks |
| flutter-format | Automated workflow for running flutter analyze, applying dart fix, formatting code, and verifying no new errors are introduced |
| Command | Description |
|---|---|
| /flutter-tools:flutter-review | Triggers comprehensive code review of Flutter changes with prioritized report |
| /flutter-tools:flutter-format | Runs complete formatting and cleanup workflow for Flutter projects |
# Add the marketplace from GitHub
/plugin marketplace add LucasXu0/claude-code-plugin
# Install the plugin
/plugin install flutter-tools@LucasXu0-flutter-tools
Load the plugin directly without marketplace:
# Clone the repository
git clone https://github.com/LucasXu0/claude-code-plugin.git
cd claude-code-plugin
# Start Claude Code with plugin directory
claude --plugin-dir ./plugins/flutter-tools
Slash command:
/flutter-tools:flutter-review
Natural language:
Review my Flutter code
Check for bugs in my changes
Is this code ready to merge?
Example output:
โ
Review complete! Results saved to:
/tmp/flutter_review/20260104_1430-my_app-feature_login-a3f9d2.md
## Summary
| Priority | Count | Status |
|----------|-------|--------|
| ๐จ P0 | 2 | โ Must Fix |
| โ ๏ธ P1 | 3 | โก Recommended |
| ๐ก P2 | 5 | ๐ฌ Optional |
**Recommendation**: ๐ก REVIEW NEEDED
Slash command:
/flutter-tools:flutter-format
Natural language:
Format my Flutter code
Run flutter analyze and fix issues
Example output:
โ
Flutter Format Complete
**Changes Made:**
- Applied dart fix: 12 issues fixed
- Formatted: 45 files changed
- Final analysis: 0 errors, 0 warnings
MIT License - Created by Lucas Xu