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 getsymbolsoverview, findsymbol, findreferencingsymbols.
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 renamesymbol or replacesymbolbody tools.
Context management intelligence for Claude Code sessions. ACTIVATE when context filling up, phase transitions detected, user mentions "running out of context" or "conversation too long". Suggests strategic compaction timing - manual compact at phase transitions beats auto-compact at arbitrary points.
Instructions for anilcancakir/laravel-agent-mcp, a project described as: Read-only MCP (Model Context Protocol) server for Laravel. Give Claude Code, Cursor, and AI coding agents safe live access to your database, logs, queue, cache, routes, and config. No Sanctum, no user table, no write access.
Use to call the agent-mcp read-only tools from the shell with artisan, without registering an MCP server: run agent-mcp:tools to list tools, agent-mcp:schema to see its inputs, and agent-mcp:call ' ' to invoke one, locally or against a remote app via AGENTMCPURL. Use for one-off calls, scripts, CI, when the agent-mcp…
Use when investigating a running Laravel application through the agent-mcp read-only MCP tools: inspect the live database schema, run read-only queries to find or count records, read application logs to diagnose a 500, exception, or failed job, check queue backlog, failed jobs, or Horizon, inspect cache or…
Laravel API development, REST endpoints, JSON responses, Sanctum/Passport authentication, Service-Repository pattern. ALWAYS activate when: working with routes/api.php, app/Http/Controllers/Api/, API endpoints, token authentication, mobile backend, API Resource, JsonResponse, FormRequest, Policy. Triggers on: endpoint…
Production-grade mobile application UI design based on Refactoring UI principles. ALWAYS activate for: Flutter app, mobile app, iOS app, Android app, mobile UI, app screens, mobile navigation, bottom sheets, mobile forms, touch targets, mobile typography, app color scheme, mobile cards, list views, mobile modals, tab…
Deep, parallel-friendly codebase research specialist. Use proactively when exploration needs more than three queries, covers multiple naming conventions, requires deep file traversal, or benefits from LSP/AST-grep precision. Triggers on questions like "where is X defined", "who calls Y", "find all usages of Z", "how…
External documentation and OSS research specialist. Use proactively when the question involves an unfamiliar library, framework, or external API; needs official documentation; references third-party code patterns; or asks about open-source implementations. Triggers on questions like "how do I use [library]?", "what's…
Strategic technical advisor for architecture decisions, deep debugging stalls, second-opinion review, security or performance concerns, and reuse-vs-build trade-offs. Use when the question requires elevated reasoning beyond the orchestrator's bandwidth: multi-system tradeoffs, unfamiliar patterns, 2+ failed fix…