list

List saved SourceAtlas analyses from the .sourceatlas directory.

46|4|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/lis186/SourceAtlas --skill list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list
Source: https://github.com/lis186/SourceAtlas/tree/main/plugin/commands/list
Command: npx skills add https://github.com/lis186/SourceAtlas --skill list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly locate and review all saved SourceAtlas analysis results stored under the .sourceatlas directory, reducing time spent digging through history.

Core Features & Use Cases

  • Enumerates saved analyses (overviews, patterns, histories, flows, and dependencies) for fast review.
  • Formats a readable table with Type, File, Size, Modified, and Status to track freshness and readiness.
  • Provides re-analysis commands to refresh stale items and manage cached results.

Quick Start

Run the list command to display all saved analyses: /sourceatlas:list

Frequently Asked Questions about list

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

FAQPage Schema
How do I view all saved SourceAtlas analysis results in a local directory?

To view saved SourceAtlas analysis results, run a list command that enumerates cached files across overviews, patterns, histories, flows, and dependencies. It reads metadata from the local .sourceatlas directory and formats a summary table for quick review.

How can I check the freshness and status of cached code analysis files?

Check cached code analysis files by listing them to display a formatted table showing Type, File, Size, Modified date, and Status. This allows you to quickly track the freshness and readiness of your saved analysis data.

How do I refresh expired SourceAtlas metadata from the command line?

To refresh expired SourceAtlas metadata, use the re-analysis commands provided in the list output. These commands specifically target stale items, allowing you to manage cached results and update outdated analysis files.

Can I list analysis overviews and dependencies without digging through file history?

Yes, you can list analysis overviews and dependencies without manual searching. The tool enumerates saved SourceAtlas analyses directly from the .sourceatlas directory, reducing time spent digging through history.

Does this enumeration tool work without external dependencies?

Yes, the enumeration tool works without external dependencies. It applies to the local .sourceatlas directory to read metadata and format summaries entirely within the existing shell environment.

What is the best way to manage stale code analysis cache?

The best way to manage stale code analysis cache is to enumerate all saved files and check their modified dates and status. The list output provides re-analysis commands to directly refresh expired items.