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,278 results · page 40 of 143
- View details
dev-deepinitSkillFiles & storage
Deep codebase initialization — generate hierarchical AGENTS.md / CLAUDE.md context files for a new project so engineering agents have full context from session start.
Ready to connect★ 533
- View details
durable-objectsSkillFiles & storage
Teaches your agent how to build applications on Cloudflare's durable storage and compute services.
Ready to connect★ 533
- View details
journey-planSkillFiles & storage
Use as stage 2 of the Butterbase journey, after journey-idea has written 01-idea.md. Translates the idea + capability map into a concrete Butterbase plan — tables (with columns/types/RLS shape), auth providers, function list (name + trigger), storage buckets, AI/RAG/realtime/durable usage, and the c
Ready to connect★ 533
- View details
journey-storageSkillFiles & storage
Use as the storage build stage of the Butterbase journey. Implements the Storage section of 02-plan.md by delegating to the storage skill. Calls manage_storage (update_config) for bucket setup; uploads are exercised at frontend integration time, not here. Skipped if the plan has no file uploads.
Ready to connect★ 533
- View details
journey-templatesSkillFiles & storage
Use as the optional template-publishing stage of the Butterbase journey, after deploy (and substrate, if used). Walks the user through authoring a clone-ready README, bundling agent spec files, dry-running and pushing the repo snapshot, flipping visibility to public + listed, and self-clone-testing.
Ready to connect★ 533
- View details
knowledge-ingestSkillFiles & storage
Upload a file (PDF, DOCX, PPTX, XLSX, HTML, EPUB, image) or URL to the Knowledge base. Triggers Marker parsing, chunking, embedding, and async classification. Use when the user says 'index this PDF', 'add this URL to the knowledge base', 'upload these files to Academy', or pastes a file path/URL wit
Ready to connect★ 533
- View details
legal-vendor-checkSkillFiles & storage
Verify the status of existing agreements with a vendor across all connected systems — int-evo-crm, Gmail, Notion, and local files — with gap analysis and upcoming deadlines. Use when onboarding or renewing a vendor, or when you need a consolidated view of what's signed and what's missing.
Ready to connect★ 533
- View details
plugin-healthSkillFiles & storage
Check an installed plugin's health — verify manifest SHA256 matches files on disk, detect tampering or corruption. Use when the user asks if a plugin is working, reports a bug, or wants to validate integrity. Triggers on "plugin X está funcionando?", "health plugin X", "status plugin X", "está ok o
Ready to connect★ 533
- View details
plugin-security-scanSkillFiles & storage
Semantic security scan of plugin agents, skills, rules, and commands markdown files. Detects prompt injection, credential exfiltration patterns, and privilege escalation instructions. Invoked automatically by the plugin install gate (Wave 2.5) — not for direct user invocation. Returns strict JSON.
Ready to connect★ 533
- View details
storageSkillFiles & storage
Use when uploading or downloading files, generating presigned URLs, configuring storage ACLs, or persisting file references (avatars, attachments, images) in a Butterbase app
Ready to connect★ 533
- View details
agent-linterSkillFiles & storage
Structural validation of agent and skill files. Frontmatter checks, naming conventions, required section checks, and consistency audits. Runs automatically when a new agent/skill is added or existing files are edited.
Ready to connect★ 530
- 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★ 530
- 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★ 530
- View details
knowledge-graphSkillFiles & storage
Knowledge graph integration for token-efficient codebase understanding. Uses codebase-memory MCP for AST indexing, dependency graphs, and smart context selection. 6-71x token savings vs raw file reading.
Ready to connect★ 530
- 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★ 523
- 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★ 523
- 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★ 517
- 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★ 517
- 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★ 517
- 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★ 517
- 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★ 517
- 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★ 516
- View details
speckit-agent-context-updateSkillFiles & storage
Refresh the managed Spec Kit section in coding agent context file(s)
Ready to connect★ 516
- 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
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.
52,524 of the 52,958 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.