setup-serena-mcp
Guide for setup Serena MCP server for semantic code retrieval and editing capabilities
What this skill does
User Input: ```text $ARGUMENTS ``` # Guide for setup Serena MCP server ## 1. Determine setup context Ask the user where they want to store the configuration: **Options:** 1. **Project level (shared via git)** - Configuration tracked in version control, shared with team - CLAUDE.md updates go to: `./CLAUDE.md` 2. **Project level (personal preferences)** - Configuration stays local, not tracked in git - CLAUDE.md updates go to: `./CLAUDE.local.md` - Verify these files are listed in `.gitignore`, add them if not 3. **User level (global)** - Configuration applies to all projects for this user - CLAUDE.md updates go to: `~/.claude/CLAUDE.md` Store the user's choice and use the appropriate paths in subsequent steps. ## 2. Check if Serena MCP server is already setup Check whether you have access to Serena MCP server by attempting to use one of its tools (e.g., `find_symbol` or `get_symbols_overview`). If no access, proceed with setup. ## 3. Load Serena documentation Read the following documentation to understand Serena's capabilities and setup process: - Load <https://raw.githubusercontent.com/oraios/serena/refs/heads/main/README.md> to understand what Serena is and its capabilities - Load <https://oraios.github.io/serena/02-usage/020_running.html> to learn how to run Serena - Load <https://oraios.github.io/serena/02-usage/030_clients.html> to learn how to configure your MCP client - Load <https://oraios.github.io/serena/02-usage/040_workflow.html> to learn how to setup Serena for your project ## 4. Guide user through setup process Based on the loaded documentation: 1. **Check prerequisites**: Verify that `uv` is installed (required for running Serena) 2. **Identify client type**: Determine which MCP client the user is using (Claude Code, Claude Desktop, Cursor, VSCode, etc.) 3. **Provide setup instructions**: Guide through the configuration specific to their client if it not already configured 4. **Setup project**: Guide through the project setup process if it not already setup 5. **Start indexing project**: Guide through the project indexing process if it was just setup 6. If MCP was just setup, ask user to restart Claude Code to load the new MCP server, write to user explisit instructions, including "exit claude code console, then run 'claude --continue' and then write "continue" to continue setup process" 7. **Test connection**: Verify that Serena tools are accessible after setup 1. If not yet, run initial_instructions 2. Check if onboarding was performered, if not then run it. 3. Then try to read any file After adding MCP server, but before testings connection write to user this message EXACTLY: ```markdown You must restart Claude Code to load the new MCP server: 1. Exit Claude Code console (type exit or press Ctrl+C) 2. Run claude --continue 3. Type "continue" to resume setup After restart, I will: - Verify Serena tools are accessible - Run initial_instructions if needed - Perform onboarding for this project (if not already done) ``` ## 5. Update CLAUDE.md file Use the path determined in step 1. Once Serena is successfully set up, update the appropriate CLAUDE.md file with the following content EXACTLY: ```markdown ### Use Serena MCP for Semantic Code Analysis instead of regular code search and editing Serena MCP is available for advanced code retrieval and editing capabilities. **When to use Serena:** - Symbol-based code navigation (find definitions, references, implementations) - Precise code manipulation in structured codebases - Prefer symbol-based operations over file-based grep/sed when available **Key tools:** - `find_symbol` - Find symbol by name across the codebase - `find_referencing_symbols` - Find all symbols that reference a given symbol - `get_symbols_overview` - Get overview of top-level symbols in a file - `read_file` - Read file content within the project directory **Usage notes:** - Memory files can be manually reviewed/edited in `.serena/memories/` ``` Add this section, if server setup at user level (global): ```markdown **Project setup (per project):** 1. Run `serena project create --index` in your project directory 2. Serena auto-detects language; creates `.serena/project.yml` 3. First use triggers onboarding and creates memory files in `.serena/memories/` ``` ## 6. Project initialization (if needed) If this is a new project or Serena hasn't been initialized: 1. Guide user to run project initialization commands 2. Explain project-based workflow and indexing 3. Configure project-specific settings if needed
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.