Development Plugin for Avalonia
Use this as the repo-local entrypoint when Codex is operating inside this repository.
This wrapper keeps repo-local skill discovery separate from plugin skill discovery:
- repo-local discovery entrypoint:
.agents/skills/development-plugin-for-avalonia/SKILL.md - plugin manifest:
../../../.codex-plugin/plugin.json - plugin skills:
../../../skills/ - shared references:
../../../references/
Load the canonical umbrella workflow from:
../../../SKILL.md
Then follow the routing rules from ../../../SKILL.md instead of copying the full routing table here. The focused plugin skills under ../../../skills/ and the shared references under ../../../references/ remain the actual implementation surface.
Keep default guidance pinned to Avalonia 11.3.12 and treat Avalonia 12 work as an explicit migration lane.