{
  "markdown": "# Akka AI Marketplace\n\nPlugin marketplace for AI-assisted Akka SDK development.\n\n## Installation\n\n### Claude Code (plugin)\n\n```\n/plugin marketplace add akka/ai-marketplace\n/plugin install akka@ai-marketplace\n/reload-plugins\n/akka:setup\n```\n\n### Antigravity (`agy`)\n\n```bash\nagy plugin install https://github.com/akka/ai-marketplace\n```\n\n### Codex\n\nCodex can use the same Akka workflow from the `plugins/akka` directory.\nThat plugin package includes a Codex manifest, an Akka MCP config using\n`akka mcp serve --disable-prompt`, and Codex skill aliases for the Akka\nworkflows.\n\n### Akka CLI (any AI agent)\n\nIf you're using Cursor, Windsurf, VS Code Copilot, or another AI coding agent — or\nprefer to set up manually — use the\n[Akka CLI](https://doc.akka.io/operations/cli/installation.html):\n\n```bash\n# Install the Akka CLI (see link above for all platform)\nbrew install akka/brew/akka      # macOS\n\n# Initialize your project — use the --agent flag for your editor\nakka specify init . --agent cursor\nakka specify init . --agent vscode-copilot\nakka specify init . --agent claude-code\n```\n\nThe `--agent` flag controls where commands are installed:\n\n| Agent           | Flag                     | Commands installed to |\n| --------------- | ------------------------ | --------------------- |\n| Claude Code     | `--agent claude-code`    | `.claude/commands/`   |\n| Cursor          | `--agent cursor`         | `.cursor/rules/`      |\n| VS Code Copilot | `--agent vscode-copilot` | `.github/prompts/`    |\n\nThis produces the same result as the Claude Code plugin: skills, templates,\ndocumentation, and MCP server configuration installed in your project directory.\nFor Codex, use the repo-local plugin files under `plugins/akka`.\n\n## Getting Started\n\nAfter installing via either path, run the setup command in your project directory:\n\n- **Plugin:** `/akka:setup`\n- **CLI-installed:** `/akka.setup`\n\nIt will:\n\n1. Detect your OS and install any missing dependencies (Java 21+, Maven 3.9+, Akka CLI)\n2. Configure the Akka download token for Maven\n3. Scaffold a new Akka project (or repair/upgrade an existing one)\n4. Download SDK documentation and AI context\n5. Optionally configure Docker and AI API keys\n\nZero prerequisites beyond having a supported AI coding agent installed.\n\n## Commands\n\n| Plugin (Claude Code) | CLI-installed        | Description                                            |\n| -------------------- | -------------------- | ------------------------------------------------------ |\n| `/akka:setup`        | `/akka.setup`        | Set up a complete Akka development environment         |\n| `/akka:constitution` | `/akka.constitution` | Create or update the project constitution              |\n| `/akka:specify`      | `/akka.specify`      | Create or update a feature specification               |\n| `/akka:clarify`      | `/akka.clarify`      | Resolve open questions in specs or plans               |\n| `/akka:plan`         | `/akka.plan`         | Generate an implementation plan from a spec            |\n| `/akka:tasks`        | `/akka.tasks`        | Break a plan into ordered, testable tasks              |\n| `/akka:analyze`      | `/akka.analyze`      | Analyze codebase for patterns and issues               |\n| `/akka:checklist`    | `/akka.checklist`    | Generate implementation or review checklists           |\n| `/akka:implement`    | `/akka.implement`    | Execute tasks from the task list                       |\n| `/akka:harnesses`    | `/akka.harnesses`    | Generate the enterprise-configuration assets required  |\n| `/akka:converge`     | `/akka.converge`     | Queue remaining work the spec and plan still require   |\n| `/akka:review`       | `/akka.review`       | Review code against spec and constitution              |\n| `/akka:build`        | `/akka.build`        | Build, test, and run the service locally               |\n| `/akka:inspect`      | `/akka.inspect`      | Inspect a deployed service                             |\n| `/akka:reliability`  | `/akka.reliability`  | Add or remove resilience-testing instrumentation       |\n| `/akka:deploy`       | `/akka.deploy`       | Deploy to the Akka platform                            |\n| `/akka:issues`       | `/akka.issues`       | Track and manage issues                                |\n| `/akka:status`       | `/akka.status`       | Show the definition-of-done rollup, read-only          |\n| `/akka:conform`      | `/akka.conform`      | Run the auditors and return the ship-readiness verdict |\n| `/akka:ship`         | `/akka.ship`         | Run the auditors and, on pass, run the ship steps      |\n| `/akka:mode`         | `/akka.mode`         | Switch between Enforced and À la carte modes           |\n| `/akka:docs`         | `/akka.docs`         | Generate rendered project documentation into `docs/`   |\n\n> **Migrating from `akka-specify`?** The `akka-specify` plugin is still available but deprecated. Uninstall it and install `akka` instead.\n\n## Attribution\n\nThe spec-driven development workflow (specify, plan, tasks, clarify, analyze, checklist,\nissues) is built on [SpecKit](https://github.com/github/spec-kit), adapted for the\nAkka SDK with MCP tool integration. The build, conform, constitution, converge, deploy,\ndocs, harnesses, implement, inspect, mode, reliability, review, setup, ship, and status\nskills are original to Akka.\n\n## License\n\nSee [LICENSE](LICENSE) for details.\n",
  "bytes": 5386,
  "sha": "0a658de8837b339f7ddff1b88280424bdc1b5c435fbc91a6c59a575d2a1f7724",
  "repo_slug": "akka/ai-marketplace",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_akka_ai_marketplace_7c7ab299/readme"
}