MCP Prompts

Two prompts shipped with the v1 server. Agents can list them via prompts/list and fetch via prompts/get.

find-skill-for

Given a goal, search the skill library and recommend the best fit with its install command.

Arguments

  • goal (required) — what the user wants to do, free text.
  • client (optional) — claude-code | cursor | codex | zed | generic.

compare-models-for-task

Help the user pick 2–4 models from the catalog for a specific task and surface the right comparison.

Arguments

  • task (required) — coding, summarization, RAG, etc.
  • budget (optional) — low | medium | high.