ai-marketplace

skill
Security Audit
Warn
Health Warn
  • License — License: Apache-2.0
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 6 GitHub stars
Code Pass
  • Code scan — Scanned 3 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Akka AI Marketplace

README.md

Akka AI Marketplace

Plugin marketplace for AI-assisted Akka SDK development.

Installation

Claude Code (plugin)

/plugin marketplace add akka/ai-marketplace
/plugin install akka@ai-marketplace
/reload-plugins
/akka:setup

Akka CLI (any AI agent)

If you're using Cursor, Windsurf, VS Code Copilot, or another AI coding agent — or
prefer to set up manually — use the
Akka CLI:

# Install the Akka CLI (see link above for all platform)
brew install akka/brew/akka      # macOS

# Initialize your project — use the --agent flag for your editor
akka specify init . --agent cursor
akka specify init . --agent vscode-copilot
akka specify init . --agent claude-code

The --agent flag controls where commands are installed:

Agent Flag Commands installed to
Claude Code --agent claude-code .claude/commands/
Cursor --agent cursor .cursor/rules/
VS Code Copilot --agent vscode-copilot .github/prompts/

This produces the same result as the Claude Code plugin: skills, templates,
documentation, and MCP server configuration installed in your project directory.

Getting Started

After installing via either path, run the setup command in your project directory:

  • Plugin: /akka:setup
  • CLI-installed: /akka.setup

It will:

  1. Detect your OS and install any missing dependencies (Java 21+, Maven 3.9+, Akka CLI)
  2. Configure the Akka download token for Maven
  3. Scaffold a new Akka project (or repair/upgrade an existing one)
  4. Download SDK documentation and AI context
  5. Optionally configure Docker and AI API keys

Zero prerequisites beyond having Claude Code installed.

Commands

Plugin (Claude Code) CLI-installed Description
/akka:setup /akka.setup Set up a complete Akka development environment
/akka:specify /akka.specify Create or update a feature specification
/akka:plan /akka.plan Generate an implementation plan from a spec
/akka:tasks /akka.tasks Break a plan into ordered, testable tasks
/akka:implement /akka.implement Execute tasks from the task list
/akka:inspect /akka.inspect Inspect a deployed service
/akka:build /akka.build Build, test, and run the service locally
/akka:deploy /akka.deploy Deploy to the Akka platform
/akka:review /akka.review Review code against spec and constitution
/akka:clarify /akka.clarify Resolve open questions in specs or plans
/akka:analyze /akka.analyze Analyze codebase for patterns and issues
/akka:checklist /akka.checklist Generate implementation or review checklists
/akka:issues /akka.issues Track and manage issues
/akka:constitution Edit the project constitution

Migrating from akka-specify? The akka-specify plugin is still available but deprecated. Uninstall it and install akka instead.

Attribution

The spec-driven development workflow (specify, plan, tasks, clarify, analyze, checklist,
issues) is built on SpecKit, adapted for the
Akka SDK with MCP tool integration. The build, deploy, implement, review, setup, and
constitution skills are original to Akka.

License

See LICENSE for details.

Reviews (0)

No results found