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

  • review-pr-feedbackSkillFiles & storage

    Fetches unresolved review comments from a GitHub PR using the GH CLI, groups and summarises them, automatically reads the referenced files locally to pre-investigate each issue, then offers to fix or investigate further. Use when the user asks to "review PR comments", "check comments on a PR", "fetc

    Ready to connect

    github.com/legal-and-general/canopy23 stars

    View details
  • robust-editSkillFiles & storage

    Robust, line-based file editing. Replace a range of lines in a file with new content by line number instead of exact string matching. Use when the user says 'robust-edit', '/robust-edit', 'replace lines', 'edit lines N to M', or when character-level matching with the Edit tool keeps failing on multi

    Ready to connect

    github.com/mfielding92/clawedback23 stars

    View details
  • secure-researchSkillFiles & storage

    Review selected GitHub files with source evidence.

    Ready to connect

    github.com/maoyadongsh/siq-agent-security23 stars

    View details
  • sota-code-securitySkillFiles & storage

    Secure coding and security auditing rules (2026 baseline). Use whenever BUILDING or modifying code that crosses a trust boundary — endpoints, handlers, auth/login/signup, sessions, JWT/OAuth, file uploads, payments, multi-tenant features, crypto/secrets handling, parsers, CLI/exec wrappers, LLM agen

    Ready to connect

    github.com/martinholovsky/sota-skills23 stars

    View details
  • sota-dotnetSkillFiles & storage

    State-of-the-art C# / .NET engineering rules (2026 baseline, .NET 10 LTS / C# 14) that Claude applies when writing or auditing .NET code. Covers modern idioms (records, nullable reference types, pattern matching, spans, file-scoped namespaces), API/null/immutability/`IDisposable` design, async/await

    Ready to connect

    github.com/martinholovsky/sota-skills23 stars

    View details
  • sota-skill-securitySkillFiles & storage

    Security for AI agent skills, plugins and instruction bundles (2026) — the supply chain of things that tell an agent what to do. Use when installing, authoring, reviewing, updating or auditing any skill, plugin, ruleset or agent file an agent loads as instructions, including your own; when a reposit

    Ready to connect

    github.com/martinholovsky/sota-skills23 stars

    View details
  • translation-coordinatorSkillFiles & storage

    Coordinates translation of an Xcode project or its String Catalogs (.xcstrings) into other languages. This is the main skill to activate when asked to work on translating strings, adding languages or working with .xcstrings files. Handles the full workflow: preparing the project for a new language,

    Ready to connect

    github.com/artemnovichkov/xcode-skills23 stars

    View details
  • update-gaiaSkillFiles & storage

    Pull the latest GAIA release into this project without clobbering customizations. Three-way merge per file using .gaia/manifest.json classes. Trigger when the user clicks the statusline `Run /update-gaia` indicator or asks "update GAIA", "pull the latest GAIA", "apply the new GAIA release".

    Ready to connect

    github.com/gaia-react/gaia23 stars

    View details
  • vue-phaserjsSkillFiles & storage

    Esposter vue-phaserjs integration patterns — the four files every game object component takes and what is deliberately absent, markRaw for Phaser objects in Pinia stores, configuration Pick pattern, all-configuration-keys-present-at-setup. Apply when writing Phaser game objects, stores, or vue-phase

    Ready to connect

    github.com/esposter/esposter23 stars

    View details
  • add-formatSkillFiles & storage

    Register a new file format across every megane host (standalone webapp, Jupyter widget, JupyterLab labextension, VSCode extension, Python). Use whenever you add a parser to `megane-core`, expose it via WASM/PyO3, or notice that an existing parser is missing from one of the host openers. Enforces CRI

    Ready to connect

    github.com/megane-labs/megane21 stars

    View details
  • anthropic-skilljar-extractorSkillFiles & storage

    Extracts any Anthropic Academy (Skilljar) course into a structured markdown folder. Triggers when the user provides an anthropic.skilljar.com URL and asks to extract, research, download, or convert a course to markdown. Produces one markdown file per lesson organized into section folders, with cours

    Ready to connect

    github.com/maystudios/claude-skills22 stars

    View details
  • audio-to-midiSkillFiles & storage

    Convert MP3/WAV/FLAC audio files to MIDI (.mid) and MusicXML (.musicxml) with full music analysis. Two engines: Basic Pitch (general-purpose polyphonic) and Piano Model (high-accuracy piano, 96.7% F1). Optional Demucs stem separation. Use --engine piano for piano/keyboard music for best results. Tri

    Ready to connect

    github.com/maystudios/claude-skills22 stars

    View details
  • author-or-update-agent-skillSkillFiles & storage

    Use when the user asks to frame or design an agent skill, design its trigger or activation boundary, create or author a portable skill or SKILL.md, or change, edit, or update an existing agent skill or SKILL.md. Any request whose outcome is a changed skill file belongs here, including one that also

    Ready to connect

    github.com/eugenelim/agent-ready-repo22 stars

    View details
  • auto-researchSkillFiles & storage

    Improve any existing Claude Code skill, CLAUDE.md, subagent definition, slash-command, or prompt markdown file by combining web-researched best-practice rewrites with autonomous Karpathy-style binary eval loops. Use when the user wants to "auto-research", "self-improve", "auto-improve", "optimize",

    Ready to connect

    github.com/maystudios/claude-skills22 stars

    View details
  • cicd-securitySkillFiles & storage

    Harden GitHub Actions, GitLab CI, and similar pipelines against supply-chain attacks, secret exfiltration, and pwn-request abuse. Use when authoring or reviewing workflow files, adding a third-party action, image, or script, wiring cloud or registry credentials into CI, or triaging a suspected pipel

    Ready to connect

    github.com/shieldnet-360/secure-vibe22 stars

    View details
  • ck-expand-folderSkillFiles & storage

    List files in a folder with their signatures, filtered by an optional regex pattern. Use this in fallback folder-scoped exploration after ck find-files.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-find-filesSkillFiles & storage

    Source discovery over path, file, type, and member names. Use this as the default first step before signatures or method extraction.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-find-symbolSkillFiles & storage

    Find type/member declarations in C#, TypeScript, Kotlin, and Python/TSX files with ranked matches. Use when grep loops on the same token start forming.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-get-base-typesSkillFiles & storage

    Extract type declarations with base classes and interfaces from a C#, TypeScript, Kotlin, or Python file. Use when you need to understand inheritance hierarchy or find where a class fits in the type system.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-get-constructorsSkillFiles & storage

    Extract all constructors from a C#, TypeScript, Kotlin, or Python file with exact source spans. Use when you need to see constructor signatures or injected dependencies without knowing the class name.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-get-enum-membersSkillFiles & storage

    List enum members for a specific C#, TypeScript, Kotlin, or Python enum without reading full file content.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-get-keyword-mapSkillFiles & storage

    Build a seed-to-related keyword map from indexed results. Use when file-first retrieval is weak/noisy and you need fallback folder scoping with ck find-files.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-get-type-sourceSkillFiles & storage

    Extract a single C#, TypeScript, Kotlin, or Python type declaration with exact source span. Use when you need one class/interface/record/enum/type alias without reading the full file.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-get-usingsSkillFiles & storage

    List all using directives (C#) or import statements (TypeScript/TSX) in a file. Use when adding a new dependency and you need to know what is already imported.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-indexSkillFiles & storage

    Build or update the Context King source-map index. Rarely needed explicitly — ck find-files auto-builds on first use. Useful after branch switches or to force a full rebuild.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-read-full-fileSkillFiles & storage

    Read a complete C#, TypeScript, Kotlin, and Python source file when full-file context is required, with a large-file guardrail and explicit override.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-refsSkillFiles & storage

    Find textual references for a symbol in C#, TypeScript, Kotlin, and Python/TSX files within scoped folders or explicit paths.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • ck-signaturesSkillFiles & storage

    Extract all method/property signatures from C#, TypeScript, Kotlin, and Python files using live AST parsing. Use after ck find-files has identified the relevant folder, when evaluating multiple candidate files to avoid reading full file content.

    Ready to connect

    github.com/fredrik-c/contextking22 stars

    View details
  • confluence-publisherSkillFiles & storage

    Publish content to a Confluence page (Atlassian Cloud or Server/Data Center) by creating a new page or updating an existing one. Accepts Markdown (default), raw Confluence storage XHTML, or plain text. Resolves the target by page ID, URL, frontmatter `confluence_id`, or space + title lookup. Handles

    Ready to connect

    github.com/eugenelim/agent-ready-repo22 stars

    View details
  • crypto-misuseSkillFiles & storage

    Block weak ciphers, predictable RNG, undersized keys, fast-hash password storage, nonce reuse, and non-constant-time comparison. Use when generating code that hashes, encrypts, or signs, code that compares secrets, MACs, or tokens, or config for key sizes and randomness.

    Ready to connect

    github.com/shieldnet-360/secure-vibe22 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