flesler

Scip CLI — AI skill for Claude Code

AI community

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

[![PyPI version](https://badge.fury.io/py/scip-cli.svg)](https://badge.fury.io/py/scip-cli) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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