Showing 30 of 137983 results
patterns.dev skill teaching the React **provider pattern** — kill prop drilling for themes, auth, locale, and global state by wrapping the tree in a `React.createContext()` provider and consuming via `useContext` or a custom hook; warns that frequently-updated values cause all consumers to re-render, so split contexts by concern.
Implements rate limiting and throttling mechanisms using token bucket, leaky bucket, fixed window, and sliding window algorithms to protect services from abuse and ensure fair resource usage.
A large collection of Claude Code skill templates sponsored by Z.AI, providing ready-to-use development skill configurations across various domains.
A collection of Claude Code skills for tasks like code review, security analysis, and development best practices, each providing structured expert guidance.
A collection of Claude Code skills for tasks like code review, security analysis, and development best practices, each providing structured expert guidance.
A collection of Claude Code skills for tasks like code review, security analysis, and development best practices, each providing structured expert guidance.
Professional CV and resume builder that transforms career narratives into ATS-optimized resumes in multiple formats including PDF, DOCX, LaTeX, and JSON Resume
Generates structured Given/When/Then acceptance criteria for user stories or feature slices, covering happy paths, edge cases, error states, and non-functional expectations for engineering handoff and QA.
A large collection of Claude Code skill templates sponsored by Z.AI, providing ready-to-use development skill configurations across various domains.
Provides architecture patterns for composing iii primitives into backend systems including durable workflows, reactive backends, agentic pipelines, event-driven CQRS, effect pipelines, and trigger-transform-action automation.
A TypeScript-based automated content pipeline skill that integrates Claude 3, OpenAI, and Remotion to handle the full content creation workflow from crawling news sources (TechCrunch, a16z, Twitter, LinkedIn) to generating multi-format articles and rendering videos for Reels, TikTok, and Shorts. It supports bilingual output in English and Vietnamese.
Structured metadata search for Basic Memory: query notes by custom frontmatter fields using equality, range, array, and nested filters. Use when finding notes by status, priority, confidence, or any custom YAML field rather than free-text content.
Generates professional 1200x628 blog header images with optional title composition guidance, powered by the muapi-cli and 100+ AI models including Midjourney, Flux Kontext, and more.
patterns.dev skill teaching the **prototype pattern** — share properties among many objects of the same type using JavaScript's prototypal inheritance, allowing efficient cloning and extension through the prototype chain instead of duplicating data across instances.
patterns.dev skill teaching the JavaScript **proxy pattern** — intercept and control interactions to target objects using ES6 `Proxy` with `get`, `set`, and other traps for validation, formatting, notifications, and debugging without modifying the original object.
A collection of Claude Code skills for tasks like code review, security analysis, and development best practices, each providing structured expert guidance.
A Claude Code plugin providing Symfony-specific guidance, skills, and workflows with TDD support, Doctrine guidance, API Platform patterns, and Symfony 6.4 best practices.
Part of the .NET team's official Template Engine skills, this skill helps AI coding agents discover available .NET project templates for scaffolding new projects and solutions.
patterns.dev skill teaching the **View Transitions API** — wrap DOM changes in `document.startViewTransition(callback)`, use CSS `view-transition-name` + `contain: layout` to animate specific elements (photo gallery, page navigations), target `::view-transition-old(NAME)`/`::view-transition-new(NAME)` for per-group animations, and keep the frozen-DOM window short.
An auto-generated agent skill from Ara.so's Trending Skills collection, created from GitHub's trending open source projects. Part of a curated set of skills installable via the skills.sh registry.
from freestylefly/canghe-skills
An agent skill from a comprehensive library of 235 production-ready Claude Code skills and plugins for 12 AI coding tools, providing chaos engineering expertise as part of a collection covering engineering, DevOps, and compliance.
Accessibility best practices skill for React applications following WCAG standards, with 7 rules covering semantic HTML landmarks, screen reader support (sr-only, aria-live regions), keyboard navigation, and user preferences for building inclusive UIs.
SDK reference for the iii platform covering Node.js, browser, Python, and Rust clients with APIs for worker initialization, function/trigger registration, invocation, channels, logging, and OpenTelemetry integration.
A skill for IMAP/SMTP email management, part of LobsterAI, an all-in-one personal assistant agent by NetEase Youdao that handles tasks like data analysis, presentations, web search, and scheduling.
A large collection of Claude Code skill templates sponsored by Z.AI, providing ready-to-use development skill configurations across various domains.
Context Engineering Kit skill that applies the Kaizen "5 Whys" analysis technique to drill down to the root cause of problems.