Skip to content

Repository files navigation

Cursor Kit for AI — 12 plugins, 85 production-grade skills, by Cloud9's

Cursor Kit for AI

Curated Cursor Agent skills & workflows that turn a generic AI editor into a role-specific specialist.

Plugins Skills For License Author

Skills tuned for engineering, frontend, DevOps, data, GEO, integrations, security, AI, and daily workflow — each with structured phases, severity models, runnable verification commands, and output templates. Not checklists — playbooks.

Inspired by top-ranked agent skill 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 frontend --global

Skills are copied to .cursor/skills/ (project) or ~/.cursor/skills/ (global), including reference files where a skill needs them.


Plugin Catalog

Plugin Skills Best For
engineering 15 TDD, specs, tickets, review, deploy, triage, handoff
frontend 6 UI design, React patterns, accessibility, browser automation
devops 6 Docker, K8s, CI/CD, Terraform, backups, monitoring
data 5 Schema design, SQL, pipelines, quality, dashboards
automation 4 Bots, scrapers, workflows, API integrations
security 5 Secrets, auth, dependencies, WAF, VPS hardening
ai 4 Prompts, agents, RAG, LLM integration
productivity 4 Planning, triage, weekly reviews, session context
geo-seo 12 AI search visibility, citability, schema, llms.txt
devtools 10 Encoding, crypto, formats, SQL, cron, QR, network
writing 8 Human-sounding prose — fiction, docs, postmortems
integrations 6 Document search, GitHub, web research, Playwright, MCP

85 skills total — see the full reference.


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

Deep-dive skills (GEO, devtools, writing, frontend) run 200–450 lines with extended rubrics, examples, and checklists.


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 directories (including references/ where present) 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
    • "Audit my site for AI search" → geo-audit
    • "Search my documents for Q3 notes" → document-search
    • "Make this release notes sound human" → natural-release-notes

Pairing with Templates

Goal Plugin + Template
Ship a SaaS engineering + frontend + 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 + integrations + cursorkit create ai-agents
Content marketing geo-seo + writing

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.

About

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

Topics

Resources

Contributing

Security policy

Stars

15 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages