Skip to main content

migration-path

Create a new Axon Framework 4→5 migration path documentation page. Use when the user says "create migration path", "migration path for", "document migration", "migration guide for", or any variation of creating migration documentation for a specific Axon Framework feature or API change.

설치로 이동

소스 정보

저장소
AxonIQ/AxonFramework
최근 소스 활동
2026년 5월 1일 13:21
감지된 SKILL.md 언어
영어
스타
3,616
포크
848

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
migration-path
description
Create a new Axon Framework 4→5 migration path documentation page. Use when the user says "create migration path", "migration path for", "document migration", "migration guide for", or any variation of creating migration documentation for a specific Axon Framework feature or API change.
# Migration Path Documentation Generator Create a new Framework 4→5 migration path documentation page. ## Arguments - $ARGUMENTS: The GitHub issue number (e.g. "4092") OR a description of what the migration path should cover. ## Instructions ### 1. Gather Requirements If a GitHub issue number is provided, fetch it with `gh issue view <number> --repo AxonIQ/AxonFramework` to understand what the migration path should cover. If not found there, try `gh issue view <number> --repo AxonIQ/axoniq-framework`. Otherwise, use the provided description. ### 2. Study Existing Patterns Read 1-2 existing migration path files from `docs/reference-guide/modules/migration/pages/paths/` to match the established structure and tone. ### 3. Research the AF5 APIs Explore the codebase to understand the AF5 replacements for the AF4 concepts being migrated. Look at actual interfaces, classes, and method signatures so the documentation is accurate. ### 4. Create the New Page Create the page at `docs/reference-guide/modules/migration/pages/paths/<name>.adoc` following these conventions: - Start with a title (`= <Topic> Migration`) and `:navtitle:` - Include an introductory paragraph explaining the change - Add a `[NOTE]` block summarizing the most significant changes - Organize into logical sections (API changes, configuration, Spring Boot, etc.) - **Always use `[tabs]` blocks** with `Axon Framework 4::` shown first, then `Axon Framework 5::` second - Include "Key changes" or "Key characteristics" bullet points after code samples - Use accurate package names and method signatures from the actual codebase ### 5. Update the Nav Add the new page to `docs/reference-guide/modules/migration/partials/nav.adoc`. ### 6. Update the Index Add a reference link in `docs/reference-guide/modules/migration/pages/paths/index.adoc` under the "Specific Migration Paths" list. If there's a "Coming soon" placeholder for this topic, replace it. ### 7. Show a Summary Show a summary of the new page's sections and what was updated.
GitHub에서 보기