Skills.
Give your AI a better way to work.
A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.
Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.
Category: Monitoring & ops
2,391 results · page 28 of 80
- View details
moai-library-shadcnSkillMonitoring & ops
Build UI with Core's shadcn/Base UI system. Use for selecting, installing, composing, or customizing shadcn/ui, registry items, themes, and wrappers. Always preserve exact style `base-maia`, Zinc-oriented semantic CSS-variable tokens, and Base UI primitives. Do not use to switch styles, run `shadcn
Ready to connect★ 391
- View details
motionSkillMonitoring & ops
Implement smooth, accessible animations with motion/react (Framer Motion) in React. Use when adding animations, gestures, or layout transitions with motion, AnimatePresence, useScroll, and related APIs. Requires a 'use client' boundary; not for strictly server-rendered components or when no animatio
Ready to connect★ 391
- View details
next-cache-components-adoptionSkillMonitoring & ops
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the `cacheComponents` flag, work through a flood of blocking-prerender / instant validation errors, run the `cache-components-instant-
Ready to connect★ 391
- View details
nextjs-app-routerSkillMonitoring & ops
Ensure correct Next.js App Router architecture, rendering strategy, and data fetching. Use whenever working under /app — routing, layouts, server/client component boundaries, data fetching, Suspense, and Server Actions. Defaults to Server Components and adds 'use client' only for interactivity. Not
Ready to connect★ 391
- View details
npm-deps-cleanupSkillMonitoring & ops
Audit and reduce JavaScript package dependency footprint across npm, pnpm, Yarn, and Bun projects. Use when asked to remove unused dependencies, deduplicate workspace dependency versions, lockfiles or node_modules, analyze direct dependencies' transitive lockfile closure, find low-risk upgrades that
Ready to connect★ 391
- View details
openspec-apply-changeSkillMonitoring & ops
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Ready to connect★ 391
- View details
openspec-archive-changeSkillMonitoring & ops
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Ready to connect★ 391
- View details
openspec-exploreSkillMonitoring & ops
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Ready to connect★ 391
- View details
openspec-proposeSkillMonitoring & ops
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Ready to connect★ 391
- View details
openspec-sync-specsSkillMonitoring & ops
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Ready to connect★ 391
- View details
openspec-update-changeSkillMonitoring & ops
Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.
Ready to connect★ 391
- View details
openspec-verify-changeSkillMonitoring & ops
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
Ready to connect★ 391
- View details
payloadSkillMonitoring & ops
Use when working with Payload projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
Ready to connect★ 391
- View details
payloadcms-cms-migrationSkillMonitoring & ops
Interactive CMS-to-Payload migration workflow: analyze exports, design collection configs, field mapping. Vendored from payloadcms/skills (cms-migration). Use when migrating from WordPress, Contentful, Strapi, Sanity, Webflow, or similar into Payload.
Ready to connect★ 391
- View details
payloadcms-payloadSkillMonitoring & ops
Payload CMS application development (collections, fields, hooks, access control, Local/REST/GraphQL queries, adapters, plugins). Vendored from payloadcms/skills. Use when editing payload.config.ts, Payload collections, admin, or debugging validation, security, relationships, transactions, or hooks i
Ready to connect★ 391
- View details
prd-to-planSkillMonitoring & ops
Legacy router from PRD/spec intent to the current Matt Pocock spec and ticket flow. Prefer to-spec and to-tickets.
Ready to connect★ 391
- View details
prompt-engineering-patternsSkillMonitoring & ops
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
Ready to connect★ 391
- View details
react-component-devSkillMonitoring & ops
Build reusable, accessible React components with predictable APIs and ref forwarding. Use when creating or refactoring components or defining component APIs, favoring composition over configuration and slots/children over many boolean props. Not needed for style-only or content-only edits that do no
Ready to connect★ 391
- View details
react-doctorSkillMonitoring & ops
Installs and runs Million's React Doctor to audit a React or Next.js codebase for performance, security, correctness, and architecture issues. Use when the user mentions react-doctor, React Doctor, millionco/react-doctor, performance audits, code health, bundle size, or suspicious React patterns.
Ready to connect★ 391
- View details
react-state-managementSkillMonitoring & ops
Lets your agent learn how to manage React app state with Redux Toolkit, Zustand, Jotai, and React Query.
Ready to connect★ 391
- View details
rechartSkillMonitoring & ops
Build responsive, readable charts with Recharts using correct data mapping and composition. Use whenever creating charts with Recharts — LineChart, BarChart, AreaChart, PieChart, wrapped in ResponsiveContainer with a fixed-height parent. Not for charts built with other libraries.
Ready to connect★ 391
- View details
repo-entrySkillMonitoring & ops
Audit or update Core's repository instruction system and skill mirrors. Use for AGENTS.md architecture, canonical skill ownership, skills:sync, or skills:verify; do not invoke for ordinary application work.
Ready to connect★ 391
- View details
reuiSkillMonitoring & ops
Use the ReUI registry from your AI agent - find, install, and correctly use ReUI components (the 17 free building blocks like data-grid, kanban, filters), their free examples, premium blocks, and Motion Icons. Applies in any project using ReUI, the @reui registry, REUI_LICENSE_KEY, or any shadcn pro
Ready to connect★ 391
- View details
review-animationsSkillMonitoring & ops
Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.
Ready to connect★ 391
- View details
setup-matt-pocock-skillsSkillMonitoring & ops
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
Ready to connect★ 391
- View details
shadcn-uiSkillMonitoring & ops
Lets your coding agent build UI components using ready-made design patterns and code examples.
Ready to connect★ 391
- View details
stripe-best-practicesSkillMonitoring & ops
Guides your agent through Stripe integration choices like payment APIs, Connect setup, subscriptions, and tax handling.
Ready to connect★ 391
- View details
stripe-integrationSkillMonitoring & ops
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.
Ready to connect★ 391
- View details
stripe-projectsSkillMonitoring & ops
Lets your agent set up services like databases, caching, and API keys through Stripe Projects.
Ready to connect★ 391
- View details
tailwind-design-systemSkillMonitoring & ops
Lets your agent build and refine Tailwind CSS design systems with tokens, component variants, and accessible patterns.
Ready to connect★ 391
What is a skill?
A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.
53,462 of the 53,895 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.
Install one and every AI you use gets it
Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.
Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.