cursor-kit-for-ai

mcp
Security Audit
Pass
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 11 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Production-ready templates for Cursor AI — DevOps, Backend, Automation. One CLI command, full stack in 20 seconds.

README.md

Cursor Kit Plugins

Curated Cursor skills and slash-command workflows by Cloud9's.

Plugins turn Cursor from a generic AI editor into a role-specific specialist — with skills, commands, and context tuned for DevOps, backend, data, automation, security, and AI work.

7 plugins · 35 production-grade skills, each with structured workflows, severity models, verification commands, and output templates — not just checklists.

Inspired by knowledge-work plugin patterns, rebuilt for Cursor and paired with Cursor Kit templates.


Quick Install

# List available plugins
cursorkit plugin list

# Install into current project
cursorkit plugin install engineering

# Install all plugins
cursorkit plugin install --all

# Install globally (user-level Cursor skills)
cursorkit plugin install devops --global

Skills are copied to .cursor/skills/ (project) or ~/.cursor/skills/ (global).


Plugin Catalog

Plugin Skills Best For
engineering code-review, architecture, test-strategy, debug, deploy-checklist, incident-response, standup Backend devs, tech leads
devops docker-audit, k8s-review, ci-fix, terraform-review, backup-restore, monitoring-check DevOps, SRE
data schema-design, sql-write, pipeline-review, data-quality, dashboard-build Data engineers, analysts
automation bot-scaffold, scraper-review, workflow-design, api-integration Automation builders
security secrets-audit, auth-review, dependency-audit, waf-review, harden-vps Security-minded devs
ai prompt-engineering, agent-design, rag-review, llm-integration AI/LLM engineers
productivity session-context, task-triage, daily-plan, weekly-review Everyone

What Makes These Skills Different

Every skill follows the same quality bar:

  • Workflow, not vibes — ordered phases with a clear entry point ("run this first")
  • Severity models — findings ranked Blocker/Major/Minor, not flat lists
  • Runnable commands — verification snippets you can execute, not abstract advice
  • Output templates — every skill ends in a structured, reusable report format
  • Anti-patterns sections — what NOT to do, learned the hard way
  • Cross-references — skills link to each other and to the matching templates

How Plugins Work

Each plugin is a folder with:

engineering/
├── plugin.json       # Metadata (author: Cloud9's)
├── README.md         # Plugin docs
└── skills/
    └── code-review/
        └── SKILL.md  # Cursor Agent Skill

When you cursorkit plugin install engineering, all SKILL.md files are copied into your Cursor skills directory. Cursor Agent discovers them automatically.

Using Skills in Cursor

  1. Install a plugin: cursorkit plugin install engineering
  2. Open Cursor chat or Agent
  3. Skills trigger automatically by context, or invoke directly:
    • "Review this PR for security issues" → code-review skill
    • "Why is this query slow?" → sql-write skill
    • "Design an agent for ticket triage" → agent-design skill

Pairing with Templates

Goal Plugin + Template
Ship a SaaS engineering + cursorkit create full-stack-saas
K8s deploy devops + cursorkit create kubernetes
Data pipeline data + cursorkit create postgresql
Telegram bot automation + cursorkit create telegram-bot
LLM agent ai + cursorkit create ai-agents
Secure a VPS security + cursorkit create vps-setup

Creating Custom Plugins

  1. Copy any plugin folder as a starting point
  2. Edit plugin.json and add skills under skills/
  3. Each skill needs SKILL.md with YAML frontmatter:
---
name: my-skill
description: When to trigger this skill automatically.
---

# Skill instructions for the agent...
  1. Share via PR or keep in your team's fork.

Author

Cloud9's — curated for the Cursor Kit for AI community.

License

MIT — same as Cursor Kit for AI.

Reviews (0)

No results found