ワンクリックで
skill-with-mcp-json
A test skill with MCP servers configured via companion mcp.json file
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A test skill with MCP servers configured via companion mcp.json file
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A test skill that declares allowed-tools as a YAML list
A test skill that declares allowed-tools as a space-separated string
A test skill with BOTH frontmatter mcp-servers AND a companion mcp.json (tests mcp.json precedence)
A test skill with both stdio and HTTP MCP server examples in frontmatter
A test skill with multiple Python tool examples in frontmatter
A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.
| name | skill-with-mcp-json |
| description | A test skill with MCP servers configured via companion mcp.json file |
This skill demonstrates MCP server configuration via a companion mcp.json file rather than
frontmatter mcp-servers.
When both mcp-servers in frontmatter AND a companion mcp.json exist:
mcp.json values override frontmatter values for the same keysmcp.json are preservedSee skill-with-mcp-json-conflict for a test of this precedence behavior.
Use this skill when testing mcp.json companion file loading via _load_mcp_json().