best▌
173 indexed skills · max 10 per page
react-native-best-practices
software-mansion-labs/skills · Frontend
Software Mansion's production patterns for React Native apps on the New Architecture.
vercel-react-best-practices
lobehub/lobehub · Frontend
45 React and Next.js performance rules organized by impact, from eliminating waterfalls to advanced patterns. \n \n Covers 8 priority categories spanning async optimization, bundle size, server/client data fetching, re-renders, rendering, JavaScript performance, and advanced patterns \n Each rule includes explanation, before/after code examples, and context; rules prefixed by category (e.g., async- , bundle- , server- ) for easy reference \n Prioritizes critical issues like waterfall elimination
manimgl-best-practices
adithya-s-k/manim_skill · Productivity
ManimGL best practices and patterns for 3Blue1Brown's OpenGL-based animation engine. \n \n Covers InteractiveScene, Tex with LaTeX rendering, camera frame control, and 3D scene setup with lighting and surfaces \n Interactive development workflow with -se flag for checkpoint-based iteration and self.embed() for debugging \n Comprehensive rule files for animations, mobjects, text styling, colors, 3D rendering, and CLI configuration \n Includes working examples and scene templates for basic 2D, mat
home-assistant-best-practices
homeassistant-ai/skills · Productivity
Native Home Assistant constructs for automations, helpers, scripts, and Lovelace dashboards. \n \n Prioritizes built-in conditions, triggers, and helpers over Jinja2 templates; includes decision workflow for choosing between native state conditions, numeric_state, time triggers, and template helpers \n Covers automation modes (single, restart, queued, parallel) with scenarios, entity_id vs device_id usage, and Zigbee button/remote patterns for ZHA and Zigbee2MQTT \n Provides safe refactoring wor
akka-net-best-practices
aaronontheweb/dotnet-skills · Productivity
Use this skill when:
pulumi-best-practices
pulumi/agent-skills · Productivity
Comprehensive best practices for writing reliable, maintainable Pulumi infrastructure code. \n \n Avoid creating resources inside apply() callbacks; pass Output objects directly as inputs to preserve dependency tracking and preview visibility \n Use ComponentResource classes to group related resources into reusable logical units with proper parent-child hierarchy via parent: this \n Encrypt secrets from the start with --secret flag or config.requireSecret() to prevent credential leakage in state
angular-best-practices-ngrx
alfredoperez/angular-best-practices · Productivity
NgRx state management rules for global state with actions, reducers, effects, and selectors. Use with the core angular-best-practices skill for comprehensive Angular coverage.
next-best-practices
vercel/nextjs-skills · Frontend
Apply these rules when writing or reviewing Next.js code.
best-minds
ceeon/best-minds · Productivity
Best Minds \n \n \"Don't think of LLMs as entities but as simulators.\"\n— Andrej Karpathy \n \n 核心 \n 不要问 AI \"你怎么看\"。 \n 要问: 这个问题,世界上谁最懂?TA 会怎么说? \n 然后模拟那个人。 \n 原则 \n \n 问题决定人数 — 一个人够就一个,需要碰撞才多个 \n 找真正最懂的 — 不是找\"合适的\",是找\"最强的\" \n 基于真实 — 模拟要基于 TA 公开的思想、著作、言论 \n 引用原话 — 尽可能用 TA 说过的话 \n \n vs ai-coaches \n \n \n \n ai-coaches \n best-minds \n \n \n \n \n 从 13 个预设智者选 \n 从全世界找 \n \n \n 基于关键词匹配 \n 基于问题本质 \n \n \n
angular-best-practices-material
alfredoperez/angular-best-practices · Productivity
Angular Material and CDK rules for component usage, theming, and testing. Use with the core angular-best-practices skill for comprehensive Angular coverage.