akka
v2.9.2Complete Akka SDK development workflow - from environment setup to production deployment
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install akka-2@agent-plugin-marketplacePaste 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-marketplaceremains 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-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/akka/.
Plugin files
├── .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
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:analyze.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:build.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:checklist.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:clarify.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:deploy.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:implement.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:issues.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:plan.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:review.
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.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:specify.
Alias for akka-sdd. Use for the Akka workflow corresponding to /akka:tasks.
MCP servers1
- command
- akka
- args
- mcp serve --disable-prompt
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": "./.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"
}
}{
"name": "akka",
"description": "Complete Akka SDK development workflow — from environment setup to production deployment",
"version": "2.9.2",
"author": {
"name": "Akka"
}
}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-2)