Claude Code Plugins
Community plugins for Claude Code by @anilcancakir.
Installation
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.
Available Plugins
Strategic Compact
Smart context management that suggests compaction at strategic points instead of arbitrary auto-compaction.
Features
- Phase Detection: Suggests compact when switching from exploration to implementation
- Milestone Detection: Detects test passes, commits, builds, deploys
- Configurable Thresholds: Control when suggestions appear
- Compaction Guidance: Preserves important context during compaction
Installation
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install strategic-compact
Configuration
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 documentation
Serena Integration
Full-automation Serena MCP integration for Claude Code. Zero manual configuration - semantic navigation, memory management, and tool routing work automatically.
Prerequisites
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
Features
- Automatic Tool Suggestions: Context-aware recommendations for Serena's semantic tools
- Memory Suggestions: Prompts to update memory after commits, tests, discoveries
- Session Tracking: Tracks edits, commits, tests for session summaries
- Context Preservation: Reminds to save context before compaction
Installation
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install serena-integration
Skills
| 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" |
Full documentation
Dart LSP
Dart/Flutter language server integration for enhanced code intelligence.
Features
- Go-to-definition
- Find references
- Hover information
- Code analysis
Installation
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install dart-lsp
Full documentation
Pre-Commit Flow
Automated code review, documentation updates, and intelligent commits with stack-specific intelligence.
Features
- Code Review: Security analysis, bug detection, quality checks
- Documentation: Auto-update inline docs (PHPDoc, DartDoc, JSDoc)
- Smart Commits: Auto-detect commit style, generate semantic messages
- Multi-Stack: Laravel, Flutter, Vue 2/3, Nuxt, TailwindCSS, Alpine.js
Installation
> /plugin marketplace add anilcancakir/claude-code-plugins
> /plugin install pre-commit-flow
Commands
| 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 |
Full documentation
Idea Research
Comprehensive business research, market analysis, competitor intelligence, and idea validation.
Features