Skip to content
Development
Skill

/mcp-scripts

MCP Script Rules

From plugin
continuous-claude-v3
3.9k156 skills32 agents
Install
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill mcp-scripts --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/mcp-scripts

Context preview

The summary Claude sees to decide when to auto-load this skill.

MCP Script Rules

SKILL.md

mcp-scripts.SKILL.md
name: mcp-scripts
description: MCP Script Rules
user-invocable: false

MCP Script Rules

When working with files in `scripts/`:

DO

  • Use CLI arguments for all parameters (argparse)
  • Include USAGE docstring at top of file
  • Use `call_mcp_tool("server__tool", params)` pattern
  • Handle errors gracefully with informative messages
  • Print results to stdout for Claude to process

DON'T

  • Hardcode parameters in the script
  • Edit scripts to change parameters (use CLI args instead)
  • Import from servers/ directly (use runtime.mcp_client)

Tool Naming

Tool IDs use double underscore: `serverName__toolName`

Examples:

  • `morph__warpgrep_codebase_search`
  • `ast-grep__ast_grep`
  • `perplexity__perplexity_ask`

Testing

Test with: `uv run python -m runtime.harness scripts/<script>.py --help`

Ships withcontinuous-claude-v3

A persistent, learning, multi-agent development environment built on Claude Code Continuous Claude transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting

Get the whole plugin

Other skills on continuous-claude-v3.