Conversation
Update the PRD to reflect the decision to adopt Claude Code Commands instead of Skills, incrementing the version to 2.5.1 and marking the architecture as finalized. This change renames directories and concepts (.claude/skills -> .claude/commands), updates command names and helper scripts, clarifies prioritized commands (e.g. /atlas-pattern), adjusts examples and templates, and adds a new decision appendix explaining the rationale for Commands over Skills to make the tool more predictable, user-controlled, and faster to develop.
Introduce a complete, self-contained Claude Code plugin for SourceAtlas (v2.5.1) under plugin/. This initial release adds plugin metadata, changelog, license, README, comprehensive testing guide, and the atlas-pattern command implementation so the plugin can be developed and tested entirely within sourceatlas2. The change is needed to provide a packaged, zero-dependency plugin that documents usage, testing, and development workflow for pattern-learning features and to prepare the project for local testing and future marketplace publishing.
Introduce new `/atlas-overview` command to provide quick project insights in 10-15 minutes. Enables users to get 70-80% project understanding without full analysis. Key changes: - Create atlas-overview.md command specification - Update PRD documentation with new command details - Add high-priority command for fast project comprehension - Implement entropy-based scanning approach - Adjust command priority and documentation structure
lis186
added a commit
that referenced
this pull request
Nov 23, 2025
Pattern detection engine for learning design patterns from codebases. - 8 patterns supported (api endpoint, background job, etc.) - Tested on 6 iOS projects: 90-100% accuracy, <20s execution - Includes command, script, pattern library, and docs
lis186
added a commit
that referenced
this pull request
Dec 20, 2025
Pattern detection engine for learning design patterns from codebases. - 8 patterns supported (api endpoint, background job, etc.) - Tested on 6 iOS projects: 90-100% accuracy, <20s execution - Includes command, script, pattern library, and docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
.claude/skillsto.claude/commands/atlas-overviewcommand for rapid projectunderstanding - Added self-contained SourceAtlas plugin with