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 33 of 143

  • request-refactor-planSkillFiles & storage

    Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

    Ready to connect★ 797

    github.com/avdlee/rocketsimapp798 stars

    View details
  • blameSkillFiles & storage

    Show which re_gent step last modified each line of a file. Use when investigating file provenance or debugging.

    Ready to connect★ 793

    github.com/regent-vcs/re_gent789 stars

    View details
  • logSkillFiles & storage

    View the re_gent activity log for the default or selected session. The default view shows the conversation timeline and tool calls; file summaries are available with file flags.

    Ready to connect★ 793

    github.com/regent-vcs/re_gent789 stars

    View details
  • prekSkillFiles & storage

    Use when setting up or running hooks with prek in any repository. prek is a Rust drop-in alternative to pre-commit for running Git hooks that check, format, lint, and validate code and repository files. Prefer it when speed, workspace mode, built-in hooks, shared toolchains, or native TOML configura

    Ready to connect★ 790

    github.com/bastani-inc/atomic756 stars

    View details
  • commitSkillFiles & storage

    Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates. Use when the user wants to commit changes. Handles precommit hooks that modify files (formatting, linting) by re-staging and retrying. Runs ruff lint and pyright type checks on staged Pyt

    Ready to connect★ 777

    github.com/reflexioai/claude-smart773 stars

    View details
  • crlf-injectionSkillFiles & storage

    CRLF injection playbook. Use when user input reaches HTTP response headers, Location redirects, Set-Cookie values, or log files where carriage-return/line-feed characters can split or inject content.

    Ready to connect★ 777

    github.com/zyrexnn/cybermes730 stars

    View details
  • csv-formula-injectionSkillFiles & storage

    CSV/spreadsheet formula injection (DDE, Excel/LibreOffice, Google Sheets IMPORT*). Use when exports, imports, or user fields feed spreadsheets or reporting tools.

    Ready to connect★ 777

    github.com/zyrexnn/cybermes730 stars

    View details
  • deserialization-insecureSkillFiles & storage

    Insecure deserialization playbook. Use when Java, PHP, or Python applications deserialize untrusted data via ObjectInputStream, unserialize, pickle, or similar mechanisms that may lead to RCE, file access, or privilege escalation.

    Ready to connect★ 777

    github.com/zyrexnn/cybermes730 stars

    View details
  • file-access-vulnSkillFiles & storage

    Entry P1 category router for file access and upload workflows. Use when testing download endpoints, file paths, local file inclusion, upload flows, preview pipelines, archive extraction, or storage and sharing boundaries.

    Ready to connect★ 777

    github.com/zyrexnn/cybermes730 stars

    View details
  • image-analysisSkillFiles & storage

    Image analysis and recognition for local images, web images, videos, and files. Suitable for OCR, object recognition, scene understanding, and more. This skill must be used whenever the user sends an image or asks to analyze one.

    Ready to connect★ 777

    github.com/countbot-ai/countbot777 stars

    View details
  • sync-agent-instructionsSkillFiles & storage

    Sync AI coding tool instruction files (CLAUDE.md, GEMINI.md, AGENTS.md) so they stay aligned. Detects which file changed and copies it to the others. Use when syncing md files, syncing instructions, updating GEMINI.md, or updating AGENTS.md.

    Ready to connect★ 777

    github.com/reflexioai/claude-smart773 stars

    View details
  • update-public-docsSkillFiles & storage

    Update public API reference docs to match Python source code. Compares client.py, schema files, and config models against MDX docs and fixes any gaps. Triggers on: update docs, sync docs, update public docs, update api reference, refresh documentation.

    Ready to connect★ 777

    github.com/reflexioai/claude-smart773 stars

    View details
  • acp-debugSkillFiles & storage

    Debug an ACP agent CLI by spawning it, speaking raw JSON-RPC, and capturing every frame to a JSONL file. Use when the user asks to probe an agent's capabilities, compare agents, test a prompt against an agent, inspect raw ACP wire frames, or investigate why an agent fails to initialize.

    Ready to connect★ 771

    github.com/kdlbs/kandev737 stars

    View details
  • harness-improvementSkillFiles & storage

    Improve Kandev's AI harness from session learnings or explicit requests. Use when the user asks to record learnings, update or create skills, agents, subagents, commands, AGENTS.md/CLAUDE.md guidance, or adapt harness files across Claude, Codex, Cursor, or OpenCode.

    Ready to connect★ 771

    github.com/kdlbs/kandev737 stars

    View details
  • pr-walkthroughSkillFiles & storage

    Generate a single-file HTML walkthrough for a pull request. Use when the user wants a visual, scrollable page that explains a PR's problem, approach, architecture, key code changes, data flow, and trade-offs for reviewers. Trigger on "walkthrough for this PR", "explain this PR visually", "generate a

    Ready to connect★ 771

    github.com/kdlbs/kandev737 stars

    View details
  • context-budgetSkillFiles & storage

    Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.

    Ready to connect★ 754

    github.com/archive228/loopkit755 stars

    View details
  • secret-scanSkillFiles & storage

    Catch hardcoded secrets, keys, and tokens before they get committed. Use before any commit and on any file with credentials.

    Ready to connect★ 754

    github.com/archive228/loopkit755 stars

    View details
  • shift-notesSkillFiles & storage

    Write and read the between-session handoff file so a fresh agent with no memory can pick up where the last one stopped without re-deriving context. Structured prose, not JSON — the model writes prose better.

    Ready to connect★ 754

    github.com/archive228/loopkit755 stars

    View details
  • suggest-next-featuresSkillFiles & storage

    Read git log since initial scaffold + last 3 progress notes, draft feature additions to a SEPARATE suggestions file so feature_list.json stays immutable

    Ready to connect★ 754

    github.com/archive228/loopkit755 stars

    View details
  • ad-archiveSkillFiles & storage

    Sweep completed plan files (tasks Status:done, specs Status:shipped, PRDs Status:superseded, ADRs Status:superseded or deprecated) out of the working tree and into git history via `git rm`. Use when the user wants to archive, clean, prune, or sweep done tasks / shipped specs / superseded PRDs / supe

    Ready to connect★ 747

    github.com/alexandremendoncaalvaro/corridorkey-runtime743 stars

    View details
  • ad-driftSkillFiles & storage

    Read-only drift audit — compare AGENTS.md, ARCHITECTURE.md, and ADR statuses against what the code actually does. Outputs a drift list, never writes files. Use when the user wants to audit, review for drift, sanity-check, or report inconsistencies between the repo's docs and its code.

    Ready to connect★ 747

    github.com/alexandremendoncaalvaro/corridorkey-runtime743 stars

    View details
  • ad-taskSkillFiles & storage

    Draft a new task tracking file at doc/tasks/NNNN-<short-slug>.md, using a checkbox-toggle + append-only-Notes format optimized for LLM editing. Use when the user wants to create, draft, scaffold, or open a task, ticket, work item, or backlog entry tracked in the repo. Status starts at proposed.

    Ready to connect★ 747

    github.com/alexandremendoncaalvaro/corridorkey-runtime743 stars

    View details
  • azure-cloud-architectSkillFiles & storage

    Design, review, and validate Azure cloud architectures. Use when choosing Azure compute, storage, networking, or identity services, or applying the Azure Well-Architected Framework to a workload.

    Ready to connect★ 740

    github.com/borghei/claude-skills743 stars

    View details
  • codebase-onboardingSkillFiles & storage

    Analyze a codebase and generate onboarding docs: architecture overviews, file maps, setup guides, runbooks, and debugging guides. Use when onboarding new team members, open-sourcing, or documenting after a major refactor.

    Ready to connect★ 740

    github.com/borghei/claude-skills743 stars

    View details
  • cs-onboardSkillFiles & storage

    Structured C-suite onboarding via a founder interview that captures company context into a persistent file used by all advisory skills. Use when setting up advisory context, refreshing stale context, or onboarding a new executive.

    Ready to connect★ 740

    github.com/borghei/claude-skills743 stars

    View details
  • focused-fixSkillFiles & storage

    Guides your agent through a step-by-step deep-dive to diagnose and repair a broken feature across all its files and dependencies.

    Ready to connect★ 740

    github.com/borghei/claude-skills743 stars

    View details
  • gcp-cloud-architectSkillFiles & storage

    Guides your agent through designing Google Cloud architectures, estimating costs, and generating deployment templates.

    Ready to connect★ 740

    github.com/borghei/claude-skills743 stars

    View details
  • pdf-toolkitSkillFiles & storage

    Audit PDF files for metadata leakage, page count, encryption, JavaScript, embedded files, and version. Use before sending a PDF externally, when redacting sensitive metadata, or running a PDF security review.

    Ready to connect★ 740

    github.com/borghei/claude-skills743 stars

    View details
  • xlsx-toolkitSkillFiles & storage

    Audit Microsoft Excel (.xlsx) workbooks for formula density, external references, named ranges, hidden sheets, and data validation. Use when reviewing a financial model, sharing a workbook externally, or checking for data leakage.

    Ready to connect★ 740

    github.com/borghei/claude-skills743 stars

    View details
  • azure-blob-storageSkillFiles & storage

    Expert knowledge for Azure Blob Storage development including troubleshooting, best practices, decision making, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when using Blob tiers, lifecycle/immutability, NFS/SFTP mounts, static sites, or SDK/CLI data

    Ready to connect★ 740

    github.com/microsoftdocs/agent-skills742 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.

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.

See how to connect your AI