22 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 -
lilycandoit / fastapi-mvcEnforce best practices for FastAPI MVC architecture with TailwindCSS, SQLite ORM, Fly.io deployment, and GitHub version control.
talentseek / UIUse shadcn/ui components. To add: `pnpm dlx shadcn@latest add <component>`. Do not introduce bespoke CSS or CSS Modules without a clear reason. Use shadcn/ui components. To add: `pnpm dlx shadcn@late
Mlancoliee / pages--- description: Guidelines and best practices for building full-stack website on EdgeOne Pages based on serverless deployment from frontend Pages to dynamic APIs, ideal for building modern Web projec
ton-ai-core / tsUse this rule for smart contract testing, scripting, and interaction with TON blockchain using TypeScript, Blueprint, and Sandbox. Always apply it when developing TypeScript code for TON.
bodote / debuggingWhen tests are run with e.g. `mvn test` and there are errors in one of the tests always do this:
mergd / uiProject Overview This is a Next.js 15 project for a UI library that is shadcn CLI compatible. The aesthetic is TUI-inspired (Terminal User Interface) - bare-bones, minimal, and functional wit
kamiwaza-internal / prfor a github pr, please respond in the following format - ## What type of PR is this? - [ ] 🍕 Feature - [ ] 🐛 Bug Fix - [ ] 📝 Documentation - [ ] 🧑💻 Code Refactor - [ ] 🔧 Other ## Description <!-- What changed and why? Optional: include screenshots or other supporting artifacts. --> ## Related Issues <!-- Link issues like: Fixes #123 --> ## Updated requirements or dependencies? - [ ] Requirements or dependencies added/updated/removed - [ ] No requirements changed ## Testing - [ ] Tests added/updated - [ ] No tests needed **How to test or why no tests:** <!-- Describe test steps or explain why tests aren't needed --> ## Checklist - [ ] Self-reviewed the code - [ ] Tests pass locally - [ ] No console errors/warnings ## [optional] What gif best describes this PR?
0xdpfly / CLAUDEA development framework based on Gin, which provides a clear directory structure and powerful features. It includes commonly used middleware such as parameter validation and exception handling, as well as utility methods like HTTP request encapsulation and email services. It also supports databases like MySQL, MongoDB, and Redis.
altaidevorg / guideServing files for hungry LLMs
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
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
Izumi-Koishi / SRS (1)Campus Second-Hand Marketplace Software Requirements Specification (SRS) | Version | Status | Author | Date | Change Summary | | :---- | :---- | :---- | :---- | :---- | | 8.0 | Final Dr
tokamak-network / CURSOR_PROMPTCursor AI Assistant Prompt Project Context You are working on a Tokamak zkEVM Playground project - an Electron-based application with React frontend that provides tools for blockchain developme
GLambard / mainLocal Deep Research is an AI-powered assistant that transforms complex questions into comprehensive, cited reports by conducting iterative analysis using any LLM across diverse knowledge sources including academic databases, scientific repositories, web content, and private document collections.
tufankoc / projeInteractive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
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.
CanAISolutions / cortexCanAI Cortex Milestones Overview This file tracks milestones for the CanAI Emotional Sovereignty Platform, aligning with the 9-stage user journey (F1-F9) and PRD Sections 5, 6, and 12. Mileston
martijnbokma / refresh--- 0 · Familiarisation & Mapping - Reconnaissance first. Conduct a non-destructive survey of the repository, runtime substrate, configs, logs, and test suites to build an objective mental mo
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