best▌
173 indexed skills · max 10 per page
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.
vue-pinia-best-practices
hyf0/vue-skills · Frontend
Vue Pinia state management patterns, common reactivity pitfalls, and store setup best practices. \n \n Covers three core areas: store initialization, reactivity patterns, and state management conventions \n Addresses frequent gotchas including destructuring breaking reactivity, method binding issues, and missing state in DevTools or SSR \n Provides guidance on filter persistence, URL-based ephemeral state, and scaling Pinia for production applications \n Includes troubleshooting references for \
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.
vue-best-practices
hyf0/vue-skills · Frontend
Vue 3 development with Composition API, <script setup> , and TypeScript as the standard approach. \n \n Enforces a structured workflow: confirm architecture, apply core foundations (reactivity, SFC structure, component focus, data flow, composables), then add optional features only when needed \n Requires reading and applying four core references before implementation: reactivity, SFC structure, component data flow, and composables \n Provides explicit component-splitting rules based on res
vite-react-best-practices
claudiocebpaz/vite-react-best-practices · Frontend
A senior-level guide for building production-ready React Single Page Applications (SPAs) with Vite.
react-best-practices
vercel-labs/vercel-plugin · Frontend
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 64 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.