mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
527e829523
Each plugin is now a top-level directory with its own .cursor/plugin.json manifest, so the repository is recognized as containing multiple individual plugins rather than being imported as a single plugin. - Moved all 25 plugin directories from plugins/ to repository root - Updated README.md with correct paths and full plugin catalog - Removed plugins/README.md (no longer needed) Co-authored-by: n2parko <n2parko@users.noreply.github.com>
29 lines
594 B
Markdown
29 lines
594 B
Markdown
# GitHub Plugin
|
|
|
|
Cursor plugin for GitHub — Actions, API, CLI, Pull Requests, and repository management.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
agent install github
|
|
```
|
|
|
|
## Components
|
|
|
|
### Skills
|
|
|
|
| Skill | Description |
|
|
|:------|:------------|
|
|
| `create-github-action` | Step-by-step guide for creating composite and JavaScript GitHub Actions |
|
|
| `setup-ci-pipeline` | CI/CD pipeline patterns for Node.js, Python, Docker, and cloud deployments |
|
|
|
|
### MCP Server
|
|
|
|
Provides access to the GitHub API via `@modelcontextprotocol/server-github`.
|
|
|
|
Requires `GITHUB_TOKEN` environment variable.
|
|
|
|
## License
|
|
|
|
MIT
|