By AxonIQ
Tools for contributors to the Axon Framework project: comprehensive code reviews against AF5 standards, core coding patterns, framework infrastructure design guidelines, reference documentation authoring, and PR comment processing. Not intended for application developers using Axon Framework.
Add or update Axon Framework 5 reference documentation. Use when the user says "add docs", "update docs", "document feature", "write documentation for", "update the reference guide", "add a page", "edit the docs", "adapt documentation", or any variation of creating or editing AsciiDoc pages in the Axon Framework docs.
Process GitHub PR review comments one by one for an Axon Framework pull request. Use when the user says "process PR comments", "work through review comments", "handle review feedback", "go through PR feedback", or provides a GitHub PR URL or PR number and wants to address reviewer comments systematically.
For Axon Framework contributors. Performs comprehensive code reviews against AF5 contributor standards: analyzes changed files, checks Antora documentation, verifies test coverage, and ensures compliance with AF5 patterns. Provides actionable fix suggestions that can be applied immediately.
Agent Skills to help developers using AI agents with Axon Framework — whether you are migrating an application to Axon 5, building applications on Axon Framework 5, or contributing to the framework itself.
Skills follow the agentskills.io format and live with the plugin that owns them, under plugins/<plugin>/skills/. This repo is a multi-runtime marketplace (axoniq): install a curated plugin into Claude Code, Codex, or Cursor, or pull individual skills into any agent with npx skills.
⚠️ These skills drive LLMs, which can make mistakes and hallucinate. Don't trust the output blindly — review, test, and verify it before relying on it. The skills are provided on a best-effort basis, with no guarantee of correctness or completeness. Spot a problem or a gap? Contributions are very welcome — see Contributing and help us make these skills better.
| Plugin | Version | For whom |
|---|---|---|
axoniq-migration | 0.2.0 | Anyone migrating an application from Axon Framework 4 to Axon Framework 5 / Axoniq Framework 5. |
axoniq-app-development | 0.4.0 | Developers building their own applications with Axon Framework 5 — the framework's users. |
axoniq-framework-contribution | 1.4.0 | Contributors developing the Axon Framework itself — not for building applications with it. |
Each plugin carries its own CHANGELOG.md and is versioned independently.
axoniq-migrationis best-effort. It automates as much of the Axon Framework 4 → 5 migration as it reliably can, but it will not always migrate everything: expect some leftover concerns (unusual patterns, edge cases, manual decisions) flagged for you to finish by hand. It migrates code and configuration only — not stored data (event store contents, tracking tokens). Always review and test the result.
Replace <plugin> below with one of axoniq-migration, axoniq-app-development, or axoniq-framework-contribution.
Curated, named plugins; auto-updates via the marketplace. Run inside Claude Code, or as claude plugin … from the shell:
/plugin marketplace add AxonIQ/agent-skills
/plugin install <plugin>@axoniq
marketplace update axoniq later pulls the latest skills.
codex plugin marketplace add AxonIQ/agent-skills
codex plugin add <plugin>@axoniq
codex plugin marketplace upgrade axoniq later pulls the latest skills.
/plugin marketplace add AxonIQ/agent-skills
/plugin install <plugin>@axoniq
Or browse/submit via the Cursor marketplace.
For Gemini CLI, Cursor, Codex, opencode, and others — installs skill folders directly (skills are discovered under plugins/*/skills/). For example, to install the full axon4to5 migration skill set explicitly:
npx skills add AxonIQ/agent-skills # interactive picker
npx skills add AxonIQ/agent-skills \
--skill axon4to5-openrewrite axon4to5-migrate-code axon4to5-isolatedtest \
-a <agent> # all axon4to5 migration skills
npx skills add AxonIQ/agent-skills --skill axon4to5-openrewrite -a claude-code # one skill + agent
Common -a <agent> values include gemini-cli, cursor, codex, opencode, and claude-code.
Contributions are very welcome — these skills get better the more people use them and report back. Found a hallucinated or wrong result, a migration gap, a missing recipe, or an idea for a new skill? Open an issue or a PR. Repository layout and how to add a plugin: see DEVELOPMENT.md.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub axoniq/agent-skills --plugin axoniq-framework-contributionSkills for developers building applications with Axon Framework 5: command handling and event-sourced entities, DCB decision models, event handling and processors, query handling, the event store and conversion, messaging foundations, configuration, and testing.
Migrate applications from Axon Framework 4 to Axon Framework 5 / Axoniq Framework 5. Bundles the phased migration orchestrator, the OpenRewrite bulk-migration recipe runner (Maven & Gradle), and the per-target isolated-test helper.
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.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques