agentsclimarketplace

Serena mcp selection

Skill ceilidhboy/skills/skills/serena-mcp-selection

Rules for selecting between the LSP and JetBrains Serena MCP servers when both are configured. Default to LSP unless the user explicitly opts in to JetBrains.From its SKILL.md

Install
npx -y skills add ceilidhboy/skills --skill serena-mcp-selection

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 173 tokens by cl100k_base, as published. Nobody here has run it

Serena MCP Server Selection

Rule

When both Serena (LSP) and Serena (JetBrains) MCP servers are available, always default to LSP unless the user explicitly tells you to use the JetBrains backend.

Guidance

  • Use mcp({ server: "Serena (LSP)", ... }) for all routine code navigation, editing, and search.
  • Only switch to mcp({ server: "Serena (JetBrains)", ... }) when the user says something like "use the JetBrains version", "switch to JetBrains", or otherwise explicitly opts in.
  • JetBrains may be useful for deep sessions on a single project where the IDE is open alongside the agent. It is not robust for multi-project workflows.
  • There is no auto-detection or fallback logic. The user chooses.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.