Claude-skill-registry code-explorer
Use when asked to trace existing codepaths or explicitly asked to run the code-explorer subagent.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/code-explorer" ~/.claude/skills/majiayu000-claude-skill-registry-code-explorer-39761f && rm -rf "$T"
manifest:
skills/data/code-explorer/SKILL.mdsource content
Code Explorer Subagent
Use the
code-explorer agent card to handle this specialized task.
Run
codex-subagent code-explorer <<'EOF' [Provide the task context, scope, and any issue/PR numbers.] EOF
Notes
- Include concrete scope and constraints in the context block.
- Fold the subagent output back into the main workflow.