Setup Agents banner
Rixmerz Rixmerz

Setup Agents

DevOps community

Description

--- name: setup-agents description: Detect this project's tech stack and deploy specialized subagents. Use when starting a new project or when the tech stack has changed. disable-model-invocation: true argument-hint: "[tech-stack]" --- Detect this project's tech stack and deploy specialized subagents. 1. Analyze the project to identify languages and frameworks: - Check file extensions in the project root and src/ directories - Read package.json, Cargo.toml, go.mod, pyproject.toml, etc. i

Installation

Installs to ~/.claude/commands/rixmerz-agentcockpit-setup-agents.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Rixmerz/agentcockpit/HEAD/.claude/commands/setup-agents.md -o ~/.claude/commands/rixmerz-agentcockpit-setup-agents.md

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

Full documentation available on GitHub

View Source Repository