27 lines
507 B
Markdown
27 lines
507 B
Markdown
# Skill Name
|
|
|
|
## Purpose
|
|
|
|
Describe what this skill does and when an agent should use it.
|
|
|
|
## Inputs
|
|
|
|
-
|
|
|
|
## Workflow
|
|
|
|
1. Read the relevant context.
|
|
2. Perform the smallest safe action that satisfies the request.
|
|
3. Write outputs to the documented runtime paths.
|
|
4. Record useful learnings in `learnings.md`.
|
|
|
|
## Outputs
|
|
|
|
- `/opt/agent-os/logs/<agent>/last-run.json`
|
|
- `/opt/sites/<short-name>/last-output.md`
|
|
|
|
## Safety
|
|
|
|
- Do not expose secrets.
|
|
- Ask for approval before destructive or high-impact actions.
|