adr
Write an Architecture Decision Record documenting a significant technical decision.
Detect which packages in a monorepo are affected by recent changes.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/affectedContext preview
What this command does when you run it.
Detect which packages in a monorepo are affected by recent changes.
Detect which packages in a monorepo are affected by recent changes.
1. Detect the monorepo tool in use (Turborepo, Nx, Lerna, pnpm workspaces, Cargo workspace). 2. Get the list of changed files since the comparison point:
3. Map changed files to packages:
4. Build the dependency graph:
5. Calculate the full affected set:
6. Determine which tasks need to run:
7. Output the affected package list with recommended actions.
Affected Packages (since <comparison>) Changed files: <N> Directly affected: - @scope/pkg-a (3 files changed) - @scope/pkg-b (1 file changed) Transitively affected: - @scope/pkg-c (depends on pkg-a) Recommended: build: @scope/pkg-a @scope/pkg-b @scope/pkg-c test: @scope/pkg-a @scope/pkg-b lint: @scope/pkg-a @scope/pkg-b
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.