AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Cursor Kit For Ai

mcp-thefear078-cursor-kit-for-ai · by thefear078

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

— No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add mcp-thefear078-cursor-kit-for-ai

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-thefear078-cursor-kit-for-ai)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 25d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Cursor Kit For Ai? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  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.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.