ワンクリックで
category-name
ONE-LINE SUMMARY OF THE CATEGORY — e.g. "Navigate the symbol graph — callers, callees, definers, impact."
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
ONE-LINE SUMMARY OF THE CATEGORY — e.g. "Navigate the symbol graph — callers, callees, definers, impact."
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build, reload, and maintain the Mycelium symbol index — the prerequisite for every other Skill.
One-shot architecture tracing — get entry points, call graph neighborhood, and source snippets for any natural-language question about how code works.
Look up symbols, kinds, ancestors, descendants, siblings — the foundation tools any agent reaches for first.
Navigate the call graph — callers, callees, call trees, entry points, dead and isolated symbols.
Navigate the import graph — direct imports, import trees, importers (who pulls this in).
Rank symbols by importance — PageRank, betweenness, fan-in/out, hub detection, top-file diagnostics.
| name | CATEGORY_NAME |
| description | ONE-LINE SUMMARY OF THE CATEGORY — e.g. "Navigate the symbol graph — callers, callees, definers, impact." |
| allowed-tools | ["mcp__mycelium__CAPABILITY_A","mcp__mycelium__CAPABILITY_B"] |
| category | <navigation | analysis | quality | operations> |
| icon | <single emoji> |
| marketplace_examples | [{"query":"Natural language question a developer would ask","tool":"mcp__mycelium__CAPABILITY_A"},{"query":"Second representative example","tool":"mcp__mycelium__CAPABILITY_B"},{"query":"Third representative example","tool":"mcp__mycelium__CAPABILITY_A"}] |
CATEGORY_NAME — short titleA 2–4 sentence description of the situations that bring the agent to this category. Be concrete:
graph-analysis Skill for that."| Developer question | Tool |
|---|---|
| "Natural language question a developer would ask" | mcp__mycelium__CAPABILITY_A |
| "Second representative example" | mcp__mycelium__CAPABILITY_B |
| "Third representative example" | mcp__mycelium__CAPABILITY_A |
CAPABILITY_A — short imperative descriptionWhen: 1–2 sentences on the exact trigger.
MCP invocation:
mcp__mycelium__CAPABILITY_A({
arg1: "...",
arg2: ... // optional; default = ...
})
Equivalent CLI (human reading):
mycelium CAPABILITY_A --arg1 ... --arg2 ...
Result shape:
{ "field1": "...", "field2": [...] }
Typical follow-ups: which tools the agent reaches for next.
CAPABILITY_B — short imperative description(Same structure as above.)
This Skill covers the listed capabilities per RFC-0090 §Invariants:
tests/parity.test.json asserts at least one input pair per
capability.<other-category> (for…)