
User Onboarding Sop
- 86 installs
- 125 repo stars
- Updated February 4, 2026
- igorwarzocha/opencode-workflows
Generate an end-user-focused AGENTS.md covering setup, installation, running, and troubleshooting with verified doc links.
About
An SOP complementing /init user to build AGENTS.md for end-user assistance. A developer uses it to document prerequisites, installation, usage patterns, and troubleshooting with real documentation URLs.
- Phase 1 discovers official docs, setup, and usage via web search
- Targets ~100 lines focused on helping agents assist end users
User Onboarding Sop by the numbers
- 86 all-time installs (skills.sh)
- +3 installs in the week ending Aug 2, 2026 (Skillselion tracking)
- Ranked #673 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/igorwarzocha/opencode-workflows --skill user-onboarding-sopAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 86 |
|---|---|
| repo stars | ★ 125 |
| Last updated | February 4, 2026 |
| Repository | igorwarzocha/opencode-workflows ↗ |
What it does
Generate an end-user-focused AGENTS.md covering setup, installation, running, and troubleshooting with verified doc links.
Files
User Onboarding SOP
This SOP COMPLEMENTS the /init user command by providing end-user assistance mapping for AGENTS.md files.
CRITICAL: This is for END-USER assistance ONLY.
<workflow>
Phase 1: Resource Discovery
1. Official Docs: The agent MUST use web search for real documentation URLs. Identify Getting Started, API Ref, and Troubleshooting links. 2. Setup: Identify Prerequisites, Installation commands, and Environment Variables. 3. Usage: Identify CLI entry points, primary commands, and common usage patterns.
Phase 2: AGENTS.md Composition
Target a relaxed output length of ~100 lines. Focus on helping the agent assist the end-user with installation and operation.
1. Resources & Documentation
- List verified documentation URLs (MUST NOT invent).
- Link to troubleshooting and community guides.
2. Setup & Installation
- Document prerequisites and copy-pasteable install commands.
- Focus heavily on what the user needs to get the software running in their environment.
3. Usage & Running
- Document primary launch commands and CLI flags.
- Map key directory structure (ONLY files/dirs users interact with for setup/usage).
</workflow>
<instructions>
- The agent MUST use web search to find actual documentation URLs.
- Output length of ~100 lines is STRONGLY RECOMMENDED.
- The agent MUST NOT include coding patterns, internal conventions, or development instructions.
- The agent MUST use RFC 2119 keywords (MUST, SHOULD, STRONGLY RECOMMENDED).
- The agent MUST focus on practical info for assisting users (Setup, Usage, Troubleshooting).
- The agent MUST NOT repeat environment metadata or standard tool instructions.
</instructions>