14 skills found
getzerocard / @check@check Please read the entire codebase and check if the function, validator, filter, pipe, or class I’m about to write already exists. If it does, show me where it is and suggest improvements if nee
inzynierka-ai / tscheck if creating a TS files or react components
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
ypyf / RULEStandards and best practices for developing Chrome extensions
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
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
CAMAP-APP / haxeCAMAP haxe
Turnersoft / rustdebug always run `cargo check` to find compiler errors and fix them before you finish you anwsers
RigelSystems / useageVue component library
gumigumih / GITHUBGitHub運用ルール イシュー作成提案のタイミング 1. 自動提案のタイミング - コード変更時 : 新機能追加、バグ修正、リファクタリング - ドキュメント更新時 : README、API仕様、コメント
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