Skills and Agents
Skills and agents are the team acceleration layer. They turn one good workflow into something peers can reuse and improve.
Create A Skill
This creates:
.coding-scaffold/skills/release-review.md.opencode/commands/release-review.md
What A Good Skill Contains
A good skill is short and procedural:
- when to use it
- what context to inspect
- what not to touch
- the step-by-step workflow
- verification expectations
- escalation rules
Agent Profiles
Generate an orchestration plan:
Profiles:
solo: one agent with explicit checkpointspair: builder plus reviewerteam: explorer, planner, implementer, verifier
Review Skills Like Code
Skills should be reviewed when they:
- add broad write permissions
- change model routing assumptions
- introduce new verification behavior
- become team defaults
- encode project-specific architecture rules
The best skills are not clever prompts. They are reliable engineering habits.