Source Sites Reference
Each skill is powered by documentation from a specific SOP site.
SOP Documentation Sites (14 used)
| # | Site Name | Skill Created | Site Location |
|---|---|---|---|
| 1 | claude-code-agent-teams-docs | /agent-teams | SOP-Sites/ |
| 2 | anthropic-academy-docs | /claude-api | SOP-Sites/ |
| 3 | gbp-recovery-handbook-docs | /gbp-recovery | SOP-Sites/ |
| 4 | firecrawl-docs-sop | /firecrawl | SOP-Sites/ |
| 5 | google-patents-seo-learning | /seo-patents | SOP-Sites/ |
| 6 | llm-phenomena-docs | /geo | SOP-Sites/ |
| 7 | notion-api-docs | /notion-api | SOP-Sites/ |
| 8 | opencode-docs | /opencode | SOP-Sites/ |
| 9 | poe-api-docs | /poe-api | SOP-Sites/ |
| 10 | proxidize-api-docs | /proxidize | SOP-Sites/ |
| 11 | proxmox-docs | /proxmox | SOP-Sites/ |
| 12 | search-n-stuff-docs | /ai-seo | SOP-Sites/ |
| 13 | tailscale-docs | /tailscale | SOP-Sites/ |
| 14 | tmux-docs | /tmux | SOP-Sites/ |
Skipped Sites (16)
These were analyzed but skipped:
| Site | Reason |
|---|---|
| chatgpt-commands-website | Static marketing site (no SOP content) |
| claude-prompt-builder | Next.js app (not documentation) |
| confirm-expand-content | React app |
| context-engineering-learn | Next.js app |
| gbp-recovery-coach | Next.js SaaS app |
| knowledge-synthesizer | Already a skill |
| learning-hub-demo | VitePress template (not content) |
| pieces-learning-guide | Empty |
| scrapy-guide-site | Empty |
| slawski-seo-analyzer | Empty |
| slawski-seo-dashboard | Next.js app |
| slawski-seo-web | Next.js app |
| vercel-api-demo | Node.js app |
| vertex-ai-creative-studio | Experimental codebase |
| vidforge-convex | Next.js app |
| vidforge-supabase | Next.js app |
What Makes a Good Skill Source?
A site becomes a skill if it has:
- Procedural content - SOPs, workflows, step-by-step guides
- Reference material - API docs, commands, configurations
- Troubleshooting content - Error codes, common problems, fixes
- Actionable information - Not just concepts, but things to DO
Sites are skipped if they:
- Are applications (not documentation)
- Are empty or placeholder sites
- Are duplicates of existing skills
- Only contain marketing content
Directory Structure
All SOP sites live at:
D:\ClaudeDev\0_GITHUB\Websites\SOP-Sites\Each site follows the VitePress structure:
site-name/
├── docs/
│ ├── index.md
│ ├── sops/
│ ├── workflows/
│ └── quick-ref/
├── package.json
└── vercel.json