cli

cli is a skill for Claude Code, Codex from cdeust/ai-architect-mcp. It costs 0 tokens per session (212 once invoked), scanned A, original, MIT.

Command-line workflows for analyzing a codebase. They can index a repository, search its code, inspect symbol context, analyze a change’s impact, run Cypher queries, and manage indexes.

In plain words
What is it for?
Use them to analyze repositories, search for code, inspect classes or other symbols, check a change’s blast radius, query indexed data, and manage repository indexes.
Why use it?
They make it easier to find code and understand how symbols and changes relate across a repository.

Skill for Claude CodeCodex

Part of the ai-codebase-intelligence plugin — 8 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/cdeust/ai-architect-mcp/cli
Any agent
npx skills add cdeust/ai-architect-mcp --skill cli
Clone the repo
git clone --depth 1 https://github.com/cdeust/ai-architect-mcp

Made for: Claude Code, Codex.

Or install ai-codebase-intelligence, the plugin that ships this one along with the rest of its 8 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/cli.svg)](https://agentmods.dev/skills/cdeust/ai-architect-mcp/cli)
Your own site
<a href="https://agentmods.dev/skills/cdeust/ai-architect-mcp/cli"><img src="https://agentmods.dev/badge/skills/cdeust/ai-architect-mcp/cli.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 212 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00212
Opus 5 $0.00000 $0.00106
Sonnet 5 $0.00000 $0.00042
Haiku 4.5 $0.00000 $0.00021

Measured 3d ago against content hash 47ec130ebaaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ai-codebase-intelligence/skills/cli/SKILL.md · 37 lines

What it actually says

CLI Skill

Purpose

Provide command-line interface workflows for codebase intelligence operations.

When to Use

  • Direct terminal usage of the intelligence engine
  • Scripting and automation
  • CI/CD pipeline integration

Commands

Command Description
analyze <path> Index a repository
query <text> Search the codebase
context <name> Get symbol context
impact <name> Blast radius analysis
cypher <query> Raw Cypher query
list List indexed repos
status Engine status
clean <path> Delete repo index
mcp Start MCP server

Usage Examples

# Index a repo
ai-codebase-intelligence analyze /path/to/repo

# Search for symbols
ai-codebase-intelligence query "bias correction"

# Get context for a class
ai-codebase-intelligence context BiasCorrector
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 37 lines · 0 tokens per session scan A 47ec130ebaaa

Subscribe to this mod's changes

cli is a skill published in the GitHub repository cdeust/ai-architect-mcp (1 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 212 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

nexus-mapper

Generate a persistent .nexus-map/ knowledge base that lets any AI session instantly understand a codebase's architecture, systems, dependencies, and change hotspots. Use when starting work on an unfamiliar repository, onboarding with AI-assisted context, preparing for a major refactoring initiative, or enabling…

Haaaiawd/Nexus-skills · 118 tokens

nexus-query

Precise, instant code structure queries for active development — answer 'who depends on this interface before I refactor it', 'how many modules break if I change this', 'what is the real impact radius of this feature change', 'which module is the true high-coupling hotspot in this legacy codebase'. Essential before…

Haaaiawd/Nexus-skills · 119 tokens

API Documentation Generator

AI-powered API documentation generation tool that auto-generates comprehensive API docs from source code, including OpenAPI/Swagger specs, Postman collections, and markdown documentation with examples and authentication details.

XSpoonAi/spoon-awesome-skill · 41 tokens

hive.chart-creation-foundations

Required reading whenever any chart tool is available. Teaches the one-tool embedding contract (call chartrender → live chart appears in chat AND a downloadable PNG lands in the queen session dir), the ECharts (data viz) vs Mermaid (structural diagrams) decision, the BI/financial-grade aesthetic baseline (no…

aden-hive/hive · 133 tokens

browser-edge-cases

SOP for debugging browser automation failures on complex websites. Use when browser tools fail on specific sites like LinkedIn, Twitter/X, SPAs, or sites with Shadow DOM.

aden-hive/hive · 40 tokens

openai-whisper-api

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

spinabot/brigade · 20 tokens