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 143 of 149
- View details
aws-iam-least-privilege-reviewSkillFiles & storage
Review AWS IAM identity policies, trust policies, resource policies, permission boundaries, SCPs, session policies, role design, pass-role, federation, and Access Analyzer findings for least-privilege risk. Prefer KMS/secrets steward for key/secret lifecycle design and S3 perimeter governor for S3 e
Ready to connect
- View details
aws-pipeline-fix-operatorSkillFiles & storage
Repair AWS pipeline configuration, buildspecs, workflow files, deployment steps, artifact wiring, release guardrails, and CodeDeploy integration in-repo. Use for non-destructive CI/CD corrections; do not trigger live pipeline runs or mutate cloud state.
Ready to connect
- View details
aws-s3-data-perimeter-governorSkillFiles & storage
Review Amazon S3 data perimeter and exposure posture across Block Public Access, Object Ownership, ACL removal, bucket/access point policies, TLS-only access, encryption, replication, lifecycle, logging, cross-account access, and prefix boundaries. Prefer this for S3 data exposure; prefer IAM skill
Ready to connect
- View details
aws-security-posture-hardeningSkillFiles & storage
Review broad AWS security posture across Security Hub CSPM, GuardDuty, Inspector, Macie, Config, CloudTrail, IAM, public exposure, vulnerability findings, and remediation governance. Prefer compliance evidence mapper for audit evidence packs, IAM skill for policy surgery, S3 perimeter for S3 exposur
Ready to connect
- View details
aws-solution-architectSkillFiles & storage
Design and stress-test AWS cross-domain solution architectures when the request spans multiple AWS domains or needs an architecture decision record. Prefer narrower AWS skills for single-domain IAM, network, EKS, ECS, serverless, RDS, DynamoDB, S3, Bedrock, IaC, cost, security, migration, compliance
Ready to connect
- View details
azure-tableSkillFiles & storage
Esposter Azure Table Storage patterns — the AZURE_MAX_PAGE_SIZE / AZURE_MAX_BATCH_SIZE constants, partition and row key design, reverse-ticked timestamps and the ascending mirror table, batching writes that share a partitionKey instead of one round trip per row, reading through getEntityWithEtag and
Ready to connect
- View details
azure-waf-cost-optimization-reviewSkillFiles & storage
Review Azure workload cost posture against the Well-Architected Framework Cost Optimization pillar: cost modeling, rightsizing, reservations, hybrid benefit, storage lifecycle, and idle resource elimination.
Ready to connect
- View details
benchSkillFiles & storage
Lets your agent store and query knowledge graphs to answer questions using connected data.
Ready to connect
- View details
claude-capability-bridgeSkillFiles & storage
Use when running as a third-party or non-default model inside Claude Code, Claude desktop/web, or any Claude-compatible host and the task needs real capabilities - files and git, shell and builds, browsers and web apps, MCP connectors, artifact delivery, GUI control, delegation, or provider/gateway
Ready to connect
- View details
claude-permissionsSkillFiles & storage
Esposter Claude Code permission-rule conventions for the allow-only .agents/settings.local.json — the shipped file is the standard (every rule is the trailing space-star form, colon sub-scripts get their own rule), mirroring rules across Bash and PowerShell, and sorting. Generic harness semantics li
Ready to connect
- View details
code-connectSkillFiles & storage
Creates and maintains Figma Code Connect files (`*.figma.tsx`) that map Figma components to code via the parser-based `figma.connect()` API. Use when the user mentions Code Connect, Figma component mapping, design-to-code translation, or asks to create/update .figma.tsx files.
Ready to connect
- View details
coderabbitSkillFiles & storage
Esposter CodeRabbit review conventions — a Settled list of the directions already rejected (sizing a window with gh pr view --json changedFiles, adding develop to reviews.auto_review.base_branches, excluding files to fit an over-budget window, holding a finished chunk until the checks come back, one
Ready to connect
- View details
component-anatomySkillFiles & storage
Use when creating, naming, or placing a file or folder in libs/*, or when modifying or adding a file to an existing component (even when the barrel isn't touched) — component vs utility naming, the one-responsibility-per-file layout, when a folder needs an `index.ts` barrel (public API only), and th
Ready to connect
- View details
context-efficiencySkillFiles & storage
Esposter context and turn efficiency — delegate wide reads and keep the dumps out of the session, never tail a subagent's transcript, batch verification into one pass at the end, poll for a condition instead of sleeping, and diff against a clean tree before chasing errors in files you never touched.
Ready to connect
- View details
cred-read-onlySkillFiles & storage
Reads a local dotenv file and prints keys, not values.
Ready to connect
- View details
ferrox-captureSkillFiles & storage
An idea, note or todo you do not want to lose right now. Files it where it belongs
Ready to connect
- View details
ferrox-mempalace-captureSkillFiles & storage
File a finished artifact into MemPalace and mirror its decisions into the temporal graph
Ready to connect
- View details
figma-token-syncSkillFiles & storage
Sync processed CSS design tokens with JavaScript theme objects for React Native. Use when aligning tokens after Figma sync, checking token consistency, or updating JS theme files manually.
Ready to connect
- View details
file-tech-debtSkillFiles & storage
File a new tech-debt GitHub issue for an out-of-scope code-review finding, building the dedup key, checking for an existing open or declined-closed match, and only if none exists, creating the issue with the right labels and touching the debt-count staleness sentinel. Trigger on natural-language ask
Ready to connect
- View details
formattingSkillFiles & storage
Lets your agent run Remotion formatting and style checks repeatedly until they pass.
Ready to connect
- View details
geo-llmstxtSkillFiles & storage
Analyzes and generates llms.txt files -- a lightweight anti-hallucination facts hedge that tells AI systems your canonical business facts and key pages. NOT an AI-visibility or citation lever (debunked by Google, Zyppy, and SE Ranking). Can validate existing llms.txt files or generate new ones from
Ready to connect
- View details
grapesjsSkillFiles & storage
Esposter GrapesJS editor conventions — useGrapesJsEditor init composable, the resource-backed storage adapter, the FileAssets upload adapter, block-category re-sync via setBlocks, save-time HTML/CSS capture for the published views, and merge-field/survey-invite blocks. Apply when working on Resource
Ready to connect
- View details
lofn-step11-packagerSkillFiles & storage
Build complete Step 11 refinement prompt bundles (the "fable packager") for a Lofn music run — full personality YAML + Suno v5.5 rules + golden songs + full run context + step-10 (and any prior step-11 draft) + the canonical Manual Refinement Instructions, as paste-ready 120-200KB prompt files for C
Ready to connect
- View details
new-componentSkillFiles & storage
Scaffold a new React component with optional Storybook story and Vitest test files. Use this skill whenever the user asks to "create a component", "make a button", "scaffold a card", "add a new component", or asks for a new file under `app/components/` following the project's component pattern (Pasc
Ready to connect
- View details
new-hookSkillFiles & storage
Scaffold a new custom React hook with a Vitest test file. Use this skill whenever the user asks to "create a hook", "make a useFoo hook", "scaffold a custom React hook", "add a hook under app/hooks", or describes a piece of reusable React state/effect logic that warrants extraction into a named `use
Ready to connect
- View details
new-routeSkillFiles & storage
Scaffold a new route with its page component, test, story, and optional i18n keys. Use this skill whenever the user asks to "create a route", "add a new page", "scaffold /dashboard", "wire up a new route under _public+ or _session+", or anything that implies adding a file under `app/routes/` with a
Ready to connect
- View details
oc-approveSkillFiles & storage
Approval gate for dangerous operations. Use internally before executing destructive commands, file deletions, git pushes, or external API calls from the web chat. Do NOT invoke directly.
Ready to connect
- View details
oc-filesSkillFiles & storage
Manage files and create temporary share links for the web chat. Use when the user says 'share file', 'send file', 'list files', 'download', or when you need to provide a file to the user via the chat. Also use when you generate a file (PDF, image, code, etc.) and want to let the user download it.
Ready to connect
- View details
pulumi-infraSkillFiles & storage
Esposter Pulumi infrastructure conventions for apps/infra — the package shape and generated ctix barrel, one resource per file under src/<provider>/resources/<ProviderNamespace>/<resourceTypes>/ with camelCase names matching the export, protect on imported resources, the parent every new resource mu
Ready to connect
- View details
release-planSkillFiles & storage
Use when generating or editing an Nx version plan in .nx/version-plans/ — the bump type must always be `patch`, one package per file.
Ready to connect
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.