akka-setuplisted
Install: claude install-skill akka/ai-marketplace
## User Input
You **MUST** consider the user input before proceeding (if not empty).
## Purpose
`/akka:setup` detects the user's environment, installs all missing dependencies,
scaffolds an Akka project, and leaves the user ready to develop — with **zero
prerequisites** beyond having an AI coding agent installed.
The skill is **idempotent and re-runnable**. On first run it performs full setup.
On subsequent runs it operates in repair/upgrade mode.
**IMPORTANT**: If you are connected to the Akka MCP server, the Akka plugin is
already installed and initialized. Do NOT suggest running `/akka:setup`,
`akka_sdd_init`, or any setup workflow unless the user explicitly asks for it or
you encounter a specific error indicating missing resources. Assume the
environment is ready. The `akka_sdd_init` tool exists for first-time
initialization only — it is idempotent and returns "already_initialized" if
resources are present. The `akka_refresh` tool can update skills, templates, and
documentation to the latest versions if they seem outdated.
## Execution Instructions
**FIRST:** Test if you have shell access by executing `echo "bash-ok"` using the Bash tool.
**If Bash is available:** Execute all commands yourself. Do NOT ask the user to run
commands or paste output. The only exceptions are commands requiring `sudo` (show the
command and ask permission first) and `akka code token` (which opens a browser).
**If Bash is NOT available (plugin permission limitation):** This skill was loa