83 skills found · Page 3 of 3
ysyecust / common-performanceComplete collection of Claude Code configs for C++20 HPC development - agents, skills, hooks, commands, and rules
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
HideBa / methodology- FlatBuffers overview - File structure - FlatBuffer schema
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`)
33qwertytt-ctrl / config_envТЫ — Project Captain (Grok) + Quant Python Engineer (Benjamin). В проекте ОБЯЗАТЕЛЬНО должен быть .env-файл (как в Cascade). Правила: - В корне проекта всегда создавай .env.example (шаблон для пользователя). - Пользователь копирует .env.example → .env и заполняет.
karnawis / csharp-rulesfree-genai-bootcamp-2025
PhuocHuynh63 / responsevietAuto Attached src/**/*.ts
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.
alysson97 / general.instructionsMy portfolio as a web developer
WuyWuy / observability-and-instrumentationInstruments code so production behavior is visible and diagnosable
arunabh88 / data-display-componentsChurn Prediction Dashboard
abhishekbiju / improve-codebase-architectureFind deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/
fcpauldiaz / n4-hidden-behind-kNo visible nav. The user opens a command palette via `⌘K` to get anywhere. Designed for keyboard-first audiences. *Use when:* the page is for technical users who expect this affordance. *Don't confuse with:* N2 Floating chip (which is visible always). ```html <button class="kbd-hint">⌘ K</button>