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

  • stitch-swiftui-componentsSkillFiles & storage

    Converts a Stitch mobile screen, a local HTML file, or a URL into SwiftUI views for native iOS apps — VStack/HStack/ZStack layout mapping, Color asset tokens with dark mode, NavigationStack/TabView routing, and Xcode project structure. Only the Stitch route needs an API key.

    Ready to connect

    github.com/gabelul/stitch-kit45 stars

    View details
  • swiftui-view-architectSkillFiles & storage

    Refactor oversized SwiftUI view files into stable, dedicated subviews with MV-first data flow, explicit dependencies, extracted actions, and correct Observation usage.

    Ready to connect

    github.com/xopoko/build-swift-apps45 stars

    View details
  • team-memory-protocolSkillFiles & storage

    Protocol for managing shared context across team builds. Defines SHARED_CONTEXT file creation/management, PLAN ledger integration, and Auto Memory update rules.

    Ready to connect

    github.com/wigtn/wigtn-plugins45 stars

    View details
  • accessibility-generalSkillFiles & storage

    Load this skill immediately whenever a project contains an ACCESSIBILITY.md file, or whenever you are contributing to the mgifford/ACCESSIBILITY.md repository. Absolutely always read ACCESSIBILITY.md before proposing or writing any changes. Under no circumstances skip this skill when an ACCESSIBILIT

    Ready to connect

    github.com/mgifford/accessibility-skills44 stars

    View details
  • bb-create-sdcSkillFiles & storage

    Derives Synopsys SDC timing constraint files from MAS (clock_domains / io_timing / path_exceptions), with syntax validation via OpenSTA. Trigger scenarios: (1) before synthesis with bba-guru-synthesis; (2) revising constraints after post-PD timing fail; (3) explicit /bb-create-sdc.

    Ready to connect

    github.com/amoslee2026/babel42 stars

    View details
  • bb-find-module-depsSkillFiles & storage

    Scans the RTL directory to extract module hierarchy dependencies, performs a topological sort, and writes file_list.f (leaf modules first, top last) for use with Yosys/Verilator. Trigger scenarios: (1) generate a file list after bba-guru-rtl produces RTL; (2) explicitly invoke /bb-find-module-deps.

    Ready to connect

    github.com/amoslee2026/babel42 stars

    View details
  • build-mcpbSkillFiles & storage

    This skill should be used when the user wants to "package an MCP server", "bundle an MCP", "make an MCPB", "ship a local MCP server", "distribute a local MCP", discusses ".mcpb files", mentions bundling a Node or Python runtime with their MCP server, or needs an MCP server that interacts with the lo

    Ready to connect

    github.com/thevibeworks/claude-code-docs44 stars

    View details
  • claude-securitySkillFiles & storage

    The Claude Security menu — pick a job: scan the codebase (the whole repository or a scoped part of it), scan changes (this branch's or a pull request's diff, or one commit), or suggest patches (findings turned into targeted patch files, each verified by a panel of agents, that you apply when you cho

    Ready to connect

    github.com/thevibeworks/claude-code-docs44 stars

    View details
  • command-developmentSkillFiles & storage

    This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs gu

    Ready to connect

    github.com/thevibeworks/claude-code-docs44 stars

    View details
  • mockSkillFiles & storage

    Step 2 of the Weft TDD workflow. Use after /spec has produced an approved specs.md: writes the feature's complete API surface as declare-based mocks in the real source file location, to be replaced in-place by /implement. Refuses to run if the co-located specs.md is missing.

    Ready to connect

    github.com/stefvw93/weft43 stars

    View details
  • playgroundSkillFiles & storage

    Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.

    Ready to connect

    github.com/thevibeworks/claude-code-docs44 stars

    View details
  • plugin-settingsSkillFiles & storage

    This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin

    Ready to connect

    github.com/thevibeworks/claude-code-docs44 stars

    View details
  • translations-syncSkillFiles & storage

    Regenerate the translations POT file after modifying English user-facing documentation. Use when docs/src/**/*.md files outside contributing/ are changed. Skip when only docs/src/contributing/** changes.

    Ready to connect

    github.com/ogkevin/cadmus43 stars

    View details
  • architecture-as-codeSkillFiles & storage

    Stack-agnostic pattern for declaring and enforcing component boundaries via per-module architecture configs merged into import-graph linter rules. TRIGGER when designing/auditing dependency-rule enforcement, deciding what a per-module file should say, placing a rule, debugging a forbidden edge, or e

    Ready to connect

    github.com/l-gevity/l-gevity-skills43 stars

    View details
  • architecture-as-code-javascriptSkillFiles & storage

    JavaScript / TypeScript implementation of the `architecture-as-code` pattern. Per-module `eslint.architecture.mjs` files merged into a single ESLint flat-config and enforced via `eslint-plugin-boundaries`. TRIGGER when: implementing or extending architecture-as-code in a JS/TS repo, debugging an `es

    Ready to connect

    github.com/l-gevity/l-gevity-skills43 stars

    View details
  • architecture-as-code-pythonSkillFiles & storage

    Python implementation of the `architecture-as-code` pattern. Per-package `architecture.toml` files merged into a single `import-linter` config and enforced via `lint-imports` (over a Grimp-built import graph). TRIGGER when: implementing or extending architecture-as-code in a Python repo, debugging a

    Ready to connect

    github.com/l-gevity/l-gevity-skills43 stars

    View details
  • create-docSkillFiles & storage

    Create a new documentation file following project standards. Detects overlap with existing docs before creating.

    Ready to connect

    github.com/dgouron/review-flow42 stars

    View details
  • design-system-synthesizerSkillFiles & storage

    Use when the user says 'build a design system for my site', 'extract design tokens', 'capture my brand', or 'build my style guide', or after a rebrand. Reads representative pages, theme files, and media to extract logo, colors, typography, spacing, and components, then writes a visible style-guide p

    Ready to connect

    github.com/respira-press/agent-skills-wordpress43 stars

    View details
  • docgenSkillFiles & storage

    Author and modify documentation for projects that use Gehtsoft's docgen utility. Use this skill whenever the user mentions docgen, .ds files, the doc/ directory of a repository, project.xml or project.proj for documentation, or wants to write/edit/build/debug API documentation in any codebase that u

    Ready to connect

    github.com/nikolaygekht/ballistic.calculator.app.avalonia43 stars

    View details
  • enforce-design-ciSkillFiles & storage

    Use when a repository needs deterministic pull-request checks for new accessibility, design-token, component-structure, responsive, and UI-state regressions with file-level evidence.

    Ready to connect

    github.com/memi-design/memi43 stars

    View details
  • followup-basicSkillFiles & storage

    Follow-up review to verify fixes. Uses context file for thread management.

    Ready to connect

    github.com/dgouron/review-flow42 stars

    View details
  • generate-tasksSkillFiles & storage

    Phase 3 of 5 — slices the ARCH doc into verification-ready task specs (tdd/test-after/ui/checklist), emitted as a separate TASKS-<N>-<slug>.md file alongside ARCH for the implement skill. Use only when the user asks to run Phase 3 or generate tasks from an ARCH doc — never trigger automatically.

    Ready to connect

    github.com/foyzulkarim/skills43 stars

    View details
  • reticle-designerSkillFiles & storage

    Design a rifle-scope reticle from a plain-language description and emit it as a BallisticCalculator `.reticle` file (BXml) plus a rendered SVG preview. Covers the complete `.reticle` element/attribute specification, reticle design principles (mrad vs MOA subtension, FFP/SFP, stroke-weight hierarchy,

    Ready to connect

    github.com/nikolaygekht/ballistic.calculator.app.avalonia43 stars

    View details
  • start-taskSkillFiles & storage

    Bootstrap a task into a synced feature branch — one shot, zero confirmations. Detects the source from the args: GitHub issue ('#100', 'issue 100', 'gh issue 100', or bare '100'), Jira key ('PROJ-42'), or a local spec file path; ad-hoc conversation otherwise. Fetches the task, derives {type}/{number}

    Ready to connect

    github.com/foyzulkarim/skills43 stars

    View details
  • web-reconSkillFiles & storage

    HTTP/HTTPS application-layer reconnaissance after a web service is identified: fingerprinting, content/API discovery, JS/source maps, proxy/cache topology, WAF, CMS, and known CVE/PoC candidates. Recon only — do not exploit, write files, or obtain a shell. Hand CVE candidates and attack surface to t

    Ready to connect

    github.com/pale-knight/redteam-skill43 stars

    View details
  • ape-style-markdownSkillFiles & storage

    Apply consistent, professional Markdown formatting rules whenever producing or reformatting Markdown output. Use this skill when generating any Markdown document, when the user asks to reformat or clean up existing Markdown, when producing README files, technical docs, notes, or any other content th

    Ready to connect

    github.com/arpitbbhayani/ape-skills42 stars

    View details
  • automating-excelSkillFiles & storage

    Automates Microsoft Excel on macOS via JXA with AppleScript dictionary discovery. Use when asked to "automate Excel spreadsheets", "JXA Excel scripting", "Excel macOS automation", or "bulk Excel data operations". Focuses on workbooks, worksheets, ranges, 2D arrays, performance toggles, and VBA escap

    Ready to connect

    github.com/spillwavesolutions/automating-mac-apps-plugin42 stars

    View details
  • automating-numbersSkillFiles & storage

    Automates Apple Numbers via JXA with AppleScript dictionary discovery. Use when asked to "automate Numbers spreadsheets", "create spreadsheets programmatically", "JXA Numbers scripting", or "bulk data operations in Numbers". Focuses on sheets, tables, ranges, batch I/O, clipboard shim, and high-perf

    Ready to connect

    github.com/spillwavesolutions/automating-mac-apps-plugin42 stars

    View details
  • e2e-loopSkillFiles & storage

    Run the open-pr e2e fixture through a real review in a fresh subagent, grade it against e2e/checklist.md with a second independent subagent, diagnose each failure to the prompt file that owns it, fix, and repeat until clean or the round budget runs out. Use when changing anything under src/ and you

    Ready to connect

    github.com/tomosia-vietnam/open-pr42 stars

    View details
  • meeting-actionsSkillFiles & storage

    Extracts action items from meeting notes (Markdown or plain text) and organizes them into a table of assignees, deadlines, and items. Use when the user mentions meeting notes, meeting summary, action items, or task extraction, or provides a meeting record file. Do not use for general document summar

    Ready to connect

    github.com/kyungseo/learnstead42 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