-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
Add an agent-facing modernization skill package (.agents/skills/java-modernize-patterns/) so AI coding agents can use java.evolved patterns directly when refactoring Java code in other repositories.
Include:
- SKILL.md with concise usage/refactoring rules
- references/pattern-map.yaml with legacy -> modern, min_jdk, and safety
Why would this be useful?
java.evolved already teaches humans very well, but AI agents still often produce outdated Java 8-style code.
A machine-oriented skill layer would basically let the agents apply the same modernization guidance consistently, with JDK-aware gating and safer incremental refactors.
Alternatives considered
- Keep only prose docs: good for people, weak for automated agent workflows.
- Build a separate external skill repo: possible, but risks drift from java.evolved content over time.
Let me know what you think!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request