Commit Graph

2 Commits

Author SHA1 Message Date
Cursor Agent 4a2af68650 Add $schema references to all plugin hooks.json and mcp.json files
- Added "$schema": "https://cursor.com/schemas/hooks.json" as the first key
  in all 15 plugin hooks.json files
- Added "$schema": "https://cursor.com/schemas/mcp.json" as the first key
  in all 15 plugin mcp.json files
- Preserved all existing content and formatting
- Plugins: github, stripe, vercel, supabase, sentry, cloudflare, aws,
  docker, prisma, firebase, datadog, twilio, slack, launchdarkly, mongodb

Co-authored-by: n2parko <n2parko@users.noreply.github.com>
2026-02-08 00:28:32 +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