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 26 of 149

  • bankruptcy-decisionSkillFiles & storage

    Think clearly about whether bankruptcy is the right move, or whether another path fits better — without shame and without a sales pitch. Use when asked should I file for bankruptcy, is bankruptcy my best option, alternatives to bankruptcy, or what happens if I file. Produces an honest read on whethe

    Ready to connect★ 1k

    github.com/mohitagw15856/pm-claude-skills1k stars

    View details
  • budget-tracker-designSkillFiles & storage

    Design a budget-vs-actuals tracker that stays alive past February — the category grain that matches real statements, the variance view that answers 'are we okay', the update ritual small enough to survive, and the honest handling of irregular expenses. Use when asked build me a budget spreadsheet, t

    Ready to connect★ 1k

    github.com/mohitagw15856/pm-claude-skills1k stars

    View details
  • bug-reportSkillFiles & storage

    Write a clear, reproducible bug report that gets fixed fast. Use when asked to write a bug report, file a defect, report an issue, or turn 'it's broken' into an actionable ticket. Produces a structured report — a precise title, steps to reproduce, expected vs. actual, environment, severity/priority,

    Ready to connect★ 1k

    github.com/mohitagw15856/pm-claude-skills1k stars

    View details
  • build-my-memory-fileSkillFiles & storage

    Interview you into a durable personal MEMORY.md — your decision rules, patterns, past failures, and preferences — that any AI can read to help you better, with privacy guardrails built in. Use when asked to build my memory file, help my AI remember me, create a MEMORY.md, or set up context about mys

    Ready to connect★ 1k

    github.com/mohitagw15856/pm-claude-skills1k stars

    View details
  • devtools-app-setupSkillFiles & storage

    Install TanStack Devtools, pick framework adapter (React/Vue/Solid/Preact), register plugins via plugins prop, configure shell (position, hotkeys, theme, hideUntilHover, requireUrlFlag, eventBusConfig). TanStackDevtools component, defaultOpen, localStorage persistence.

    Ready to connect★ 1k

    github.com/mehdibha/dotui1k stars

    View details
  • router-coreSkillFiles & storage

    Framework-agnostic core concepts for TanStack Router: route trees, createRouter, createRoute, createRootRoute, createRootRouteWithContext, addChildren, Register type declaration, route matching, route sorting, file naming conventions. Entry point for all router skills.

    Ready to connect★ 1k

    github.com/mehdibha/dotui1k stars

    View details
  • start-core/server-functionsSkillFiles & storage

    createServerFn (GET/POST), inputValidator (Zod or function), useServerFn hook, server context utilities (getRequest, getRequestHeader, setResponseHeader, setResponseStatus), error handling (throw errors, redirect, notFound), streaming, FormData handling, file organization (.functions.ts, .server.ts)

    Ready to connect★ 1k

    github.com/mehdibha/dotui1k stars

    View details
  • start-core/server-routesSkillFiles & storage

    Server-side API endpoints using the server property on createFileRoute, HTTP method handlers (GET, POST, PUT, DELETE), createHandlers for per-handler middleware, handler context (request, params, context), request body parsing, response helpers, file naming for API routes.

    Ready to connect★ 1k

    github.com/mehdibha/dotui1k stars

    View details
  • cpp-styleSkillFiles & storage

    clice C++ coding conventions — redundancy elimination (the rule we care most about), file organization, error/defense policy, template deduction and type-trait rules, naming, logging, modern C++/LLVM API preferences. Read BEFORE writing or modifying any C++ code.

    Ready to connect★ 1k

    github.com/clice-io/clice1k stars

    View details
  • formatSkillFiles & storage

    Format all project source files (C++, Python, Lua, JS/TS, Markdown, JSON, TOML, YAML). Run before every commit.

    Ready to connect★ 1k

    github.com/clice-io/clice1k stars

    View details
  • docsendSkillFiles & storage

    Use the DocSend CLI to recover and download standalone DocSend documents or files from DocSend Spaces, including email or passcode gates, resumable verification, folder traversal, and returning files. Trigger whenever a user shares a DocSend URL or asks to access, inspect, summarize, download, or re

    Ready to connect★ 1k

    github.com/paradigmxyz/centaur1k stars

    View details
  • qaSkillFiles & storage

    Smoke test the full running Centaur system from a new Slack thread. Use when asked to QA the stack, run a smoke test, verify a deployment, check stack health, check deploy readiness, or prove Slack tools, file upload/download, company context, logs, metrics, and tool loading work end to end.

    Ready to connect★ 1k

    github.com/paradigmxyz/centaur1k stars

    View details
  • new-ruleSkillFiles & storage

    Implement a new SonarJS rule from scratch. Use when creating a new rule, scaffolding rule files, or understanding the full rule implementation workflow.

    Ready to connect★ 1k

    github.com/sonarsource/sonarjs1k stars

    View details
  • testsSkillFiles & storage

    Provides JavaScript/TypeScript test file structure and patterns for SonarJS rule testing. Use when writing tests, understanding test structure, or debugging test failures.

    Ready to connect★ 1k

    github.com/sonarsource/sonarjs1k stars

    View details
  • adding-a-commandSkillFiles & storage

    Creates a new CLI command following the Commander.js pattern in src/commands/. Handles command registration in src/cli.ts, telemetry tracking via tracked() wrapper, and option parsing. Use when user says add command, new CLI command, create subcommand, or adds files to src/commands/. Do NOT use for

    Ready to connect★ 1k

    github.com/caliber-ai-org/ai-setup698 stars

    View details
  • agent-context-auditSkillFiles & storage

    Audit a repo's agent context — CLAUDE.md files, codebase docs, skills, and tool/MCP designs — against Anthropic's Claude 5 context-engineering guidance ("unhobbling": Anthropic cut ~80% of Claude Code's system prompt with no eval loss). Finds overconstraint, conflicting instructions, redundancy, sta

    Ready to connect★ 1k

    github.com/ai-builder-club/skills1k stars

    View details
  • new-loopSkillFiles & storage

    Spin up a new loop (domain) in a file-based knowledge base — bootstrap the substrate if it's missing, gather the loop's charter, scaffold domains/<loop>/README.md, then do ONE real test run and record it in the loop's Timeline and LOG.md. Use when the user says "set up a new loop", "create a domain"

    Ready to connect★ 1k

    github.com/ai-builder-club/skills1k stars

    View details
  • design-tokensSkillFiles & storage

    Generate, extend, or audit design tokens in DTCG format with the 3-tier architecture (primitive → semantic → component). Use when the user wants a color palette, type scale, spacing/shadow/radius/motion tokens, multi-brand theming, or wants to validate token files. Covers colors, typography, spacing

    Ready to connect★ 1k

    github.com/plugin87/ux-ui-agent-skills1k stars

    View details
  • hns-oss-docs-readme-syncSkillFiles & storage

    README 4-file synchronization procedure for the oss-docs harness: Korean README.ko.md as primary source, en/ja/zh derivation, the shared language-switcher header contract, section-order parity checklist, and the manual verification recipe (no linter exists for READMEs). Loaded by the content-author

    Ready to connect★ 1k

    github.com/modu-ai/moai-adk1k stars

    View details
  • hns-oss-docs-verifySkillFiles & storage

    Mandatory verify recipe for the oss-docs harness — the runnable exit gate every specialist executes before returning: warning-free hugo build, sitemap existence, URL-blacklist grep, Mermaid LR/RL direction grep, 4-locale file-existence and section-count parity, README 4-file heading parity, and body

    Ready to connect★ 1k

    github.com/modu-ai/moai-adk1k stars

    View details
  • moai-domain-html-reportSkillFiles & storage

    Markdown-to-single-file-HTML report renderer. Six modes (status, incident, plan, explainer, financial, pr) selected by report type, crossed with three audience tiers (expert, basic, learn) derived from the active output style. The basic and learn tiers enrich the HTML with mermaid flowcharts, worked

    Ready to connect★ 1k

    github.com/modu-ai/moai-adk1k stars

    View details
  • moai-domain-humanizeSkillFiles & storage

    AI text humanization and 윤문 (post-editing) specialist that detects and removes AI tells while preserving meaning, facts, and figures. Covers Korean, English, Japanese, and Chinese with a shared severity model (S1/S2/S3), quality grades (A/B/C/D), and 30%/50% over-editing guardrails. Use to make AI-g

    Ready to connect★ 1k

    github.com/modu-ai/moai-adk1k stars

    View details
  • moai-tool-svgSkillFiles & storage

    SVG creation, optimization, and transformation specialist. Use when creating vector graphics, optimizing SVG files with SVGO, implementing icon systems, building data visualizations, or adding SVG animations.

    Ready to connect★ 1k

    github.com/modu-ai/moai-adk1k stars

    View details
  • moai-workflow-templatesSkillFiles & storage

    Template management system for code boilerplates, feedback templates, scaffolding, and project optimization workflows. Use when creating templates, generating boilerplate files, or managing scaffolding.

    Ready to connect★ 1k

    github.com/modu-ai/moai-adk1k stars

    View details
  • content-asset-creatorSkillFiles & storage

    Creates beautiful, branded HTML content assets — industry reports, landing pages, comparison sheets, one-pagers — from structured data. Uses Gamma API (preferred), v0.dev Platform API, or a self-hosted HTML template system with Tailwind CSS. Outputs self-contained HTML files that can be hosted as we

    Ready to connect★ 1k

    github.com/gooseworks-ai/goose-skills1k stars

    View details
  • frontend-slidesSkillFiles & storage

    Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstra

    Ready to connect★ 1k

    github.com/gooseworks-ai/goose-skills1k stars

    View details
  • inbound-lead-qualificationSkillFiles & storage

    Qualifies inbound leads against full ICP criteria — company size, industry, use case fit, role/seniority of the person. Checks CRM and existing customer base for duplicates and existing relationships. Outputs a scored CSV with qualification status, reasoning, and pipeline overlap flags. Tool-agnosti

    Ready to connect★ 1k

    github.com/gooseworks-ai/goose-skills1k stars

    View details
  • meta-ads-campaign-builderSkillFiles & storage

    End-to-end Meta Ads campaign builder for Facebook and Instagram. Takes ICP + objective, generates audience targeting recommendations, ad set structure, copy framework per placement, and exports as a campaign brief or structured CSV. Focused on campaign architecture, not creative generation.

    Ready to connect★ 1k

    github.com/gooseworks-ai/goose-skills1k stars

    View details
  • verify-product-imageSkillFiles & storage

    QC gate for a generated static ad image — verify the file opens, matches the requested dimensions, shows the correct product/subject (right shape, colour, label, logo), and has no garbled text or severe artifacts. Records pass/fail/needs-human in verification.md. Used as the final check in the stati

    Ready to connect★ 1k

    github.com/gooseworks-ai/goose-skills1k stars

    View details
  • vision-skillsSkillFiles & storage

    Local vision CLIs: glance (describe/ask/OCR an image), ground (locate a target, pixel box), detect (element inventory), trace (image to SVG geometry), crop (cut a pixel box to a file), and scripts/html_shot.py (HTML file to image). Use for any task involving an image — questions, text, splitting and

    Ready to connect★ 1k

    github.com/anionex/agent-vision-toolkit1k stars

    View details

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.

See how to connect your AI