agentstacktech

Agentstack Init — Development skill for Claude Code

Development community

Bootstrap AgentStack in this project — OAuth login, SDK hint, capability discovery, next commands.

How to install Agentstack Init

Installs to ~/.claude/skills/agentstacktech-claude-plugin-agentstack-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agentstacktech-claude-plugin-agentstack-init && curl -fsSL https://raw.githubusercontent.com/agentstacktech/claude-plugin/HEAD/commands/agentstack-init.md -o ~/.claude/skills/agentstacktech-claude-plugin-agentstack-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agentstack Init does


description: Bootstrap AgentStack in this project — OAuth login, SDK hint, capability discovery, next commands.

/agentstack:init

Run **in this order**.

1. Auth

If MCP is not configured (`claude mcp list` missing `agentstack`), run `/agentstack:login`:

node scripts/device-login.mjs --scope-preset=full

Then run the printed `claude mcp add` command.

2. Smoke

{
  "steps": [{ "action": "auth.get_profile", "params": {} }]
}

If this fails → `/agentstack:

Alternatives in Development

  • Codexbar — Show usage stats for OpenAI Codex and Claude Code, without having to login 8.8k ★
  • Agentlas Login — Sign this machine into Agentlas (opens the browser sign-in window) 1.1k ★
  • Claude Balancer — A load balancer proxy for multiple Claude OAuth accounts with automatic failover, request tracking, and web da 910 ★

Full documentation available on GitHub

View Source Repository