By anilcancakir
Automates Claude Code workflows by guarding tool calls, logging memory on file edits, and tracking subagent lifecycle events through a project version graph (PVG). Executes bash commands and writes files without manual configuration.
This 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
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub anilcancakir/claude-code-plugins --plugin serena-integrationComprehensive business research, market analysis, competitor intelligence, and idea validation for Claude Code
Structured implementation planning, execution, and TDD workflow for Claude Code. Create plans with Opus, execute with Sonnet, enforce TDD discipline.
Pre-commit quality assurance workflow with code review, documentation updates, and smart commits. Supports Laravel, Flutter, Vue 2/3, TailwindCSS, and Alpine.js.
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.
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment