📄
AI EngineeringPython

SourceSage CLI

by Sunwood-ai-labs

SourceSage CLI is an AI Engineering skill for Claude Code, published by Sunwood-ai-labs in SourceSage.

72 stars2 forkson Sunwood-ai-labs/SourceSageAdded 2026/07/16Repository updated 2026/03/14
aiclideveloper-toolsdocumentationgitllmmarkdownpythonrepository-analysis
Install in seconds
Install SourceSage CLI
Copy SourceSage CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Sunwood-ai-labs/SourceSage ~/.claude/skills/SourceSage

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Sunwood-ai-labs/SourceSage.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in Sunwood-ai-labs/SourceSage
Installs to
~/.claude/skills/SourceSage
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What SourceSage CLI does

Generates an AI-friendly Markdown summary of a repository's structure, Git context, and file contents. Use to prepare codebases for LLM analysis or documentation.

SourceSage CLI is cataloged under AI Engineering on DirSkills. SourceSage CLI comes from a repository tagged ai, cli, developer-tools, documentation and git.

Documentation

README

SourceSage CLI

Overview

Use the SourceSage CLI from this repository checkout to generate repository summaries for the current repo or another local repo.

Prefer the local checkout over assuming sourcesage is globally installed. In this repository layout, the SourceSage tool root is the directory that contains this SKILL.md.

Workflow

  1. Resolve the SourceSage tool root and the target repository.
    • If the user did not specify another repo, analyze the current workspace.
    • If the current workspace is not the SourceSage repo, run SourceSage from its own checkout with uv run --directory <sourcesage-root> sage ....

This is the opening of the README. Read the full README on GitHub.

Frequently asked about SourceSage CLI

  • How does SourceSage CLI compare to other AI Engineering skills?

    SourceSage CLI ranks #3485 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of SourceSage CLI against them. Open each page to compare what they document and how they install.