Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Step-by-step instructions to scaffold a new OpenCode child profile
Load this skill when creating a new child profile directory under C:\Users\slyle\agents.
C:\Users\slyle\agents (the meta-profile root)research-agent)C:\Users\slyle\agents\<profile-name> and PowerShell-style launch examples<profile-name>/
├── AGENTS.md
├── opencode.jsonc
└── .opencode/
└── agents/
└── default.md
Use the agentsmd-authoring skill for guidance. Minimum sections:
{
"$schema": "https://opencode.ai/config.json",
// <profile-name>: <one-line description>
"tools": {
// Enable only what's needed
"read": true,
"write": true,
"edit": true,
"glob": true,
"grep": true,
npx skills add lylesopinion/agents --skill create-opencode-profileHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.