symbol-lookup

Resolve symbol definitions, signatures, usages, and imports via the jcodemunch MCP server.

Updated Apr 24, 2025
One-click install
npx skills add https://github.com/danielbush/oneput --skill symbol-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: symbol-lookup
Source: https://github.com/danielbush/oneput/tree/main/.agents/skills/symbol-lookup
Command: npx skills add https://github.com/danielbush/oneput --skill symbol-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and understand code symbols across a repository by querying the jcodemunch MCP server to quickly find definitions, usages, and navigation paths.

Core Features & Use Cases

  • Symbol search by name with optional kind filters to quickly locate definitions and references.
  • Contextual details retrieval for a symbol, including its signature, related imports, and surrounding code to understand dependencies.
  • Usage discovery: find all references and navigate to usage sites, or browse a file outline to map symbol relationships.

Quick Start

Ask it to locate the definition of a symbol and show its references.

Frequently Asked Questions about symbol-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find function definitions and references across a large codebase?

To find function definitions and references across a large codebase, query the jcodemunch MCP server to resolve symbol names, retrieve contextual signatures, and discover all usage sites.

Can I search for specific code symbols like classes and types in a monorepo?

Yes, you can search for specific code symbols like classes and types in a monorepo by querying names with optional kind filters to quickly locate matching definitions and references.

What is the best way to understand a code symbol's dependencies and imports?

The best way to understand a code symbol's dependencies and imports is to retrieve its contextual details from the jcodemunch server, which provides signatures, related imports, and surrounding code.

Do I need the jcodemunch MCP tooling to look up code symbols?

Yes, you need the jcodemunch MCP tooling installed and configured because the Skill directly queries this server to perform lookups, detail retrieval, and usage discovery across repositories.

How do I map symbol relationships and navigate usage sites in a repository?

To map symbol relationships and navigate usage sites in a repository, use the usage discovery feature to find all references or browse a file outline to visualize structural connections.