Agent Plugins Marketplace
All plugins

akka

v2.9.2

Complete Akka SDK development workflow — from environment setup to production deployment

CodexAgent Plugins22 Skills1 MCP serverstdio

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

Installs for the current user
codex plugin marketplace add akka/ai-marketplace
codex plugin marketplace upgrade ai-marketplace
codex plugin add akka@ai-marketplace

Paste 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-marketplaceakka@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-marketplace

Clone 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

akka/
├── .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

analyzeskills/analyze/SKILL.md

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

buildskills/build/SKILL.md

Build, test, and run the service locally. This is the local development loop — no platform deployment happens here.

checklistskills/checklist/SKILL.md

Generate a custom checklist for the current feature based on user requirements.

clarifyskills/clarify/SKILL.md

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

conformskills/conform/SKILL.md

Run the in-scope auditors, print the definition-of-done manifest, and return the engine verdict — READY_TO_SHIP or NOT_READY.

constitutionskills/constitution/SKILL.md

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

convergeskills/converge/SKILL.md

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.

deployskills/deploy/SKILL.md

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.

docsskills/docs/SKILL.md

Generate or refresh rendered project documentation, then verify it against the content-governance exit-condition family (language, completeness, tone).

harnessesskills/harnesses/SKILL.md

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.

implementskills/implement/SKILL.md

Execute the implementation plan by processing and executing all tasks defined in tasks.md

inspectskills/inspect/SKILL.md

Inspect a running service's runtime state — exercise API endpoints, verify internal state via backoffice, and validate the UI via browser. Spec-driven.

issuesskills/issues/SKILL.md

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

modeskills/mode/SKILL.md

Show or switch the project's conformance mode between Enforced and À la carte, within the set the organization allows.

planskills/plan/SKILL.md

Execute the implementation planning workflow using the plan template to generate design artifacts.

reliabilityskills/reliability/SKILL.md

Add or remove resilience testing instrumentation — discovers endpoints at runtime and writes a config file for the daemon-hosted dashboard.

reviewskills/review/SKILL.md

Review implemented code for Akka SDK best practices, and optionally against spec, plan, and constitution.

setupskills/setup/SKILL.md

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.

shipskills/ship/SKILL.md

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.

specifyskills/specify/SKILL.md

Create or update the feature specification from a natural language feature description.

statusskills/status/SKILL.md

Show a read-only rollup of the definition of done — every exit condition with its state, properties, and open reason — without running any auditor.

tasksskills/tasks/SKILL.md

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

MCP servers1

akkastdio
command
akka
args
mcp serve

Plugin manifests2

.codex-plugin/plugin.json
{
  "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"
      ]
    }
  }
}
plugin.json
{
  "$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"
  ]
}

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)