Skills
Skills are on-demand packs: workflow notes, scripts, and reference docs. AutoC follows the Agent Skills standard.
Open Skills in the workspace sidebar to see what is installed, or install from the plaza.

Install
- Open Skills.
- Enter a plaza id at the top, choose Global or Project, and click Install.
- Or switch to Skill plaza, browse, and install from there.
Global installs go to your user directory; project installs go to .autoc/skills/ in the repo. After that, invoke them with / in the composer.
You can also pick an id on the Skill plaza site, then install it in the desktop app.
WARNING
Skills can instruct the model to run arbitrary actions. Review them before use.
Authoring
my-skill/
├── SKILL.md
├── scripts/
└── references/SKILL.md needs name and description. Paths are relative to the skill directory. Skills without description are not loaded. Full rules: Agent Skills specification.
