adr
Write an Architecture Decision Record documenting a significant technical decision.
Synchronize package versions across a monorepo for consistent releases.
$ 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.
/sync-versionsContext preview
What this command does when you run it.
Synchronize package versions across a monorepo for consistent releases.
Synchronize package versions across a monorepo for consistent releases.
1. Read all package manifests in the monorepo workspace. 2. Analyze current version state:
3. Determine the versioning strategy:
4. For each package with changes, determine version bump:
5. Update versions:
6. Generate changelog entries for each bumped package. 7. Commit version bumps and tags.
Version Sync: <strategy> | Package | Current | New | Changes | Bump | |---------|---------|-----|---------|------| | @scope/core | 1.2.0 | 1.3.0 | 5 commits | minor | | @scope/cli | 1.2.0 | 1.2.1 | 2 commits | patch | | @scope/ui | 1.2.0 | 1.2.0 | 0 commits | none | Dependency updates: - @scope/cli: @scope/core ^1.2.0 -> ^1.3.0 Commands: git tag @scope/core@1.3.0 git tag @scope/cli@1.2.1
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.