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,495 results · page 49 of 150

  • Cloudflare ManagerSkillFiles & storage

    Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtime with dependencies i

    Ready to connect★ 396

    github.com/microck/ordinary-claude-skills396 stars

    View details
  • code-review-excellenceSkillFiles & storage

    Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

    Ready to connect★ 396

    github.com/microck/ordinary-claude-skills396 stars

    View details
  • codexSkillFiles & storage

    Execute Codex CLI for code analysis, refactoring, and automated code changes. Use when you need to delegate complex code tasks to Codex AI with file references (@syntax) and structured output.

    Ready to connect★ 396

    github.com/microck/ordinary-claude-skills396 stars

    View details
  • create-skill-fileSkillFiles & storage

    Guides Claude in creating well-structured SKILL.md files following best practices. Provides clear guidelines for naming, structure, and content organization to make skills easy to discover and execute.

    Ready to connect★ 396

    github.com/microck/ordinary-claude-skills396 stars

    View details
  • dhh-ruby-styleSkillFiles & storage

    Write Ruby and Rails code in DHH's distinctive 37signals style. Use this skill when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, code review, or when the user mentions DHH, 37signals, Basecamp, HE

    Ready to connect★ 396

    github.com/microck/ordinary-claude-skills396 stars

    View details
  • project-memorySkillFiles & storage

    Generates CLAUDE.md project memory files that transfer institutional knowledge. Use when setting up projects or onboarding.

    Ready to connect★ 393

    github.com/jamditis/claude-skills-journalism393 stars

    View details
  • project-retrospectiveSkillFiles & storage

    Generates LESSONS.md files capturing institutional knowledge and failures. Use when closing out projects or investigations.

    Ready to connect★ 393

    github.com/jamditis/claude-skills-journalism393 stars

    View details
  • video-framesSkillFiles & storage

    Extracts and visually analyzes frames from video files. Use for frame extraction, vision analysis, on-screen text, or frame grids.

    Ready to connect★ 393

    github.com/jamditis/claude-skills-journalism393 stars

    View details
  • drugsda-file-transferSkillFiles & storage

    Implement data transmission between the local computer and the MCP Server using Base64 encoding

    Ready to connect★ 392

    github.com/spectrai-initiative/innoclaw390 stars

    View details
  • pharmacokinetics_profileSkillFiles & storage

    Pharmacokinetics Profile Builder - Build a PK profile: FDA pharmacokinetics, clinical pharmacology, dosage info, and molecular properties. Use this skill for pharmacology tasks involving get pharmacokinetics by drug name get clinical pharmacology by drug name get dosage and storage information by dr

    Ready to connect★ 392

    github.com/spectrai-initiative/innoclaw390 stars

    View details
  • pr-review-canvasSkillFiles & storage

    Generate an interactive PR review walkthrough as an HTML page. Fetches PR data via gh API, categorizes files into core vs mechanical changes, adds reviewer annotations, and renders diffs with moved-code detection. Use when the user pastes a GitHub PR URL and asks for a review, walkthrough, or summar

    Ready to connect★ 391

    github.com/asymmetric-al/core391 stars

    View details
  • buildkonfig-secrets-flavorsSkillFiles & storage

    Wire build-time configuration into a Kotlin Multiplatform app with BuildKonfig — secrets read from an untracked local properties file and injected as generated constants, with the no-secrets branch getting empty strings so the feature disables itself instead of failing the build, plus the task-depen

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • changelog-as-war-storySkillFiles & storage

    Keep a tracked markdown file of dated entries that record symptom, mechanism, what was ruled out and the condition for removing the workaround — and enforce it with a rule that the entry lands with the change. Use when a fix rests on non-obvious behaviour someone will later "clean up", when the same

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • commit-archaeology-red-flagsSkillFiles & storage

    Mine a repository's history without being misled by it — an empty-bodied commit's file statistics are its real abstract, a nested-repository bump hides its entire content behind a one-line pointer change, and a merge flattens a branch's decision trail into a single subject. Use when reconstructing w

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • datastore-kmp-managerSkillFiles & storage

    Build a multiplatform preferences manager — the store instance produced per platform from nothing but a file path, one observing flow plus one suspend setter per key, and the interface declared in the domain layer so feature code never imports the storage library. Use when adding shared settings to

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • import-format-contract-designSkillFiles & storage

    Specify a user-facing exchange file — why a version field can be worse than none, rejecting a file whose parse yields nothing, stating the same-length rule that positionally-aligned arrays imply, naming the legacy values a producer must never emit, and, when the producer is someone else's published

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • kmp-gradle-settings-catalogSkillFiles & storage

    Settings-file patterns for a many-module Kotlin Multiplatform repo — mapping deeply nested in-repo directories onto flat Gradle project paths, turning on typesafe project accessors and knowing how they mangle names, declaring repositories in the two places that need them, and pinning one transitive

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • macos-codesign-sidecar-stripSkillFiles & storage

    Strip the `._*` companion files that macOS archiving writes beside files carrying extended attributes, after unpacking anything into a macOS app bundle and before the bundle is signed, because the signer seals those companions as ordinary bundle members and the OS deletes them the first time the fil

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • material-symbols-icon-systemSkillFiles & storage

    Ship every icon as a generated ImageVector extension property on one receiver object, fetched from the icon font's own Compose generator, so the bytecode shrinker can drop the ones you never reference. Covers the generator request and its axis parameters, the edits that turn a generated file into an

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • model-entity-mapping-extension-layerSkillFiles & storage

    Put every conversion between transport payloads, domain models and persistence rows in dedicated files of pure extension functions — one direction per function, no suspending work, no logging, nothing else in the file — and keep the layer honest with a grep. Use when conversion code is spreading int

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • nlmSkillFiles & storage

    Manages Google NotebookLM notebooks via the nlm CLI. Use for creating notebooks, listing and syncing sources, uploading files/URLs/text, chatting with sources, generating reports/audio/video/slides, running research, managing labels, editing notebook metadata (title/emoji/description/cover), and man

    Ready to connect★ 390

    github.com/tmc/nlm389 stars

    View details
  • on-demand-dictionary-assetSkillFiles & storage

    A tokenizer, spellchecker or analyzer needs a multi-megabyte dictionary that would bloat every install for a feature most users leave off — fetch it once, on opt-in, into a plain directory, and make every consumer ask the filesystem "am I ready" rather than trust a flag. Use when a per-language asse

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • parallel-chunked-downloadSkillFiles & storage

    Splitting one file into N byte-range requests issued in parallel over a bare HTTP client, each chunk to its own temp file, merged in order, with progress reported through a channel-backed flow — plus when ranges are actually safe, how big a chunk should be, and why a failure retries one chunk rather

    Ready to connect★ 315

    github.com/maxrave-dev/kotlin-footguns390 stars

    View details
  • principle-guard-the-context-windowSkillFiles & storage

    Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.

    Ready to connect★ 390

    github.com/michael-denyer/pstack-claude390 stars

    View details
  • principle-model-the-domainSkillFiles & storage

    Apply when writing stateful logic, or when code branches a lot or repeats a shape assumption across files. Encode the domain in a structure instead of scattered conditionals.

    Ready to connect★ 390

    github.com/michael-denyer/pstack-claude390 stars

    View details
  • principle-separate-before-serializing-shared-stateSkillFiles & storage

    Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.

    Ready to connect★ 390

    github.com/michael-denyer/pstack-claude390 stars

    View details
  • setup-pstackSkillFiles & storage

    Configure which models pstack uses per role. Detects your available Claude models and writes a per-role override file that the user can include from their CLAUDE.md. Use for /setup-pstack, "configure pstack models", or changing pstack's model choices.

    Ready to connect★ 390

    github.com/michael-denyer/pstack-claude390 stars

    View details
  • thermo-nuclear-code-quality-reviewSkillFiles & storage

    Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

    Ready to connect★ 390

    github.com/michael-denyer/pstack-claude390 stars

    View details
  • planSkillFiles & storage

    Write a short implementation plan or a longer execution plan before coding. Use when starting new work, when a ticket needs clearer boundaries, when a change spans multiple files or interfaces, or when a multi-hour task needs a living plan.

    Ready to connect★ 385

    github.com/owainlewis/youtube-tutorials387 stars

    View details
  • bruce-doc-converterSkillFiles & storage

    Bidirectional document conversion tool: converts Word (.docx), Excel (.xlsx), PowerPoint (.pptx), and PDF (.pdf) to AI-friendly Markdown, or Markdown (.md) to Word (.docx) (with automatic rendering of Mermaid diagrams to PNG). Use when the user requests document conversion, export, reading, or analy

    Ready to connect★ 384

    github.com/bruc3van/agent-skills-guard386 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.

55,111 of the 55,543 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