- Add maintainer shortcuts and step-by-step 'When you merge a PR'
- Add post-merge routine and when to close issues (Closes #N, manual)
- Add release checklist, tag/package.json note, release_notes guidance
Co-authored-by: Cursor <cursoragent@cursor.com>
- Align package.json description to 883+ skills
- Allow risk:unknown in validate_skills.py for legacy skills
- Add When to Use section to 6 skills; fix frontmatter in brainstorming, agents-v2-py, hosted-agents-v2-py
- Add scripts/validate_references.py for workflows, bundles, BUNDLES.md links
- Update QUALITY_BAR and SKILL_ANATOMY; add docs/AUDIT.md and MAINTENANCE note for data/
- Make YAML frontmatter test warn instead of fail; regenerate catalog and index
Co-authored-by: Cursor <cursoragent@cursor.com>
- Installer now clones to temp then copies only repo skills/ contents
into target, so e.g. ~/.claude/skills/concise-planning/SKILL.md exists
instead of ~/.claude/skills/skills/concise-planning/SKILL.md.
- Migrates existing full-repo installs to skills-only layout.
- Same behavior for --claude, --cursor, --gemini, --codex, --path.
Co-authored-by: Cursor <cursoragent@cursor.com>
Add three DBOS SDK skills with reference documentation for building
reliable, fault-tolerant applications with durable workflows.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Expert ReactFlow architect for interactive graph applications
- Hierarchical navigation with expand/collapse patterns
- Performance optimization with incremental rendering
- State management with reducer and history
- Auto-layout integration with Dagre
- Focus mode and search functionality
- Complete production-ready examples
* New skill - go-rod-master. Pretty big skill for browser automation with go and go-rod.
* chore: sync generated registry files
---------
Co-authored-by: 8hoursking <user@MacBook-Pro-user.local>
- Wrapped unquoted @scope/pkg values in double quotes across 19 SKILL.md files.
- Added 'package' to ALLOWED_FIELDS in JS validator.
- Added YAML validity regression test to test suite.
- Updated package-lock.json.
Fixes#79Closes#80