narsil

Guide usage of narsil-mcp's 76 code intelligence tools for search, analysis, and security scanning.

180|25|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/postrv/narsil-mcp --skill narsil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: narsil
Source: https://github.com/postrv/narsil-mcp/tree/main/narsil-plugin/skills/narsil
Command: npx skills add https://github.com/postrv/narsil-mcp --skill narsil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you efficiently use narsil-mcp's 76 code intelligence tools to search code, locate symbols, analyze call graphs, scan for security vulnerabilities, explore dependencies, and perform static analysis on indexed repositories. It reduces manual task switching and cognitive load.

Core Features & Use Cases

  • Guided tool usage: Learn which tools are best suited for common tasks like symbol search, call-graph analysis, or security scanning.
  • Workflow templates: Pre-defined sequences for exploring unfamiliar codebases, tracing features, or auditing dependencies.
  • Fast onboarding: Quickly get up to speed with lightweight commands (e.g., list_repos, get_index_status) and practical examples.

Quick Start

Start with a couple of basic checks, then run an end-to-end workflow:

  • list_repos
  • get_index_status
  • find_symbols repo=<name> symbol=main
  • get_call_graph repo=<name> function=main
  • scan_security repo=<name>