list
List saved SourceAtlas analysis results
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install lis186/SourceAtlas/list skilz install lis186/SourceAtlas/list --agent opencode skilz install lis186/SourceAtlas/list --agent codex skilz install lis186/SourceAtlas/list --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/lis186/SourceAtlas cp -r SourceAtlas/plugin/commands/list ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Repository
- SourceAtlas
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 74.0
Agent Skill Grade
C
Score: 74/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- Description 'List saved SourceAtlas analysis results' is generic and lacks keywords users might search for
- Full 7-row example table consumes tokens; pattern is clear from 2-3 rows
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
Developer Feedback
I took a look at your list skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 74/100, solid C grade territory. This is based on Anthropic's best practices for skill design. Your Progressive Disclosure Architecture is the strongest pillar (22/30) — the skill's structure and token economy are well thought out. The weakest area is Spec Compliance (10/15), mainly because the description is missing trigger phrases that would help users discover and invoke the skill.
What's Working Well
- Clean command structure — The numbered steps with bash commands are straightforward and easy to follow. Users know exactly what to do.
- Good error handling — You're handling edge cases like empty directories and expired items, with actionable next steps (e.g., "run
list refresh"). - Consistent terminology — "saved analyses," "cached," "expired" are used consistently throughout, so there's no confusion about what the skill does.
- Grep-friendly output — The format lends itself well to piping and parsing, which is a nice practical touch (+1 bonus point).
The Big One: Description Needs Trigger Phrases
Your description — "List saved SourceAtlas analysis results" — is too generic. When someone searches the marketplace or asks an agent "list my cached analyses," they won't find this skill because those keywords aren't in the metadata.
Current:
description: List saved SourceAtlas analysis results
Better:
description: List cached SourceAtlas analyses - show saved results, cache status, expired items, and storage usage in .sourceatlas/ directory
This adds searchable terms like "cached," "show results," "cache status," and "expired" that match how users actually think about the problem. This alone could bump you +2-3 points on Spec Compliance and Ease of Use.
Other Things Worth Fixing
Verbose example tables — Your 7-row example in Step 3 shows the pattern clearly with 2-3 rows. Trimming this saves tokens and keeps people engaged (+1 point on Writing Style).
"Your Task" heading — Minor, but heading with second person ("Your Task") is less imperative than just "Task" or "Overview." Tiny shift, big consistency win (+0.5 points).
No table of contents — At ~100 lines, a quick TOC would help users jump to what they need without scrolling (+1 point on Navigation Signals).
Quick Wins
- Add trigger phrases to the description → +2-3 points
- Trim example tables from 7 rows to 3 → +1 point
- Add a simple TOC at the top → +1 point
- Fix "Your Task" to imperative form → +0.5 points
Hit these, and you're looking at 79-81/100 — solid B grade range.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?