Supastarter Nextjs Skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Supastarter Nextjs Skill (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Agent Skills–compliant skill for supastarter Next.js only (no Vue/Nuxt). Expert guidance for the full stack: tech stack, setup, database (Prisma), API (Hono/oRPC), auth (Better Auth), organizations, payments (Stripe), AI, customization, storage, mailing, i18n, SEO, deployment, background tasks, analytics, monitoring, E2E.
This skill provides comprehensive guidance for building production-ready SaaS applications with supastarter for Next.js, including:
generate_module.py to scaffold new API modules (oRPC)env.example, full feedback-widget recipe (DB → API → UI → i18n)# Install from GitHub
npx skills add OscarDRT/supastarter-nextjs-skill
# Or with full URL
npx skills add https://github.com/OscarDRT/supastarter-nextjs-skillThe skill directory is supastarter-nextjs-skill (Agent Skills spec: name matches folder).
~/.cursor/skills/supastarter-nextjs-skill/ (global).cursor/skills/supastarter-nextjs-skill/ (project-specific)Do not use ~/.cursor/skills-cursor/ (reserved for Cursor).
Once installed, the skill automatically activates when you:
Building Features:
"Help me build a task management feature in supastarter"
"Show me how to add a new database model in supastarter"
"Create a server component for displaying user analytics"Following Conventions:
"Generate a new API route following supastarter conventions"
"Create a form component with proper validation"
"Show me the right way to handle authentication in supastarter"Troubleshooting:
"I'm getting database connection errors in supastarter"
"How do I fix TypeScript errors after updating Prisma?"
"My build is failing, help me debug it"generate_module.py (scaffold oRPC module), README.md (usage)env.example, recipes/feedback-widget.md (full DB → API → UI → i18n recipe)Read first before writing code: architecture, TypeScript, React/Next.js, styling, forms, API, auth, i18n, tooling.
Ready-to-use examples: Prisma models/queries, oRPC + TanStack Query, Server/Client components, react-hook-form + zod, shadcn, auth, organizations.
Commands, file locations (including oRPC paths), env template, troubleshooting, deployment checklist.
Works with any Agent Skills-compatible tool:
# 1. Install the skill (e.g. copy supastarter-nextjs-skill to ~/.cursor/skills/)
cp -r supastarter-nextjs-skill ~/.cursor/skills/
# 2. Open Cursor (or another Agent Skills–compatible tool)
# 3. Ask for help with supastarter Next.js
"Build a feedback widget following the supastarter recipe"
# The skill activates and provides:
# - Workflow: schema → queries → API → UI → i18n
# - References (conventions, patterns, quick reference)
# - Full feedback-widget recipe in assets/recipes/The skill knows when to activate based on context - no need to manually invoke it.
Information is loaded on-demand to keep context efficient:
All generated code follows supastarter's official conventions:
Based on supastarter Next.js architecture:
packages/database)packages/api/modules/, procedures, router)Issues and PRs welcome! If you find bugs or have suggestions:
MIT - See LICENSE file for details.
This is a community-created skill to help developers work with supastarter. supastarter itself is a commercial product - please refer to their official website for licensing and purchase information.
If you find this skill useful, please consider giving it a ⭐ on GitHub!
Made with ❤️ for the supastarter community
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.