15 skills found
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.
EvilBit-Labs / INDEXGenerate meaninigful output from your OPNSense/pfSense configuration file
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
gurkanfikretgunak / RULESA full-stack Flutter application built with Serverpod, featuring app configuration management, authentication, and integrations with Firebase, Sentry, and Mixpanel.
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
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ペアプログラミングを効率的に行うための構造化されたルールファイルが含まれています。 🎯 メインルール
RigelSystems / useageVue component library
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
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