Install
$ agentstack add mcp-thefear078-cursor-kit-for-ai ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Cursor Kit for AI
Curated Cursor Agent skills & workflows that turn a generic AI editor into a role-specific specialist.
[](./plugins) [](./docs/plugins.md) [](https://cursor.com) [](./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](./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](./plugins/engineering) | 15 | TDD, specs, tickets, review, deploy, triage, handoff | | [frontend](./plugins/frontend) | 6 | UI design, React patterns, accessibility, browser automation | | [devops](./plugins/devops) | 6 | Docker, K8s, CI/CD, Terraform, backups, monitoring | | [data](./plugins/data) | 5 | Schema design, SQL, pipelines, quality, dashboards | | [automation](./plugins/automation) | 4 | Bots, scrapers, workflows, API integrations | | [security](./plugins/security) | 5 | Secrets, auth, dependencies, WAF, VPS hardening | | [ai](./plugins/ai) | 4 | Prompts, agents, RAG, LLM integration | | [productivity](./plugins/productivity) | 4 | Planning, triage, weekly reviews, session context | | [geo-seo](./plugins/geo-seo) | 12 | AI search visibility, citability, schema, llms.txt | | [devtools](./plugins/devtools) | 10 | Encoding, crypto, formats, SQL, cron, QR, network | | [writing](./plugins/writing) | 8 | Human-sounding prose — fiction, docs, postmortems | | [integrations](./plugins/integrations) | 6 | Document search, GitHub, web research, Playwright, MCP |
85 skills total — see the [full reference](./docs/plugins.md).
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
- 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-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
- 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.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: thefear078
- Source: thefear078/cursor-kit-for-ai
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.