Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By anilcancakir
Automate Claude Code agent workflows with semantic navigation, automatic memory management, and guarded tool execution for reliable multi-step automation
npx claudepluginhub anilcancakir/claude-code-plugins --plugin serena-integrationThis skill should be used when the user asks to "save project context", "load memories", "persist knowledge", "remember this for next session", "update architecture notes", or mentions Serena's write_memory, read_memory, list_memories, edit_memory tools.
This skill should be used when the user asks to "navigate code efficiently", "find function definition", "understand file structure", "explore codebase", "get symbols overview", "find symbol usages", or mentions Serena's LSP tools like get_symbols_overview, find_symbol, find_referencing_symbols.
This skill should be used when the user asks to "rename function", "refactor code", "rename symbol across codebase", "change function signature", "restructure code safely", or mentions Serena's rename_symbol or replace_symbol_body tools.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Development workflow skills, commands, and hooks from claude-toolbox
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
AI-powered agents for specialized development tasks
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 63 agents, 251 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive business research, market analysis, competitor intelligence, and idea validation for Claude Code
Pre-commit quality assurance workflow with code review, documentation updates, and smart commits. Supports Laravel, Flutter, Vue 2/3, TailwindCSS, and Alpine.js.
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.
Structured implementation planning, execution, and TDD workflow for Claude Code. Create plans with Opus, execute with Sonnet, enforce TDD discipline.
Community plugins for Claude Code by @anilcancakir.
Start a new Claude Code session in the terminal and enter the following commands:
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install <plugin-name>
Restart Claude Code to activate the plugin.
| Plugin | Description |
|---|---|
| strategic-compact | Smart context management with phase-aware compaction |
| serena-integration | Full-automation Serena MCP integration |
| dart-lsp | Dart/Flutter language server integration |
| pre-commit-flow | Automated code review, docs, and commits |
| idea-research | Business research and idea validation |
| implementation-planner | Structured implementation planning with TDD |
| project-optimizer | Project setup, brand guidelines, CLAUDE.md generation |
Smart context management that suggests compaction at strategic points instead of arbitrary auto-compaction.
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install strategic-compact
export STRATEGIC_COMPACT_T1=50 # First suggestion (default: 50 tool calls)
export STRATEGIC_COMPACT_T2=75 # Second suggestion
export STRATEGIC_COMPACT_T3=100 # Strong recommendation
export STRATEGIC_COMPACT_TIME=1800 # Time threshold (30 min default)
Full-automation Serena MCP integration for Claude Code. Zero manual configuration - semantic navigation, memory management, and tool routing work automatically.
Before installing, set up Serena MCP in your project:
# 1. Add Serena MCP server
cd /path/to/your/project
claude mcp add serena -- uvx --from git+https://github.com/oraios/serena serena start-mcp-server --context claude-code --project $(pwd)
# 2. Create project configuration
uvx --from git+https://github.com/oraios/serena serena project create
# 3. Index project (for large codebases)
uvx --from git+https://github.com/oraios/serena serena project index
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install serena-integration
| Skill | Triggers |
|---|---|
/serena-navigator | "navigate code", "find definition", "explore codebase" |
/serena-refactor | "rename function", "refactor", "rename symbol" |
/serena-memory | "save context", "load memories", "persist knowledge" |
Dart/Flutter language server integration for enhanced code intelligence.
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install dart-lsp
Automated code review, documentation updates, and intelligent commits with stack-specific intelligence.
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install pre-commit-flow
| Command | Description |
|---|---|
/my_review | Code review with security analysis |
/my_docs | Update inline documentation |
/my_commit | Generate smart commit message |
/my_send | Full workflow: review → docs → commit |
Comprehensive business research, market analysis, competitor intelligence, and idea validation.