4 Commits

Author SHA1 Message Date
Corey Haines
8b59184a5e Merge pull request #12 from bensabic/chore/repo-essentials
chore: add repo essentials and GitHub templates
2026-01-26 17:31:15 -08:00
Ben Sabic
48a398ee3a refactor(workflows): rename sync workflow and add README sync
- Rename sync-claude-plugin.yml to sync-skills.yml
- Rename sync-marketplace.js to sync-skills.js
- Update script to also sync README skills table
- Add SKILLS:START/END markers for reliable regex matching
- Truncate skill descriptions to 120 chars in README table
2026-01-26 09:52:27 +11:00
Ben Sabic
6406f9e89b chore: add repo essentials and GitHub templates
- Add MIT LICENSE file
- Add CONTRIBUTING.md with skill creation guide
- Add AGENTS.md and CLAUDE.md for AI agent guidelines
- Add issue template for skill requests
- Add PR templates for new skills, updates, and docs
- Update README with links to contributing guide and license
2026-01-26 09:37:57 +11:00
Ben Sabic
8a1dcc657e ci(workflows): add skill sync and validation workflows
- Add sync-claude-plugin workflow to auto-update marketplace.json when skills change
- Add validate-skill workflow to validate SKILL.md files on push/PR
- Add sync-marketplace.js script for skill discovery and count updates
2026-01-25 20:34:53 +11:00