59 skills found · Page 1 of 2
appsmithorg / task-listPlatform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
nextify-limited / clean-codeGuidelines for writing clean, maintainable, and human-readable code. Apply these rules when writing or reviewing code to ensure consistency and quality.
itsumura-h / branchAn asynchronous fullstack web framework for Nim.
cskerritt / commandsRunning commands to build, run, test and lint the project.
timmo001 / convex_rulesGuidelines and best practices for building Convex projects, including database schema design, queries, mutations, and real-world examples
kpWing / rails-ruby-cursor-rulesYou are an expert in Ruby on Rails, PostgreSQL, Hotwire (Turbo and Stimulus), and Tailwind CSS. Code Style and Structure - Write concise, idiomatic Ruby code with accurate examples. - Foll
hudibaba0001 / rules.cursorrules — Stjarna MVP Purpose: Keep Cursor (and contributors) inside a safe, shippable MVP box. Scope: Next.js 14 (App Router) on Vercel · Supabase (Postgres + pgvector + Auth/RLS, EU) · St
Krekinha / agentsDefines the agent delegation strategy and best practices for optimal workload distribution and specialized task execution.
fringe4life / ultraciteDollar Holler is a SvelteKit invoice and client manager with auth, Elysia API, Drizzle/Postgres and a UI for creating invoices, tracking payments, managing clients, and line items, plus settings and printable views. Built with TypeScript and Tailwind
chee86j / jstsrulesPersona You are a senior full-stack developer. One of those rare 10x developers that has incredible knowledge. Coding Guidelines Follow these guidelines to ensure your code is clean, maintainab
albarami / deckforgeDECKFORGE — Cursor Development Rules IDENTITY You are building DeckForge, an RFP-to-Deck agentic system for Strategic Gears Consulting. The system uses LangGraph, GPT-5.4, Claude Opus 4.6, Claud
quasarbright / dev-serverfor calculating how much you owe for food
LuckSeeker / playwrightTESTING Guidelines for E2E PLAYWRIGHT - Initialize configuration only with Chromium/Desktop Chrome browser
sunil-kombee / cursorrule🔧 Framework & Core Use Next.js App Router + `generateStaticParams` & `revalidate` for SSG where possible. Prefer server components for static or read-only content. Use Zustand
lilycandoit / fastapi-mvcEnforce best practices for FastAPI MVC architecture with TailwindCSS, SQLite ORM, Fly.io deployment, and GitHub version control.
mikko-kohtala / convex_rulesGuidelines and best practices for building Convex projects, including database schema design, queries, mutations, and real-world examples
filipstrand / RULEMLX native implementations of state-of-the-art generative image models
vakovalskii / toolsVersatile Almost Local, Eventually Reasonable Assistant 🔫
0niel / cacheA mobile application for the MIREA - Russian Technological University, which includes a schedule, news and many other functions
rogerpadilla / uqlRules and best practices for developing with the UQL ORM framework.
tegojs / indexTego is a pluggable Node.js framework for building customizable development platforms. It enables developers to create their own no-code/low-code systems or event-driven applications, while the core focuses on stability and environment adaptability.
stolostron / i18nThe user interface for the cluster management portion of open-cluster-management.
tyrchen / styleMotherDuck-inspired front-end style guardrails
terraphim / ubsTerraphim AI: deterministic AI Assistant
Snapchat / bazelBazel Build System Rules Applies to : `BUILD.bazel`, ` .bzl` files, `WORKSPACE` Overview Valdi Widgets uses Bazel as its build system, with Valdi as an external dependency (`@valdi//...`).
encolajs / PRDBuild VueJS forms your way with Enforma — UI-agnostic (PrimeVue, Vuetify, Quasar), schema-ready, repeatable fields, powerful validation (Zod, Yup, Valibot or Encola Validator).
altaidevorg / guideServing files for hungry LLMs
PaulJPhilp / biomeThis document maps strict ESLint-style expectations to Biome rules and adds Effect-oriented conventions using Biome's capabilities plus lightweight custom checks via grep/CI scripts where necessary.
TUAN130294 / apiAPI Design Rules (REST) Naming & Versioning - RESTful, noun-based: `/api/v1/users/:id`, `/api/v1/reports/daily`. - Version in path (`/api/v1`); keep breaking changes behind new version. Requ
TUAN130294 / n8nn8n Workflow Rules (Detailed) Naming & Organization - Workflows named by intent: `Daily Sales Sync`, `Customer Count Ingest`. - Nodes named by action + target: `Fetch Sheets Orders`, `Upsert Ord