best▌
173 indexed skills · max 10 per page
remotion-best-practices
sickn33/antigravity-awesome-skills · Video
Domain-specific best practices and patterns for building videos with Remotion and React. \n \n Covers 28 rule files spanning animations, assets, audio, compositions, captions, charts, 3D content, and transitions \n Includes utilities for media metadata extraction (video/audio duration, dimensions, frame extraction) via Mediabunny \n Provides patterns for text measurement, DOM node sizing, font loading, TailwindCSS integration, and timing/easing functions \n Addresses common workflows like captio
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
wordpress-performance-best-practices
bartekmis/wordpress-performance-best-practises · Productivity
WordPress performance optimization guidelines across database, caching, assets, and plugin architecture. \n \n 34 rules organized by impact across 8 categories: database optimization, caching strategies, asset management, theme performance, plugin architecture, media optimization, API/AJAX, and advanced patterns \n Covers critical areas including WP_Query optimization, transient and object cache usage, proper asset enqueueing, and REST API caching \n Designed for code review and generation workf
remotion-best-practices
vercel-labs/json-render · Video
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
scss-best-practices
mindrally/skills · Frontend
SCSS architecture guidelines covering file organization, variables, mixins, and maintainable stylesheet patterns. \n \n Implements the 7-1 pattern for scalable folder structure: abstracts, base, components, layout, pages, themes, and vendors with a clear import order \n Provides semantic variable naming conventions for colors, typography, spacing, breakpoints, z-index, transitions, and shadows using maps for grouped values \n Includes reusable mixins for responsive breakpoints, flexbox utilities
node-best-practices
mcollina/skills · Backend
Native TypeScript support in Node.js with type stripping, async patterns, error handling, and production best practices. \n \n Covers type stripping (Node.js 22.6+) for running .ts files directly without build tools; includes tsconfig.json setup and import extension rules \n Provides patterns for error handling, graceful shutdown, async/await, streams, and module resolution across the full Node.js stack \n Includes diagnostic workflows for flaky tests, profiling slow paths, and performance optim
sqlalchemy-alembic-expert-best-practices-code-review
wispbit-ai/skills · Productivity
Simple, pragmatic, opinionated. Only what matters for writing production-grade SQLAlchemy and Alembic code.
effect-best-practices
makisuo/skills · Productivity
$22
frontend-react-best-practices
sergiodxa/agent-skills · Frontend
33 React performance and composition rules across bundle optimization, re-rendering, rendering, hooks, and component patterns. \n \n Covers 6 rule categories: bundle size optimization (barrel imports, conditional loading, preloading), re-render prevention (functional setState, derived state, memoization), rendering performance (content-visibility, hydration, transitions), client patterns (passive listeners, localStorage versioning), hooks best practices (limiting useEffect, named functions), and
angular-best-practices
boise-state-development/agentcore-public-stack · Productivity
Angular 21 development with signals, standalone components, reactive patterns, and strict TypeScript typing. \n \n Use standalone components with ChangeDetectionStrategy.OnPush , input() / output() functions, and computed() for derived state instead of decorators and ngClass / ngStyle \n Manage async data with resource() for signal-based fetching, handling loading/error states via hasValue() and status checks \n Build templates with native control flow ( @if , @for , @switch ), async pipes, and