aussiegingersnap

36 mods across 1 repository, 9 stars between them.

main_rule

01

aussiegingersnap/cursor-skills

Cursor rule Cursor

This is a skills distribution repository - a curated collection of skills for Cursor AI agents.

9 6mo ago A 320 tokens

api-rest

02

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

REST API conventions for Next.js App Router with Zod validation and standardized error handling. This skill should be used when creating API routes, implementing CRUD operations, or establishing API patterns for a project.

9 6mo ago A 42 tokens

auth-better-auth

03

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Better Auth integration for Next.js 16 with Drizzle adapter. This skill should be used when connecting to a Better Auth instance, configuring OAuth providers, or implementing protected routes with proxy.ts.

9 6mo ago A 43 tokens

auth-lucia

04

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Minimal, secure authentication for Next.js App Router using Oslo (crypto/cookies), Arctic (OAuth), and Drizzle ORM + SQLite. No Auth.js/NextAuth bloat. Follows post-Lucia deprecation patterns from lucia-auth.com.

9 6mo ago A 0 tokens

db-postgres

05

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

PostgreSQL database management with Drizzle ORM, versioned migrations, and type-safe queries. This skill should be used when setting up a new database, writing migrations, managing schemas, or troubleshooting database issues in PostgreSQL projects.

9 6mo ago A 50 tokens

db-prisma

06

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Prisma 7 ORM with PostgreSQL — schema design, migrations, seeding, and Railway deployment patterns. This skill should be used when setting up Prisma in a new project, writing migrations, managing database schemas, or deploying Prisma-backed services to Railway.

9 6mo ago A 55 tokens

db-sqlite

07

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

SQLite database management with Prisma ORM, type-safe queries, and Railway deployment with Litestream backup. This skill should be used when creating database schemas, writing migrations, managing SQLite on Railway volumes, or troubleshooting database issues.

9 6mo ago A 48 tokens

docx

08

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4)…

9 6mo ago B 77 tokens

pdf

09

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

9 6mo ago A 50 tokens

pptx

10

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks.

9 6mo ago B 62 tokens

xlsx

11

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

9 6mo ago A 96 tokens

documentation

12

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Maintain organized project documentation with metadata headers. Update existing docs before creating new ones. Use when writing or editing any project documentation.

9 6mo ago A 27 tokens

feature-build

13

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Orchestrator skill for the complete feature development lifecycle. Coordinates 5 phases - task selection, component design, build loop, analytics setup, and commit/documentation. Use when building any new feature or enhancement that requires multiple steps.

9 6mo ago C 49 tokens

infra-docker

14

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Local development environment with Docker Compose for PostgreSQL and other services. This skill should be used when setting up local infrastructure, managing development databases, or configuring containerized services.

9 6mo ago A 38 tokens

infra-env

15

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Environment variable conventions and security practices for Next.js projects. This skill should be used when setting up environment configuration, managing secrets, or establishing security patterns for a new project.

9 6mo ago B 37 tokens

railway

16

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Railway deployment and infrastructure management skill. This skill should be used when deploying applications to Railway, managing Railway services, checking deployment status, viewing logs, configuring environment variables, or troubleshooting Railway deployments.

9 6mo ago A 42 tokens

judge

17

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Quality review skill for verifying complex changes against criteria. Use for multi-file changes, new features, or before important commits. Skip for trivial fixes and quick iterations.

9 6mo ago A 34 tokens

mcp-apps

18

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Build MCP Apps - interactive UI components that render inside AI hosts like Claude, ChatGPT, and VSCode. This skill should be used when creating tools with rich UI, building dashboards or forms for AI interactions, or adding visual interfaces to MCP servers.

9 6mo ago A 55 tokens

nestjs

19

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

NestJS 11 backend patterns with Fastify, modular architecture, guards, pipes, and Railway deployment. This skill should be used when building NestJS APIs, setting up backend services, or creating REST/GraphQL endpoints with NestJS.

9 6mo ago A 50 tokens

nextjs-16

20

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Next.js 16 specific patterns including proxy.ts (replaces middleware), cache components, and App Router conventions. This skill should be used when setting up a new Next.js 16 project or migrating from earlier versions.

9 6mo ago A 48 tokens

secrets-1password

21

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

1Password Developer CLI skill for secure secrets management. This skill should be used when creating, reading, updating, or deleting secrets in 1Password vaults, injecting secrets into script execution, or setting up 1Password CLI authentication.

9 6mo ago D 53 tokens

skill-creator

22

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Orchestrator skill for creating effective skills. Guides through 6 steps - understanding examples, planning contents with scope assessment, initialization, editing with contracts, packaging, and iteration. Use when creating a new skill or updating an existing skill.

9 6mo ago A 51 tokens

state-effector

23

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

Effector reactive state management for React/Next.js applications. This skill should be used when implementing Effector stores, events, and effects, or when choosing Effector as the state management solution.

9 6mo ago A 43 tokens

state-tanstack

24

aussiegingersnap/cursor-skills

Skill Claude CodeCodex

State management patterns using Tanstack Query for server state and Zustand for client state. This skill should be used when setting up data fetching, implementing mutations, managing UI state, or organizing stores in React applications.

9 6mo ago A 46 tokens