By anilcancakir
Structured development partner for Claude Code — plans before coding, investigates bugs with Opus, delegates to specialized agents with customizable model routing.
Browser 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub anilcancakir/claude-code-plugin --plugin acBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
Structured implementation planning, execution, and TDD workflow for Claude Code. Create plans with Opus, execute with Sonnet, enforce TDD discipline.
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.
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.
Comprehensive business research, market analysis, competitor intelligence, and idea validation for Claude Code
Full-automation Serena MCP integration for Claude Code. Zero manual configuration - semantic navigation, automatic memory management, and intelligent tool routing work transparently.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive development infrastructure for Claude Code projects. Includes 12 AI skills, task coordination hooks, project templates, and a visual dev-manager dashboard.
Authoring toolkit and quality gate for Claude Code plugins. Scaffolds and audits every component — skills, commands, agents, hooks, MCP servers, themes, dependencies, userConfig, and Routines — with a deterministic `validate` command (opt-in auto-fix), a pre-publish containment scan that catches leaked home paths and secrets, and the `plugin-creation` authoring skill. Tracks the current plugin spec: hook handler types and pre-spawn filters, exec-form args, JSON output controls, subfolder agent scoping, single-skill auto-discovery, and cross-marketplace dependencies.
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems