Skip to main content
Repositório GitHub

agentic-controller

agentic-controller contém 8 skills coletadas de konveyor, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
8
Stars
2
atualizado
2026-07-31
Forks
5
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

execute
Desenvolvedores de software

Reads PLAN.md and executes each migration step sequentially. Applies transformations file by file, consulting domain-specific reference patterns provided by loaded migration skills. Use after the plan stage has produced PLAN.md.

2026-07-31
javaee-to-quarkus
Desenvolvedores de software

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.

2026-07-31
plan
Desenvolvedores de software

Reads a project and a goal statement, then produces PLAN.md in the repo root. The plan is specific to THIS project — real file paths, real dependencies, real layer ordering. Uses graphify to generate a code graph, then selectively reads complex files. Does NOT execute any changes. Output is always PLAN.md and nothing else. Use when starting a new migration to create the migration plan before any code changes.

2026-07-31
verify
Analistas de garantia de qualidade de software e testadores

Runs the project build command, parses compiler errors, applies conservative fixes, and iterates until the build passes or max iterations are reached. Use after the execute stage has finished migrating source files.

2026-07-31
ejb-to-cdi
Desenvolvedores de software

Migrates EJB components to CDI managed beans.

2026-07-02
maven-migration
Desenvolvedores de software

Migrates Maven POM files from Java EE to Jakarta EE.

2026-07-02
no-javax-imports
Desenvolvedores de software

Enforces that no javax.* imports remain after migration.

2026-07-02
grill-with-docs
Desenvolvedores de software

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.

2026-07-01