Skip to content

fix: install agentkit + saaskit plugins for Claude Code#18

Merged
saif-at-scalekit merged 2 commits into
mainfrom
saifshaik/sk-388-claude-code-setup-only-installs-agentkit-missing-saaskit
May 17, 2026
Merged

fix: install agentkit + saaskit plugins for Claude Code#18
saif-at-scalekit merged 2 commits into
mainfrom
saifshaik/sk-388-claude-code-setup-only-installs-agentkit-missing-saaskit

Conversation

@saif-at-scalekit
Copy link
Copy Markdown
Contributor

What

Claude Code setup was only installing agent-auth (agentkit). Now installs both agentkit and saaskit, matching the copilot stack pattern.

Changes

  • src/stacks/claude.ts: Updated CMDS to use agentkit instead of agent-auth and added saaskit install command. Updated PLUGIN_NAME to agentkit for consistent version checking.
  • test/stacks/claude.test.ts: Updated test expectations (3 commands instead of 2, agentkit instead of agent-auth)
  • Bumped version to 0.3.6

Before

claude plugin marketplace add scalekit-inc/claude-code-authstack
claude plugin install agent-auth@scalekit-auth-stack

After

claude plugin marketplace add scalekit-inc/claude-code-authstack
claude plugin install agentkit@scalekit-auth-stack
claude plugin install saaskit@scalekit-auth-stack

Testing

  • All 126 tests pass

Closes SK-388

Claude setup was only installing agent-auth (agentkit). Now installs
both agentkit and saaskit, matching the copilot stack pattern.

Also updates PLUGIN_NAME to agentkit for consistent version checking.

Closes SK-388
@saif-at-scalekit saif-at-scalekit merged commit 64e6a66 into main May 17, 2026
1 check passed
@saif-at-scalekit saif-at-scalekit deleted the saifshaik/sk-388-claude-code-setup-only-installs-agentkit-missing-saaskit branch May 17, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants