cursor-kit-for-ai
Health Gecti
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 11 GitHub stars
Code Gecti
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Production-ready templates for Cursor AI — DevOps, Backend, Automation. One CLI command, full stack in 20 seconds.
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
- Install a plugin:
cursorkit plugin install engineering - Open Cursor chat or Agent
- Skills trigger automatically by context, or invoke directly:
- "Review this PR for security issues" →
code-reviewskill - "Why is this query slow?" →
sql-writeskill - "Design an agent for ticket triage" →
agent-designskill
- "Review this PR for security issues" →
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
- Copy any plugin folder as a starting point
- Edit
plugin.jsonand add skills underskills/ - Each skill needs
SKILL.mdwith YAML frontmatter:
---
name: my-skill
description: When to trigger this skill automatically.
---
# Skill instructions for the agent...
- 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.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi