Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/roedyrustam/vibes-plug/cursorrulesgit clone --depth 1 https://github.com/roedyrustam/vibes-plugWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00718 | $0.00718 |
| Opus 5 | $0.00359 | $0.00359 |
| Sonnet 5 | $0.00144 | $0.00144 |
| Haiku 4.5 | $0.00072 | $0.00072 |
Grade A, and why
cursorrules scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vibes-Plug — 134+ Skills Ecosystem (v2.7.0)
Universal AI Plugin for Antigravity, Claude, and Cursor
About
This project uses the vibes-plug skills ecosystem with 134+ specialized skills.
Each skill is a SKILL.md file in the skills/ directory containing domain-specific
instructions, patterns, and best practices for the modern 2026 tech stack.
Core Stack (2026 Edition)
- Frontend: React 19, Next.js 15, Tailwind CSS v4, TypeScript 5.8+
- Backend: Node.js 24 LTS, Bun 1.2+, Hono v4, Fastify 5, Python 3.14, Go 1.25+, Rust 2024
- Database: Prisma 6, Drizzle ORM, PostgreSQL, Supabase, Neon, Turso
- AI/LLM: Vercel AI SDK 5.x, MCP v1.9+, pgvector, RAG pipelines
Mandatory Before Coding
- Read the relevant
skills/<skill-name>/SKILL.mdfiles before writing code. - Think deeply before acting — analyze constraints, question assumptions, validate approach.
- For new projects, auto-generate: PRD.md, ERD.md, DOKUMENTASI.md.
Skill Domains
- 🤖 AI & Agentic: ai-llm-integration-expert, mcp-server-architect, vector-db-rag-expert, multi-agent-orchestration
- 🎨 Design & UI/UX: design-system-architect, hig, ui-components-expert, ui-ux-pro-max
- 🖥️ Frontend: senior-frontend, tailwind-expert, nextjs-app-router-expert, tanstack-query-expert, vue-frontend-expert
- ⚙️ Backend: js-backend-expert, python-programming-expert, go-programming-expert, rust-programming-expert, api-design-expert
- ☁️ SaaS & Cloud: saas-transformer, saas-billing, ci-cd-devops-architect, cloud-hosting-expert, payment-gateway-expert
- 🗄️ Database: database-orm-expert, edge-serverless-db-expert, supabase-migration
- 🔒 Security: authentication-identity-expert, e2e-testing-expert, production-ready-hardener, zero-trust-secret-vault
- 🔍 SEO: seo
- 🛠️ Utilities: brainstorming, prd-architect, auto-doc-updater, token-saver, vibe-code-gardener
Code Quality
- Clean Code, SOLID, DRY — see
scalability-clean-codeskill. - No AI slop — be imperative, direct, token-efficient.
- Bilingual support (English & Bahasa Indonesia) for all skills.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 43 lines · 718 tokens per session scan A fea5b6f0f3fc
cursorrules is a cursor rule published in the GitHub repository roedyrustam/vibes-plug (48 stars, last pushed 14d ago), licensed MIT. It adds 718 tokens to every session, about $0.0036 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
react-best-practices
USE WHEN: Designing React components, implementing hooks, and managing component lifecycles.
performance
USE WHEN: Optimizing Core Web Vitals, managing assets, and ensuring high Lighthouse/A11y scores.
testing
USE WHEN: Writing unit, integration, or component tests. Mandatory for logic in features.
marker-triage
Triage a Marker.io website-feedback backlog at scale. Use when asked to go through, categorize, prioritize, deduplicate, or make sense of many Marker.io issues at once. Splits content fixes from functional bugs, groups by page, rates criticality, flags duplicates and repeat reporters, surfaces quick wins, lists…
marker-insights
Aggregate Marker.io website feedback into recurring patterns. Use when asked to find the most common issues on a site, which pages get the most feedback, recurring content problems, or the content-vs-bug split across many Marker.io reports, and produce a prioritized brief for a website team or agency. Read-only: it…
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.