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: Files & storage
4,446 results · page 42 of 149
- View details
aws-patternsSkillFiles & storage
Lambda best practices, S3 event patterns, SQS/SNS fanout, and DynamoDB access patterns for serverless AWS architectures.
Ready to connect★ 531
- View details
form-validationSkillFiles & storage
React Hook Form + Zod integration, multi-step forms, optimistic validation, server-side error mapping, and file upload patterns.
Ready to connect★ 531
- View details
daily-news-casterSkillFiles & storage
Fetches the latest news using news-aggregator-skill, formats it into a podcast script in Markdown format, and uses the tts skill to generate a podcast audio file. Use when the user asks to get the latest news and read it out as a podcast.
Ready to connect★ 525
- View details
speech-to-textSkillFiles & storage
Use this skill whenever the user wants to transcribe audio to text, convert speech to text, or get a transcript from an audio or video file. Triggers include: any mention of 'transcribe', 'transcription', 'speech to text', 'STT', 'convert audio to text', 'what does this audio say', 'get transcript',
Ready to connect★ 525
- View details
agent-eval-testsSkillFiles & storage
Use when writing, editing, or reviewing evalite-scored agent evals in packages/core/compute/assistant-evals/src/evals. Use when creating new eval files, adding deterministic assertions or an LLM-judge scorer, or fixing a failing/mis-scoring eval.
Ready to connect★ 520
- View details
agentic-reviewSkillFiles & storage
Run the rule-driven agentic code review — discover `rule` blocks in the repo's `.mdl` files, prepare per-rule review groups (full project by default; diff-only with `--pr-only`), spawn one focused Sonnet subagent per group, then finalize the merged diagnostics into REVIEW.md + RESOLUTION.md. Use whe
Ready to connect★ 520
- View details
composer-pluginsSkillFiles & storage
Use when working on files in packages/plugins/, adding new plugins,
Ready to connect★ 520
- View details
protoSkillFiles & storage
This skill should be used when the user asks to "install proto", "configure proto", "manage tool versions", "pin versions", "set up .prototools", "install node version", "install rust version", "install python version", "proto plugins", or mentions proto commands, .prototools file, or multi-language
Ready to connect★ 520
- View details
test-perf-leaksSkillFiles & storage
CPU-profile or leak-detect an existing vitest suite via env-gated instrumentation — DX_PROFILE_TESTS emits a V8 .cpuprofile, DX_DEBUG_LEAKS writes before/after heap snapshots plus a per-test heapUsed slope, with zero edits to the test file. Use when a suite is slow, memory grows across a run, or you
Ready to connect★ 520
- View details
administering-linuxSkillFiles & storage
Manage Linux systems covering systemd services, process management, filesystems, networking, performance tuning, and troubleshooting. Use when deploying applications, optimizing server performance, diagnosing production issues, or managing users and security on Linux servers.
Ready to connect★ 518
- View details
architecting-dataSkillFiles & storage
Strategic guidance for designing modern data platforms, covering storage paradigms (data lake, warehouse, lakehouse), modeling approaches (dimensional, normalized, data vault, wide tables), data mesh principles, and medallion architecture patterns. Use when architecting data platforms, choosing betw
Ready to connect★ 518
- View details
creating-issuesSkillFiles & storage
Turns a single feature idea, improvement, or bug into ONE well-structured GitHub issue. TRIGGER when: the user wants to file/open/create an issue, turn a feature idea or improvement into a ticket, or capture something missing or broken as a ticket. DO NOT TRIGGER when: breaking work into multiple is
Ready to connect★ 518
- View details
implementing-drag-dropSkillFiles & storage
Implements drag-and-drop and sortable interfaces with React/TypeScript including kanban boards, sortable lists, file uploads, and reorderable grids. Use when building interactive UIs requiring direct manipulation, spatial organization, or touch-friendly reordering.
Ready to connect★ 518
- View details
managing-mediaSkillFiles & storage
Implements media and file management components including file upload (drag-drop, multi-file, resumable), image galleries (lightbox, carousel, masonry), video players (custom controls, captions, adaptive streaming), audio players (waveform, playlists), document viewers (PDF, Office), and optimizatio
Ready to connect★ 518
- View details
operating-kubernetesSkillFiles & storage
Operating production Kubernetes clusters effectively with resource management, advanced scheduling, networking, storage, security hardening, and autoscaling. Use when deploying workloads to Kubernetes, configuring cluster resources, implementing security policies, or troubleshooting operational issu
Ready to connect★ 518
- View details
speckit-agent-context-updateSkillFiles & storage
Refresh the managed Spec Kit section in coding agent context file(s)
Ready to connect★ 518
- View details
dockerSkillFiles & storage
Docker Compose conventions — short service names, no root, no host ports in base compose, override files for local customisations.
Ready to connect★ 507
- View details
background-watch-hookSkillFiles & storage
Use `vibe watch` to run a managed Harness waiter that returns to the same conversation later. Best for reviews, CI, files, logs, and other wait-now-continue-later workflows.
Ready to connect★ 505
- View details
figma.enumerate-component-urlsSkillFiles & storage
Enumerates every public component set in a CDS Figma file and produces a list of [Component Name]: [Figma URL] entries grouped by page section. Use this skill whenever asked to list, generate, or audit Figma component URLs, produce a component inventory from a Figma file, or when doing a Code Connec
Ready to connect★ 505
- View details
git.resolve-version-conflictsSkillFiles & storage
Resolve rebase/merge conflicts in CDS release-versioning files — package.json "version" fields and CHANGELOG.md entries — that arise because packages were versioned independently on master and the current branch. Recomputes each package's version by applying the branch's bump type (patch/minor/major
Ready to connect★ 505
- View details
agents-md-improverSkillFiles & storage
Audit and improve project-rules files (AGENTS.md, CLAUDE.md, .agents/instructions, local overrides) so the agent keeps accurate project context. Use when the user asks to check, audit, review, update, improve, or fix their AGENTS.md or CLAUDE.md, mentions "project rules maintenance" or "agent contex
Ready to connect★ 504
- View details
agents-md-reviseSkillFiles & storage
Capture learnings from the current session into the project-rules file (AGENTS.md, CLAUDE.md, or local override) so future sessions benefit. Use when the user says "revise the rules", "update AGENTS.md / CLAUDE.md with what we just learned", "save this to project memory", "remember this for next tim
Ready to connect★ 504
- View details
code-architectSkillFiles & storage
Design a feature architecture by analyzing existing codebase patterns and conventions, then provide a comprehensive implementation blueprint with specific files to create or modify, component designs, data flows, and a build sequence. Use this skill when the user asks for an architecture design, an
Ready to connect★ 504
- View details
diagnosing-compose-stabilitySkillFiles & storage
Use this skill to diagnose Jetpack Compose stability problems by enabling and reading the Compose Compiler Reports (classes.txt, composables.txt, composables.csv, module.json). Covers the Gradle DSL, the release-only build requirement, and how to interpret per-class and per-composable stability anno
Ready to connect★ 503
- View details
huggingface-local-modelsSkillFiles & storage
Use to select models to run locally with llama.cpp and GGUF on CPU, Mac Metal, CUDA, or ROCm. Covers finding GGUFs, quant selection, running servers, exact GGUF file lookup, conversion, and OpenAI-compatible local serving.
Ready to connect★ 504
- View details
iterating-with-ai-and-mcpSkillFiles & storage
Use this skill to drive Compose HotSwan from an AI agent (Claude Code, Cursor, any MCP client) so the agent can edit a Kotlin file, trigger a hot reload, capture a device screenshot, evaluate the result against a design intent, and iterate without a human in the loop. Covers the seven HotSwan MCP to
Ready to connect★ 503
- View details
semgrepSkillFiles & storage
Run Semgrep static analysis across a codebase, optionally using Semgrep Pro for cross-file taint analysis. Use when Semgrep or a static-analysis scan is requested; use security-review for a manual audit.
Ready to connect★ 504
- View details
omd:issueSkillFiles & storage
Files complaints, defects, and shortcomings found while using oh-my-design as structured GitHub issues, and processes accumulated issues in batches. Supports both user mode ('이슈 등록해줘', '이거 불편한데 신고할래', '버그 리포트', 'file an issue', '기능 요청') and internal dogfooding mode (orchestrators/subagents filing is
Ready to connect★ 503
- View details
omd:syncSkillFiles & storage
Propagates DESIGN.md changes to the three shim files: CLAUDE.md, AGENTS.md, and .cursor/rules/omd-design.mdc. Triggered by requests like 'update shim', 'check drift', 'ship', 'publish', 「shimを更新」, or 「同步 CLAUDE.md」. Also auto-detects when DESIGN.md has been modified but the shims are stale, and sugg
Ready to connect★ 503
- View details
prototype-closeSkillFiles & storage
Close a prototype via the disposition gate — `--promote` files a [Feature] follow-up, `--discard` writes a memo. Mirror of /spike-close for throwaway UX/demo prototypes.
Ready to connect★ 501
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.
54,764 of the 55,196 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.