By akka
Complete Akka SDK development workflow — from environment setup to production deployment
npx claudepluginhub akka/ai-marketplace --plugin akkaPerform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Build, test, and run the service locally. This is the local development loop — no platform deployment happens here.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Build a container image, push it, and deploy the service to the Akka platform. This is the transition from local development to development on the AAO platform.
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Inspect a running service's runtime state — exercise API endpoints, verify internal state via backoffice, and validate the UI via browser. Spec-driven.
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Review implemented code against the spec, plan, and constitution.
Set up a complete Akka SDK development environment from scratch. Installs Java, Maven, Akka CLI, configures tokens, scaffolds a project, and downloads context documentation. Idempotent — safe to rerun for repair/upgrade.
Create or update the feature specification from a natural language feature description.
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Plugin marketplace for AI-assisted Akka SDK development.
/plugin marketplace add akka/ai-marketplace
/plugin install akka@ai-marketplace
/reload-plugins
/akka:setup
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.
After installing via either path, run the setup command in your project directory:
/akka:setup/akka.setupIt will:
Zero prerequisites beyond having Claude Code installed.
| 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? Theakka-specifyplugin is still available but deprecated. Uninstall it and installakkainstead.
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.
See LICENSE for details.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use