For installable Agent Skills (SKILL.md), see SkillsMP or Claude Code docs.

Agents

MCP Integration Prompt

Use when you want Claude Code to use an MCP server (e.g. GitHub, DB, Slack) in a safe and explicit way.

Why useful

MCP gives Claude tools; this prompt defines when and how to call them so you avoid unnecessary or risky operations.

Prompt — copy & paste

system / user prompt
We are using Claude Code with MCP. For the MCP server "[name]" I have installed:
1. When should Claude use it? (e.g. "only when I ask to create a PR" or "when summarizing, prefer fetching from Notion".)
2. What must Claude never do with this server? (e.g. "never delete", "never post to a channel without #claude".)
3. Default parameters if any (e.g. repo, project ID).
Write 3–5 short rules. Claude will see these as context when the tool is available. Prefer explicit allow/deny over vague "use carefully".
Expand — tips & usage
Paste this into your CLAUDE.md or a project-specific prompt file. Combine with the MCP server docs so Claude knows the exact API.

Related skills