Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/atlas.deps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Analyze dependency usage for library/framework/SDK upgrades
model: sonnet
allowed-tools: Bash, Glob, Grep, Read, Write, WebFetch, WebSearch, AskUserQuestion
argument-hint: [library or SDK name, e.g., "react", "axios", "iOS 18", "Python 3.12"] [--save] [--force]
argument-hint: '[library or SDK name, e.g., "react", "axios", "iOS 18", "Python 3.12"] [--save] [--force]'
---

# SourceAtlas: Dependency Analysis
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/atlas.flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Extract business logic flow from code, trace execution path from entry point
model: opus
allowed-tools: Bash, Glob, Grep, Read, Write
argument-hint: [flow description or entry point, e.g., "user checkout", "from OrderService.create()"] [--save] [--force]
argument-hint: '[flow description or entry point, e.g., "user checkout", "from OrderService.create()"] [--save] [--force]'
---

# SourceAtlas: Flow Analysis
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/atlas.impact.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Analyze the impact scope of code changes using static dependency analysis
model: sonnet
allowed-tools: Bash, Glob, Grep, Read, Write
argument-hint: [target, e.g., "User model", "api /api/users/{id}", "authentication"] [--save] [--force]
argument-hint: '[target, e.g., "User model", "api /api/users/{id}", "authentication"] [--save] [--force]'
---

# SourceAtlas: Impact Analysis (Static Dependencies)
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/atlas.overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Get project overview - scan <5% of files to achieve 70-80% understanding
model: sonnet
allowed-tools: Bash, Glob, Grep, Read, Write
argument-hint: [path] [--save] [--force] (e.g., "src/api" or ". --save")
argument-hint: '[path] [--save] [--force] (e.g., "src/api" or ". --save")'
---

# SourceAtlas: Project Overview (Stage 0 Fingerprint)
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/atlas.pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Learn design patterns from the current codebase
model: sonnet
allowed-tools: Bash, Glob, Grep, Read, Write
argument-hint: [pattern type, e.g., "api endpoint", "background job"] [--save] [--force] [--brief|--full]
argument-hint: '[pattern type, e.g., "api endpoint", "background job"] [--save] [--force] [--brief|--full]'
---

# SourceAtlas: Pattern Learning Mode
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/atlas.reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Clear saved SourceAtlas analysis results
model: haiku
allowed-tools: Bash, Read
argument-hint: (optional) [target: overview|patterns|flows|history|impact|deps]
argument-hint: "(optional) [target: overview|patterns|flows|history|impact|deps]"
---

# SourceAtlas: Clear Saved Results
Expand Down
2 changes: 1 addition & 1 deletion plugin/commands/deps/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deps
description: Analyze dependency usage for library/framework/SDK upgrades
model: sonnet
allowed-tools: Bash, Glob, Grep, Read, Write, WebSearch, WebFetch
argument-hint: [target, e.g., "react 17 → 18", "iOS 16", "lodash"] [--force]
argument-hint: '[target, e.g., "react 17 → 18", "iOS 16", "lodash"] [--force]'
---

# SourceAtlas: Dependencies
Expand Down
2 changes: 1 addition & 1 deletion plugin/commands/flow/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: flow
description: Extract business logic flow from code, trace execution path from entry point
model: opus
allowed-tools: Bash, Glob, Grep, Read, Write
argument-hint: [flow description or entry point, e.g., "user checkout", "from OrderService.create()"] [--force]
argument-hint: '[flow description or entry point, e.g., "user checkout", "from OrderService.create()"] [--force]'
---

# SourceAtlas: Flow Analysis
Expand Down
2 changes: 1 addition & 1 deletion plugin/commands/impact/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: impact
description: Analyze the impact scope of code changes using static dependency analysis
model: sonnet
allowed-tools: Bash, Glob, Grep, Read, Write
argument-hint: [target, e.g., "User model", "api /api/users/{id}", "authentication"] [--force]
argument-hint: '[target, e.g., "User model", "api /api/users/{id}", "authentication"] [--force]'
---

# SourceAtlas: Impact Analysis (Static Dependencies)
Expand Down
2 changes: 1 addition & 1 deletion plugin/commands/pattern/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pattern
description: Learn design patterns from the current codebase
model: sonnet
allowed-tools: Bash, Glob, Grep, Read, Write
argument-hint: [pattern type, e.g., "api endpoint", "background job"] [--force] [--brief|--full]
argument-hint: '[pattern type, e.g., "api endpoint", "background job"] [--force] [--brief|--full]'
---

# SourceAtlas: Pattern Learning Mode
Expand Down
2 changes: 1 addition & 1 deletion plugin/commands/reset/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: reset
description: Clear saved SourceAtlas analysis results
model: haiku
allowed-tools: Bash, Read
argument-hint: (optional) [target: overview|patterns|flows|history|impact|deps]
argument-hint: "(optional) [target: overview|patterns|flows|history|impact|deps]"
---

# SourceAtlas: Clear Saved Results
Expand Down