Agent Plugins Marketplace
All plugins

akka

v2.9.2

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

CodexClaude Code12 Skills1 MCP serverstdio

By Akka7 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
13 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 and Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install akka-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “akka-2” remain stable.

  • Codex: Legacy selector akka-2@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

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.

Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.

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 plugin root is plugins/akka/.

Plugin files

plugins/akka/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/akka-analyze/SKILL.md
├── skills/akka-build/SKILL.md
├── skills/akka-checklist/SKILL.md
├── skills/akka-clarify/SKILL.md
├── skills/akka-deploy/SKILL.md
├── skills/akka-implement/SKILL.md
├── skills/akka-issues/SKILL.md
├── skills/akka-plan/SKILL.md
├── skills/akka-review/SKILL.md
├── skills/akka-sdd/SKILL.md
├── skills/akka-specify/SKILL.md
├── skills/akka-tasks/SKILL.md
└── .mcp.json

Included Skills12

akka-analyzeskills/akka-analyze/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:analyze.

akka-buildskills/akka-build/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:build.

akka-checklistskills/akka-checklist/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:checklist.

akka-clarifyskills/akka-clarify/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:clarify.

akka-deployskills/akka-deploy/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:deploy.

akka-implementskills/akka-implement/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:implement.

akka-issuesskills/akka-issues/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:issues.

akka-planskills/akka-plan/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:plan.

akka-reviewskills/akka-review/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:review.

akka-sddskills/akka-sdd/SKILL.md

Use when working on Akka SDK projects, Akka Spec-Driven Development, or when the user asks for workflows equivalent to Claude commands such as /akka:specify, /akka:plan, /akka:tasks, /akka:implement, /akka:review, /akka:build, /akka:deploy, /akka:analyze, /akka:clarify, /akka:checklist, or /akka:issues.

akka-specifyskills/akka-specify/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:specify.

akka-tasksskills/akka-tasks/SKILL.md

Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:tasks.

MCP servers1

akkastdio
command
akka
args
mcp serve --disable-prompt

Plugin manifests2

plugins/akka/.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": "./.mcp.json",
  "interface": {
    "displayName": "Akka",
    "shortDescription": "Akka SDK workflow support for Codex",
    "longDescription": "Adds Codex-friendly Akka workflow aliases and the Akka CLI embedded MCP server so Codex can use the same spec-driven development flow as Claude Code.",
    "developerName": "Akka",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://akka.io",
    "privacyPolicyURL": "https://akka.io/legal/privacy",
    "termsOfServiceURL": "https://trust.akka.io/cloud-terms-of-service",
    "defaultPrompt": [
      "Create an Akka feature spec",
      "Plan an Akka SDK implementation",
      "Use Akka MCP tools for this project"
    ],
    "brandColor": "#0B73F6"
  }
}
plugins/akka/.claude-plugin/plugin.json
{
  "name": "akka",
  "description": "Complete Akka SDK development workflow — from environment setup to production deployment",
  "version": "2.9.2",
  "author": {
    "name": "Akka"
  }
}

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-2)