Choose a unique scaffold name
The wizard writes directly under the ArmaraOS skills directory and the scaffold immediately appears in the installed list.
Pick one skill scaffold route
skill create and new skill overlap. This course uses skill create for skills.
Run the wizard live
armaraos skill create
Find the generated directory
The live wizard wrote under ~/.armaraos/skills/<name>, not the current folder.
Read the manifest before logic
skill.toml defines metadata, runtime entry, tool schema, and requirements.
Read the entrypoint as code
The Python file reads a JSON request and prints JSON. Its TODO implementation is a scaffold, not trusted production logic.
Verify generated guidance
The wizard suggests armaraos skill test, but 0.8.3 rejects that subcommand.
Use the separate integration route only when needed
armaraos new integration
This is another interactive scaffold. Authoring its implementation is outside this course.
Check it / name every generated role
Locate five manifest facts.
Point to the skill name, runtime, entrypoint, provided tool, and empty capability list in the course sample.
A scaffold is generated code, not reviewed code. Inspect and test it away from valuable agents before installation or use.