Agent skills for building and maintaining Aurelia applications.
This repository currently ships one skill:
skills/aurelia2- Aurelia 2 application development, scaffolding, routing, dependency injection, templates, testing, SSR, prerendering, and review guidance.
The skills/aurelia2 folder is the canonical skill. The root plugin manifests are packaging only, so Claude Code, Codex, and other compatible agents can discover the same skill without duplicate copies.
Install the skill directly from GitHub:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo aurelia/skills \
--path skills/aurelia2Restart Codex after installing so the skill is loaded.
Codex can also add this repository as a plugin marketplace:
codex plugin marketplace add aurelia/skillsThen install or enable the aurelia-skills plugin from the Codex plugin UI.
For one session, load the repository checkout as a plugin:
claude --plugin-dir /path/to/skillsTo use the repository as a Claude Code marketplace:
claude plugin marketplace add aurelia/skills
claude plugin install aurelia-skills@aurelia-skillsRestart Claude Code after installing or updating plugins.
Copy the skill folder into your local skills directory:
mkdir -p ~/.codex/skills ~/.claude/skills
cp -R skills/aurelia2 ~/.codex/skills/aurelia2
cp -R skills/aurelia2 ~/.claude/skills/aurelia2The skill has been checked with the local Codex skill validator and Claude plugin validator. If you have those tools installed, you can run:
python3 ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/aurelia2
python3 ~/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py .
claude plugin validate .MIT