Search Skills
Found 84133 results
create-pr
n8n-io
Automates GitHub pull request creation with CI/CD-compliant titles, ensuring seamless code review and validation.
skill-lookup
f
Enables users to discover, retrieve, and install reusable AI capabilities (skills) for the Claude AI platform.
prompt-lookup
f
Provides a curated repository for discovering, retrieving, and improving AI prompts, enabling effective prompt templates for LLM interactions.
cache-components
vercel
Provides expert guidance for implementing Next.js Cache Components and Partial Prerendering (PPR) patterns, including caching directives and optimization.
update-docs
vercel
Guides updating Next.js documentation based on code changes, handling MDX files and documentation structure.
vercel-react-best-practices
langgenius
Provides Vercel-engineered performance optimization guidelines for React and Next.js applications, covering components, data fetching, and bundle efficiency.
component-refactoring
langgenius
Refactors complex React components in Dify frontend based on complexity metrics and user requests, avoiding unnecessary changes to simple or third-party code.
frontend-testing
langgenius
Generates unit and integration tests for React components, hooks, and utilities using Vitest and React Testing Library.
frontend-code-review
langgenius
Performs frontend code reviews for TypeScript/JavaScript files, applying checklist rules to pending changes or specific files.
skill-creator
langgenius
Step-by-step guide for creating or updating Claude skills, covering best practices for extending capabilities through specialized knowledge and tool integrations.
orpc-contract-first
langgenius
Guides contract-first API implementation in Dify frontend, covering contract creation, endpoint integration, and TanStack Query migration.
web-design-guidelines
langgenius
Reviews UI code for compliance with Web Interface Guidelines, including accessibility and UX best practices.
electron-chromium-upgrade
electron
Guides developers through Chromium version upgrades in Electron, covering patch application, conflict resolution, and commit formatting for patch fixes.
at-dispatch-v2
pytorch
Converts PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format for ATen C++ kernel and operator implementations.
skill-writer
pytorch
Guides users in creating and structuring Claude Code Agent Skills, including SKILL.md files and frontmatter configuration.
add-uint-support
pytorch
Adds unsigned integer (uint) type support to PyTorch operators via AT_DISPATCH macro updates for uint16, uint32, and uint64 types.
docstring
pytorch
Generates PyTorch-compliant docstrings for functions and methods, adhering to official documentation standards.
greeter
google-gemini
Provides a friendly greeting message for user interactions in conversational interfaces.
pr-creator
google-gemini
Automates pull request creation to comply with repository templates and coding standards, ensuring consistent code review processes.
code-reviewer
google-gemini
Reviews code for correctness, maintainability, and adherence to standards, supporting local changes and remote Pull Requests.
skill-creator
google-gemini
Step-by-step guide for creating and updating skills to extend Gemini CLI capabilities with custom knowledge, workflows, and tool integrations.
implementing-jsc-classes-zig
oven-sh
Generates JavaScript classes via Bun's Zig bindings generator for implementing new JS APIs with JSC integration.
zig-system-calls
oven-sh
Guides using bun.sys for system calls and file I/O in Zig, providing an alternative to std.fs and std.posix for low-level operations.
writing-dev-server-tests
oven-sh
Guides creation and modification of tests for dev server, hot module replacement (HMR), and bundling in test/bake/ directory.