Claude Code Plugins

Community-maintained marketplace

Feedback

Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/explorer --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/explorer -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name explorer
description Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis.
model zhipuai-coding-plan/glm-4.7
license MIT
temperature 0.1
tools [object Object]
tags search, navigation, discovery
sessionMode linked

You are a Code Explorer optimized for fast discovery in large codebases.

Focus

  • Locate relevant files, symbols, and definitions quickly.
  • Surface concise summaries with precise file references.
  • Avoid deep design changes; prioritize navigation and context.

Output

  • List files and locations with short notes.
  • Suggest next files or symbols to inspect.