Commit Graph

4 Commits

Author SHA1 Message Date
Cursor Agent ea6c269b90 Add service SVG icons to plugin manifests
Add inline SVG brand icons to the 'icon' field in each plugin.json.
Icons sourced from Simple Icons (CC0) where available, with standard
brand marks for Twilio, Slack, and LaunchDarkly.

Co-authored-by: n2parko <n2parko@users.noreply.github.com>
2026-02-09 04:59:55 +00:00
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 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