akka
v2.9.2Complete Akka SDK development workflow — from environment setup to production deployment
By AkkaLicense: Apache-2.07 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 23 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install akka for Codex
codex plugin marketplace add akka/ai-marketplace
codex plugin marketplace upgrade ai-marketplace
codex plugin add akka@ai-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the ai-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “akka” remain stable.
- Codex:
akka@agent-plugin-marketplace→akka@ai-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/akka/ai-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/analyze/SKILL.md├── skills/build/SKILL.md├── skills/checklist/SKILL.md├── skills/clarify/SKILL.md├── skills/conform/SKILL.md├── skills/constitution/SKILL.md├── skills/converge/SKILL.md├── skills/deploy/SKILL.md├── skills/docs/SKILL.md├── skills/harnesses/SKILL.md├── skills/implement/SKILL.md├── skills/inspect/SKILL.md├── skills/issues/SKILL.md├── skills/mode/SKILL.md├── skills/plan/SKILL.md├── skills/reliability/SKILL.md├── skills/review/SKILL.md├── skills/setup/SKILL.md├── skills/ship/SKILL.md├── skills/specify/SKILL.md├── skills/status/SKILL.md├── skills/tasks/SKILL.md└── .mcp.json
Included Skills22
Perform 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.
Run the in-scope auditors, print the definition-of-done manifest, and return the engine verdict — READY_TO_SHIP or NOT_READY.
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
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.
Generate or refresh rendered project documentation, then verify it against the content-governance exit-condition family (language, completeness, tone).
Generate project-adapted enterprise-configuration assets (CI, scanning, supply-chain, content) into /harnesses, record them in the lock file, and surface each for approval so the engine can verify them.
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.
Show or switch the project's conformance mode between Enforced and À la carte, within the set the organization allows.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Add or remove resilience testing instrumentation — discovers endpoints at runtime and writes a config file for the daemon-hosted dashboard.
Review implemented code for Akka SDK best practices, and optionally against 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.
Run the auditors for every exit condition in scope for the requested ship target (review or release), and on pass run the ship steps the organization declared for that target.
Create or update the feature specification from a natural language feature description.
Show a read-only rollup of the definition of done — every exit condition with its state, properties, and open reason — without running any auditor.
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
MCP servers1
- command
- akka
- args
- mcp serve
Plugin manifests2
{
"name": "akka",
"version": "2.9.2",
"description": "Complete Akka SDK development workflow — from environment setup to production deployment",
"author": {
"name": "Akka"
},
"skills": "./skills/",
"mcpServers": {
"akka": {
"command": "akka",
"args": [
"mcp",
"serve"
]
}
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "akka",
"version": "2.9.2",
"description": "Complete Akka SDK development workflow — from environment setup to production deployment",
"author": {
"name": "Akka"
},
"homepage": "https://akka.io",
"repository": "https://github.com/akka/ai-marketplace",
"license": "Apache-2.0",
"keywords": [
"akka",
"sdk",
"spec-driven-development",
"agentic"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[akka on Agent Plugins Marketplace](https://pluginsmp.com/plugins/akka)