Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By anilcancakir
Structured development partner for Claude Code — plans before coding, investigates bugs with Opus, delegates to specialized agents with customizable model routing.
npx claudepluginhub anilcancakir/claude-code-plugin --plugin acBrowser QA testing — ad-hoc tests, bug reproduction, plan verification. Uses Playwright CLI.
Smart commit — preflight checks, convention detection, atomic commits. Delegates to git-master when available.
Execute an approved plan — parallel background agents or sequential
Flutter QA testing — ad-hoc tests, bug reproduction, plan verification, integration test execution, visual regression. Uses flutter-skill MCP.
Idea refinement — Socratic interview, ambiguity scoring, adversarial challenge, task generation. Supports --bulk and --loop.
Browser test executor — runs pre-built test cases via Playwright CLI shell commands, captures evidence, returns structured verdicts. Spawned by /ac:browser-qa.
Devil's advocate for proposals, ideas, and architecture decisions. Use when stress-testing an approach before committing — during ideation (Phase 4) or pre-plan analysis (Complex plans).
Codebase search specialist. Use proactively for internal lookups — files, patterns, relationships, architecture. Returns file:line references. Fire for any question involving 2+ modules or unfamiliar code.
Feasibility evaluator — assesses codebase fit, effort, and dependencies before committing to an approach. Use proactively during ideation (Phase 4) or pre-plan analysis (Complex plans).
Flutter test executor — runs test cases via flutter-skill MCP tools on iOS/Android/Web/Desktop, captures evidence, returns structured verdicts. Spawned by /ac:flutter-qa.
Create Claude Code agents with optimal structure, tool control, and output contracts. Use when building subagents, advisory agents, or execution workers for Claude Code plugins.
Browser QA workflow patterns and Playwright CLI integration. Loaded by /ac:browser-qa command.
Write CC-optimal CLAUDE.md and CLAUDE.local.md files. Use when creating, reviewing, or improving any CLAUDE.md — global, project-level, or local. Covers section authoring, compression, dedup boundaries, and quality scoring.
Create Claude Code commands with phase-based structure and agent delegation. Use when building /plugin:command slash commands for Claude Code plugins.
Flutter QA workflow patterns and flutter-skill MCP tool routing for Claude Code agents. Reference for /ac:flutter-qa command.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Comprehensive development infrastructure for Claude Code projects. Includes 12 AI skills, task coordination hooks, project templates, and a visual dev-manager dashboard.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
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 business research, market analysis, competitor intelligence, and idea validation for Claude Code
Smart context management plugin. Suggests manual compaction at strategic points (phase transitions, milestones) instead of arbitrary auto-compact. Tracks tool usage, monitors context health, and provides intelligent recommendations.
Full-automation Serena MCP integration for Claude Code. Zero manual configuration - semantic navigation, automatic memory management, and intelligent tool routing work transparently.
Create project.md (PRD), brand.md (brand guidelines), and CLAUDE.md (technical config) for any project. Interactive workflow with audit, archetype-based branding, and stack-specific optimization. Supports Laravel, Flutter, Vue2/3, Nuxt2/3, TailwindCSS, Alpine.js, and more.
Pre-commit quality assurance workflow with code review, documentation updates, and smart commits. Supports Laravel, Flutter, Vue 2/3, TailwindCSS, and Alpine.js.
Claude Code plugins for structured development workflows.
| Plugin | Description |
|---|---|
| ac | Structured development partner — plans before coding, parallel execution with model routing, specialized agents, QA testing |
| github-cli | GitHub CLI skill — issues, PRs, releases, actions, gh api |
| git-master | Git expert — atomic commits, rebase, history archaeology |
| github-actions | GitHub Actions workflow generator — CI/CD, releases, Docker, security hardening |
| frontend-design | Frontend design — design systems, visual hierarchy, mobile patterns |
| dart-lsp | Dart/Flutter language server — definitions, references, diagnostics |
| json-lsp | JSON language server — schema validation, hover |
| yaml-lsp | YAML language server — schema validation, diagnostics |
| markdown-lsp | Markdown language server — link navigation, document symbols |
claude plugin add anilcancakir/claude-code-plugin
claude plugin update anilcancakir/claude-code-plugin
After updating, sync your config:
/ac:setup-global-claude-md update
├── .claude-plugin/
│ └── marketplace.json # Plugin catalog
├── plugins/
│ ├── ac/ # Main plugin — 15 agents, 12 commands
│ ├── github-cli/ # GitHub CLI skill
│ ├── github-actions/ # GitHub Actions workflow generator
│ ├── git-master/ # Git expert skill
│ ├── frontend-design/ # Frontend design skill
│ ├── dart-lsp/ # Dart/Flutter LSP
│ ├── json-lsp/ # JSON LSP
│ ├── yaml-lsp/ # YAML LSP
│ └── markdown-lsp/ # Markdown LSP
└── README.md
plugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json # name, description, author
├── commands/ # Optional: slash commands
├── agents/ # Optional: agent definitions
├── skills/ # Optional: skill definitions
└── README.md
Add entry in .claude-plugin/marketplace.json:
{
"name": "your-plugin",
"description": "What it does",
"source": "./plugins/your-plugin",
"category": "productivity"
}
MIT