Commit Graph

2 Commits

Author SHA1 Message Date
Cursor Agent aa6cef024b Slim plugins to skills + MCP only, remove partner overlaps
- Remove rules, hooks, agents, extensions, scripts from all plugins
- Keep only skills/ and mcp.json per plugin
- Update plugin.json manifests to reference only skills and mcpServers
- Rewrite READMEs to reflect slimmed structure
- Update changelogs

Co-authored-by: n2parko <n2parko@users.noreply.github.com>
2026-02-09 04:43:15 +00:00
Cursor Agent 45cfe2c46d feat: add complete GitHub Cursor plugin
Create a full-featured Cursor plugin for GitHub at plugins/github/ with:

- .cursor/plugin.json: Plugin manifest with metadata and entry points
- rules/github-actions.mdc: Best practices for Actions workflows
- rules/github-api.mdc: Best practices for GitHub API usage
- agents/github-actions-agent.md: CI/CD specialist agent
- agents/github-pr-reviewer.md: PR review agent with severity levels
- skills/create-github-action/SKILL.md: Guide for custom Actions
- skills/setup-ci-pipeline/SKILL.md: CI/CD pipeline templates
- hooks/hooks.json: Pre-commit validation and post-save formatting
- mcp.json: MCP server config for @modelcontextprotocol/server-github
- scripts/validate-workflows.sh: Comprehensive workflow validator
- README.md: Plugin documentation
- CHANGELOG.md: Initial v1.0.0 changelog
- LICENSE: MIT License (Cursor, 2026)

Co-authored-by: n2parko <n2parko@users.noreply.github.com>
2026-02-07 23:31:21 +00:00