Instructions file CodexOpenCode
Instructions for konveyor/agentic-controller, covering agentic controller — agent instructions, what this project is, key documents, how to work in this repo and go code.
Instructions file CodexOpenCode
Instructions for konveyor/agentic-controller, covering agentic controller — agent instructions, what this project is, key documents, how to work in this repo and go code.
Instructions file
Instructions for konveyor/agentic-controller: Project rules and instructions live in AGENTS.md. Read that file now -- it is the single source of truth for all agent-facing guidance in this repo.
Skill Claude CodeCodex
Migrates EJB components to CDI managed beans.
Skill Claude CodeCodex
Migrates Maven POM files from Java EE to Jakarta EE.
Skill Claude CodeCodex
Enforces that no javax. imports remain after migration.
Skill Claude CodeCodex
Reads docs/plan.md and executes each migration step in order. Does not build or test — that is the verify stage's job.
Skill Claude CodeCodex
Migrates Java EE 7/8 applications (WebLogic, JBoss, WildFly) to Quarkus 3. Use when moving off a traditional Java EE application server to the Quarkus runtime, not just renaming javax to jakarta.
Skill Claude CodeCodex
Analyzes a project by reading its build manifest, layout, and source, and uses the Konveyor analysis results (.konveyor/analysis.json) to work out the migration approach and dependency-ordered steps toward the target named in the prompt, and produces a single migration plan for approval. Produces docs/plan.md.
Skill Claude CodeCodex
Builds the migrated project and fixes build errors until it compiles, then runs tests and runtime verification, and confirms that every violation listed in .konveyor/analysis.json was addressed, using what the execute stage did. Appends its results to .konveyor/handoff.md.
Skill Claude CodeCodex
Detects the source application's tech stack and gathers migration decisions across 7 language-agnostic categories. Validates that the migration prompt matches the actual code before proceeding. Produces .konveyor/questionnaire.json.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Skill Claude CodeCodex
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Skill Claude CodeCodex
Open a pull request that passes this repo's CI checks — correct emoji title prefix and a changelog fragment when required. Use when the user wants to submit, open, or create a PR in this repository.