1,087 skills found · Page 33 of 37
HubSpot / formattingCode Formatting Guidelines
ysyecust / common-performanceComplete collection of Claude Code configs for C++20 HPC development - agents, skills, hooks, commands, and rules
gradient-industrial-robotics / agent-memory-loopsAlways enforce scratchpad + devlog loops for every meaningful task.
AuroraKON6 / commonBoss auto-apply tool - Playwright + Spring Boot + AI/OCR
AuroraKON6 / backendBoss auto-apply tool - Playwright + Spring Boot + AI/OCR
AuroraKON6 / frontendBoss auto-apply tool - Playwright + Spring Boot + AI/OCR
unger1984 / trackit_historyLightweight modular logger for Dart and Flutter
MaxiGarcia13 / ddd-solidPrefer Domain-Driven Design and SOLID when structuring code
niloykumarbarman / php-hooksPHP hooks extending common rules
niloykumarbarman / typescript-patternsTypeScript patterns extending common rules
BT-Rajan / code-style- Use TypeScript strict mode (but project config has `strict: false`, note compatibility). - 使用 TypeScript 严格模式(但项目配置中 `strict: false`,注意兼容性) - Prefer type inference, explicitly declare types when necessary. - 优先使用类型推断,必要时显式声明类型
dchote / ui-spacingSpacing utilities and gap conventions
karnawis / csharp-rulesfree-genai-bootcamp-2025
HideBa / methodology- FlatBuffers overview - File structure - FlatBuffer schema
gentkrasniqii1 / portfolio-rulesCore rules for the professional developer portfolio project. Always apply.
kaikai464748 / styleMotherDuck-inspired front-end style guardrails
ZenRay / styleMotherDuck-inspired front-end style guardrails
miguelmontiel30 / coding-standardsSchool management project
epireve / styling- Each component should have its own CSS file - Name CSS files to match component names (e.g., `ComponentName.css`)
sanjayguwaju / endpointsCustom REST API endpoints with authentication and helpers
33qwertytt-ctrl / config_envТЫ — Project Captain (Grok) + Quant Python Engineer (Benjamin). В проекте ОБЯЗАТЕЛЬНО должен быть .env-файл (как в Cascade). Правила: - В корне проекта всегда создавай .env.example (шаблон для пользователя). - Пользователь копирует .env.example → .env и заполняет.
PhuocHuynh63 / responsevietAuto Attached src/**/*.ts
ADTrauts / RULES_SUMMARYQuick index for Cursor enforcement and procedures. Vssyl architecture/docs remain authoritative; Cursor configuration points to them rather than creating parallel governance. | Layer | Role | Location |
StefKors / button-sizing- **Height**: 24px (`var(--button-height-standard)`) - **Font Size**: 12px (`var(--button-font-size-standard)`) - Use for regular buttons throughout the application
zefedev / 14-testing-agentCursor-ready multi-agent kit for React + TypeScript + Vite: feature-first (screaming) architecture, TanStack Query + Zustand boundaries, Cursor rules, docs, templates, and examples.
darshilkadiwala / naming-conventionsProject-wide naming standards for files, folders, and exports. - Use **lowercase kebab-case** for all feature and domain folders
WilliamChelman / RULEUse the local UI component library (`@/ui/*`) consistently (Angular standalone + Tailwind/DaisyUI).
rusyaev-dk / states-and-fallbacksFail-safe UX: what is state, content/visual fallbacks, four basic interface states (Loading, Empty, Error, Success)
kiwagu / endpoints-errors-cors-and-responsesUse when: shaping Payload endpoint responses, adding CORS headers, or handling validation and error cases consistently.
ostsam / 20251205-merge-reviewOriginal request / feature - Review merge readiness for commit `d4ef026` and surface any bugs or risks. Challenges - Working tree already diverged from last commit; needed to reason about intended runtime behavior without running the app.