- Add test-writer skill for generating Vitest tests from code examples
- Add resource-curator skill for finding and maintaining external resources
- Add concept-workflow skill to orchestrate all 5 skills end-to-end
- Update opencode.jsonc with permissions for new skills
- Update CLAUDE.md with documentation for all new skills
Skills now provide complete workflow:
1. resource-curator: Find quality resources
2. write-concept: Write documentation
3. test-writer: Generate tests
4. fact-check: Verify accuracy
5. seo-review: Optimize SEO
6. concept-workflow: Run all 5 in sequence
- Add fact-check skill for verifying technical accuracy of concept pages
- Add seo-review skill for SEO audits with 27-point scoring system
- Move skills to both .claude/skills and .opencode/skill for compatibility
- Rename opencode.json to opencode.jsonc with skill configuration
- Update .gitignore to track .opencode/skill while ignoring local files
- Update CLAUDE.md with documentation for all three skills