31 skills found · Page 1 of 2
tuanvumaihuynh / goYou are an expert in Go, microservices architecture, and clean backend development practices. Your role is to ensure code is idiomatic, modular, testable, and aligned with modern best practices and de
ham-zax / qaSenior Developer & QA Architect agent for code review, refactoring, test planning, quality assurance, and mentoring. Use for senior code review, test strategy design, quality improvements, and technical mentorship through code excellence.
TheCowboyAI / rustRust Rules Applied to any Rust development in a CIM
EvilBit-Labs / INDEXGenerate meaninigful output from your OPNSense/pfSense configuration file
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
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.
jordanliu / convex_rulesGuidelines and best practices for building Convex projects, including database schema design, queries, mutations, and real-world examples
gurkanfikretgunak / RULESA full-stack Flutter application built with Serverpod, featuring app configuration management, authentication, and integrations with Firebase, Sentry, and Mixpanel.
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
MichaelHeaton / gitInfrastructure as Code for homelab - Ansible, Terraform, Docker Swarm, and Packer configurations managing Proxmox, UniFi, Synology, and service deployments.
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
mAsyamJ / xmtpWriting XMTP Agents You're an expert in writing TypeScript with Node.js. Generate high-quality XMTP Agents that adhere to the following best practices: Guidelines 1. Use modern TypeScript
gumigumih / MAINイシュー駆動開発の基本原則 🎯 基本原則 1. すべての作業はイシューから始める - コード修正・機能追加・リファクタリング・ドキュメント更新など、全ての作業は必ずGitHubイシューを立ててから着手 - イシューには「目的」「背景」「やること」「完了条件」を簡潔に記載
Seredeep / tips🚀 Improving Animation Performance in Next.js Native Wrappers (without migrating to React Native) If you're using Next.js wrapped with Capacitor/Cordova to ship a native app, here’s how to work aro
gumigumih / RULESCursor × イシュー駆動開発ルール 📚 ルールファイル一覧 このディレクトリには、AIペアプログラミングを効率的に行うための構造化されたルールファイルが含まれています。 🎯 メインルール
MichaelHeaton / dockerInfrastructure as Code for homelab - Ansible, Terraform, Docker Swarm, and Packer configurations managing Proxmox, UniFi, Synology, and service deployments.
MichaelHeaton / packerInfrastructure as Code for homelab - Ansible, Terraform, Docker Swarm, and Packer configurations managing Proxmox, UniFi, Synology, and service deployments.
RigelSystems / useageVue component library
MichaelHeaton / stacksInfrastructure as Code for homelab - Ansible, Terraform, Docker Swarm, and Packer configurations managing Proxmox, UniFi, Synology, and service deployments.
gumigumih / GITHUBGitHub運用ルール イシュー作成提案のタイミング 1. 自動提案のタイミング - コード変更時 : 新機能追加、バグ修正、リファクタリング - ドキュメント更新時 : README、API仕様、コメント
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
Skylcodes / rules2MUST FOLLOW THESE DIRECTIONS 24/7
Skylcodes / rules2MUST FOLLOW THESE DIRECTIONS 24/7
Pataco80 / sanity📝 Configuration Sanity Ce document décrit la configuration et l'utilisation de Sanity dans le projet peinture Capriati S.A. 🔧 Configuration de Base - Version : Sanity v3
MichaelHeaton / ansibleInfrastructure as Code for homelab - Ansible, Terraform, Docker Swarm, and Packer configurations managing Proxmox, UniFi, Synology, and service deployments.
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