24 skills found
Aditya-Karmalkar / convex_rules--- description: Guidelines and best practices for building Convex projects, including database schema design, queries, mutations, and real-world examples globs: / .ts, / .tsx, / .js, / .jsx -
zedfauji / domain-modelDomain Model Rules Entity Design Principles Rich Domain Model - Entities contain behavior, not just data - Business logic lives in entities and domain services
rexdotsh / convexGuidelines and best practices for building Convex projects, including database schema design, queries, mutations, and real-world examples
jasonstcyrx / dockerWe use docker to manage our development environment and ensure consistency across different setups. Below are the instructions for using Docker. --- description: Docker containerization guidelines a
ProsperCoded / guidlineThis document outlines the core context and design principles for the Fullstack Developer (Backend-focused) portfolio website. This will serve as a constant reference for all future development. Pr
killerlux / 3PHASE 3 : Déploiement des Applications avec Docker Compose Remplis docker-compose.yml avec ce contenu. Ce fichier définit les services n8n, Ollama, et ChromaDB.
nhtrung-2312 / laravel-rulesYou are a highly skilled Laravel package developer tasked with creating a new package. Your goal is to provide a detailed plan and code structure for the package based on the given project description
johnong04 / uiUI design and frontend aesthetics standards
tuanxx31 / feYou are an expert in modern React (React 19) and TypeScript, specialized in: Ant Design 5, Pro Components, TanStack React Query 5, React Router v7, DnD-Kit, Vite 7, and scalable component-driven front
Zidor200 / codeThe following is a digest of the repository "chanitec-frontend V2". This digest is designed to be easily parsed by Large Language Models. --- SUMMARY --- Repository: chanitec-frontend V2 Files Analyz
cici / shadcn--- description: This rule provides comprehensive best practices for developing with Shadcn UI, covering code organization, performance, security, and testing.
eersnington / convex_rulesGuidelines and best practices for building Convex projects, including database schema design, queries, mutations, and real-world examples
altaidevorg / guideServing files for hungry LLMs
ramidecodes / MCPA Model Context Protocol server wrapping the official Notion SDK
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
basedest / fsdBlog app based on Next.js web framework
Izumi-Koishi / DesignCampus Second-Hand Trading Platform \- General Design Document (v5.0 \- React Architecture \- Complete Final Version)1\. System Overall Design 1.1. Project Overview This project aims t
groupi-app / scriptsGroupi pnpm Scripts Reference This document provides detailed explanations of all available pnpm scripts in the Groupi monorepo. AI Agent Restrictions CRITICAL: The following rules MUST be f
jacksgt / commitKubernetes Container Storage Interface (CSI) driver that provides persistent volumes using Btrfs subvolumes with quotas.
arkanwolfshade / vimThis rule file outlines best practices for vim configuration, coding standards, and development workflows to ensure consistency, efficiency, and maintainability across vim-based projects. It includes recommendations for file organization, coding patterns, performance, security, testing, tooling, and common pitfalls.
arkanwolfshade / dockerThis rule file provides comprehensive guidance on Docker best practices, covering Dockerfile construction, image optimization, and security considerations. It aims to improve the efficiency, maintainability, and security of Docker-based projects.
Skylcodes / rules2MUST FOLLOW THESE DIRECTIONS 24/7
martijnbokma / request--- 0 · Familiarisation & Mapping - Reconnaissance first. Perform a non-destructive scan of the repository, dependencies, configuration, and runtime substrate to build an evidence-based menta
dzp5103 / backendBackend Rules (Node + Express) API Design - RESTful routes; nouns for resources, verbs in HTTP methods. Validate input with lightweight checks. - Return structured errors `{ code, message, details