guidelines▌
43 indexed skills · max 10 per page
web-design-guidelines
skillcreatorai/ai-agent-skills · Frontend
Web Design Guidelines \n Modern web design principles for responsive layouts, accessibility, and visual hierarchy. \n When to Use \n \n Creating polished web interfaces \n Improving accessibility \n Responsive design patterns \n Visual hierarchy decisions \n \n Source \n This skill references patterns from Vercel's agent-skills .
frontend-dev-guidelines
sickn33/antigravity-awesome-skills · Frontend
$23
karpathy-guidelines
forrestchang/andrej-karpathy-skills · Frontend
Behavioral guidelines to reduce common LLM coding mistakes through explicit assumptions, simplicity, and verifiable success criteria. \n \n Emphasizes surfacing assumptions and tradeoffs upfront rather than making silent decisions or hiding confusion \n Advocates for minimum viable code with no speculative features, abstractions, or error handling beyond what was requested \n Requires surgical, focused edits that touch only what's necessary and match existing code style without improving adjacen
backend-dev-guidelines
langfuse/langfuse · Frontend
Use this skill for backend and API work across web/, worker/, and packages/shared/.
karpathy-guidelines
unknown/karpathy-guidelines · code
Behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity and clarity in coding practices.
tinybird-cli-guidelines
tinybirdco/tinybird-agent-skills · Frontend
Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management.
tinybird-typescript-sdk-guidelines
tinybirdco/tinybird-agent-skills · Frontend
Guidance for using the @tinybirdco/sdk package to define Tinybird resources in TypeScript with complete type inference.
watchos-design-guidelines
ehmo/platform-design-skills · Frontend
Apple Watch is a personal, glanceable device worn on the wrist. Interactions are measured in seconds, not minutes. Every design decision must prioritize speed of comprehension and brevity of interaction.
cc-skill-project-guidelines-example
sickn33/antigravity-awesome-skills · Frontend
This is an example of a project-specific skill. Use this as a template for your own projects.
frontend-dev-guidelines
davila7/claude-code-templates · Frontend
Modern React patterns with Suspense, lazy loading, TanStack Query, and organized feature structure. \n \n Covers component creation, data fetching with useSuspenseQuery , file organization using a features directory, and MUI v7 styling conventions \n Emphasizes lazy loading for heavy components, Suspense boundaries for loading states, and import aliases ( @/ , ~types , ~components , ~features ) for cleaner code \n Includes routing setup with TanStack Router, performance optimization via useMemo