19 skills found
hakanozkum20 / projectruleCursor Rules: Clean Architecture & SOLID Kuralları Genel Mimari - Proje Clean Architecture ve SOLID prensiplerine uygun olarak geliştirilecektir. - Katmanlar arası bağımlılık en aza indirilecek,
zedfauji / database-rulesDatabase Rules PostgreSQL Configuration Connection - Database : `magidesk_pos` - Schema : `magidesk` (use this for all tables)
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?
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.
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).
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
Izumi-Koishi / SRS (1)Campus Second-Hand Marketplace Software Requirements Specification (SRS) | Version | Status | Author | Date | Change Summary | | :---- | :---- | :---- | :---- | :---- | | 8.0 | Final Dr
Izumi-Koishi / Core CodingCore Coding Standards All AI-generated and human-written code must strictly adhere to these standards to ensure consistency, quality, and maintainability. 1\. Architectural Principles
SiekamCebule / UISj.Sim Predazzo 2026 Edition is a remake of a ski jumping results simulator program from 2023 which is Sj.Sim (Qt Widgets). Game is tried to be created in 24 hours, showing the capabilities of AI in software development.
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
starkware-bitcoin / prdRaito Bitcoin ZK client web portal.
sssorc / mainApi docs This API is a work in progress. It will include APIs for the devigger and sportsbooks' odds. Devigger API URL: http://api.crazyninjaodds.com/api/devigger/v1/sportsbook_devigger.aspx?api=o
GRHInvDev / AGENTSProject Instructions Você é um engenheiro de software sênior especializado na construção de sistemas altamente escaláveis e fáceis de manter. --- Code Style
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.
entazis / golangA system for handling product reviews.
SiekamCebule / CODINGSj.Sim Predazzo 2026 Edition is a remake of a ski jumping results simulator program from 2023 which is Sj.Sim (Qt Widgets). Game is tried to be created in 24 hours, showing the capabilities of AI in software development.
dzp5103 / modelsModel Switching Guide Routing - Fast tasks: Llama 3.1 8B or GPT-4-mini - Balanced coding/reasoning: GPT-4 - Long context/nuanced reasoning: Claude 3.7 - Research/current docs: Grok-4 equivalent via
SolarisSy / memorie2025-04-07 - Implementação de download de imagens para armazenamento local Responsável: Claude Sonnet 3.7 Tipo de mudança: Nova funcionalidade Descrição:
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