Scip CLI — AI skill for Claude Code
Python CLI for AI agents.
How to install Scip CLI
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open flesler/scip-cli and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Scip CLI does
Python CLI for AI agents. Queries SCIP indexes for precise refs, definitions, and repo health analysis.
Alternatives in AI
- AGENTS.md - Skill Seekers — Concise reference for AI coding agents 11.1k ★
- Codex — openai-codex Adversarial code review, Codex CLI integration, cross-model analysis 9.6k ★
- Jcodemunch MCP — Cut AI token costs 95%+ on code exploration 2.6k ★
README
scip-cli
[](https://badge.fury.io/py/scip-cli) [](https://opensource.org/licenses/MIT)
Python CLI for AI agents. Queries SCIP indexes for precise refs, definitions, and repo health analysis — TypeScript/JavaScript, Python, Go, Rust.
Why
AI agents waste tokens on grep and file scanning. scip-cli gives them precise, type-aware code navigation in milliseconds — and `analyze` surfaces dead code, cycles, and coupling so agents (and humans) can fix real problems fast.
Features
- Agent-first: Install as a skill for Claude Code, Cursor, or any AI agent — precise code navigation without burning context
- Token-efficient: One record per line, stderr for warnings, pipe-friendly output
- Fast: Direct SQLite queries — 10x to 213x faster than alternatives
analyze: Find dead exports, import cycles, stale types, coupling hotspots — actionable health dashboards at project, file, or symbol scope- Auto-indexing: Indexes on first query, caches in SQLite, zero config
Ports
CLI/output parity ports of this project (Python is the reference):
| Language | Repository |
|---|---|
| Python (reference) | flesler/scip-cli |
| Go | flesler/scip-cli-go |
| Rust | flesler/scip-cli-rust |
| Zig | flesler/scip-cli-zig |
For AI Agents
Install as a reusable skill so your agent always knows how to navigate the codebase:
scip-cli skill ~/.claude/skills/scip-cli/ # Claude Code
scip-cli skill ~/.cursor/skills/scip-cli/ # Cursor
Or dump the quick refere
Related Skills
Chrome Bridge
CLI for browser automation: let any AI agent drive your real Chrome — logged-in tabs, zero deps, no relaunch,
Codeseek
Rust-powered code intelligence CLI for AI coding agents. Builds call graphs and hybrid semantic search indexes
Skill Of Skills
The autonomous discovery engine for AI coding tools. Indexes skills, plugins, MCP servers, agents, and integra
Chat Recall
One memory across every AI coding tool. Indexes Claude Code, Gemini CLI, Codex, OpenCode and Antigravity sessi
Living Codebase Cartographer
Offline codebase cartographer: language-agnostic repo maps, dependency/call graphs, blast-radius impact analys
Wikify Repo
Compile any codebase into a grounded, lint-clean markdown wiki your AI agent can actually trust — SCIP symbol
Related Agents
Opengrep Rule Engineer
Expert in OpenGrep (FOSS Semgrep fork) and Semgrep rule authoring. Writes precise patterns, taint-tracking rul
Graph Reader
Builds and queries a lightweight symbol/dependency graph of a project. Called by executors before reading file
Cascade Runner
Sub-agent that orchestrates the PDF acquisition cascade for a batch of refs. Delegates the actual work to the