code-intelligence

Route repository analysis tasks to the optimal provider based on intent and language.

18|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/dachent/skills --skill code-intelligence-dachent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-intelligence
Source: https://github.com/dachent/skills/tree/main/code-intelligence
Command: npx skills add https://github.com/dachent/skills --skill code-intelligence-dachent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the problem of inefficient repository analysis by providing a deterministic routing layer that selects the most appropriate tool for a given coding task, preventing unnecessary index building or tool overhead.

Core Features & Use Cases

  • Provider Routing: Automatically selects between direct source inspection, Graphify, or code-mapper based on the specific intent and repository state.
  • Freshness Management: Performs lightweight preflight checks to ensure graph data is current before attempting graph-backed analysis.
  • Use Case: When performing a Python-specific impact analysis, the skill routes directly to the code-mapper, bypassing heavy graph-loading processes to ensure sub-second performance.

Quick Start

Use the code-intelligence skill to route my request for Python dependency analysis to the most efficient provider.

Frequently Asked Questions about code-intelligence

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

FAQPage Schema
How do I route Python dependency analysis to the most efficient provider?

Python dependency analysis routing directs tasks straight to the code-mapper, bypassing heavy graph-loading processes to ensure sub-second performance for structural analysis.

What is the best way to prevent unnecessary index building during repository analysis?

Repository analysis overhead is prevented by using a deterministic routing layer that selects the most appropriate tool based on specific intent and repository state, avoiding unnecessary index building.

How does persistent graph freshness management work for code analysis?

Graph freshness management performs lightweight preflight checks to ensure persistent graph data is current before attempting any graph-backed code analysis.

Can I use Claude Code workflows for security-flow triage and broad discovery?

Claude Code workflows support security-flow triage and broad discovery by routing repository analysis tasks to the optimal provider based on intent, language, and graph freshness.

Does provider routing work with Graphify and code-mapper for source verification?

Provider routing selects between direct source inspection, Graphify, or code-mapper, satisfying requirements for evidence preservation and verification against source and tests.