5 Commits

Author SHA1 Message Date
Aaron Stannard 13e26d39ed fix: wire release summary script into CI release notes (#79)
The generate-release-summary.sh script (#71) computed new/updated
skill and agent counts but was never called by the release workflow,
so GitHub releases still showed only totals ('36 skills and 6 agents').
Call it when a previous tag exists; keep the plain totals as fallback.
2026-08-07 13:11:21 -05:00
Aaron Stannard 4aed71b980 Bump version to 1.5.0 and update release notes (#78) 2026-08-07 12:09:28 -05:00
Aaron Stannard 5c554e80c8 feat: add Codex plugin manifest, marketplace, and validation (#76)
Adds a Codex plugin (.codex-plugin/plugin.json) and repo marketplace
(.agents/plugins/marketplace.json) alongside the existing Claude Code
plugin, so users can install with:

  codex plugin marketplace add Aaronontheweb/dotnet-skills
  codex plugin add dotnet-skills@dotnet-skills

Skills are auto-discovered from ./skills/ - no skill changes needed.
Adds scripts/validate-codex-plugin.sh to enforce frontmatter, version
lockstep with the Claude plugin, and marketplace path resolution, wired
into CI. Closes #75.
2026-08-07 11:59:23 -05:00
Aaron Stannard bf55a119c2 Add skills index snippet docs and generator (#9)
* Add skills index snippet docs and generator

* Fix CI validation for agent paths
2026-01-29 22:30:10 -06:00
Aaron Stannard 47591a5cc4 Add marketplace publishing infrastructure with folder organization (#2)
- Restructure skills into category folders (akka/, aspire/, csharp/, testing/, meta/)
- Convert skills from flat .md files to folder/SKILL.md format
- Add .claude-plugin/marketplace.json for marketplace catalog
- Add .claude-plugin/plugin.json for plugin metadata and skill/agent registry
- Add GitHub Actions workflow for validation and tag-based releases
- Add validation script (scripts/validate-marketplace.sh)
- Add marketplace-publishing skill documenting the workflow
- Update CLAUDE.md with new structure documentation

Users can now install the complete plugin with:
  /plugin marketplace add Aaronontheweb/dotnet-skills
  /plugin install dotnet-skills
2026-01-27 17:55:52 -06:00