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

  • clean-codebaseSkillFiles & storage

    Remove dead code, unused imports, fix lint warnings, and normalize formatting across a codebase without changing business logic or architecture. Use when lint warnings have piled up during rapid development, unused imports and variables clutter files, dead code paths were never removed, formatting i

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • collect-preserve-specimensSkillFiles & storage

    Collect and preserve insect specimens following museum-grade standards including legal compliance, collection methods, humane dispatch, dry pinning, wet preservation, labeling, storage, and curation. Covers permit requirements, protected species regulations, sweep nets, beating trays, pitfall traps,

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • conduct-empirical-wire-captureSkillFiles & storage

    Capture outbound HTTP and telemetry from a CLI harness at runtime. Covers capture-channel selection (transcript file vs verbose-fetch stderr vs outbound proxy vs on-disk state), hook-driven per-event capture vs long-running session capture, JSONL output format for diff-friendly artifacts, and the ob

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • config-file-validatorSkillFiles & storage

    Automated helper for config workflows.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • configure-log-aggregationSkillFiles & storage

    Set up centralized log aggregation with Loki and Promtail (or ELK stack), including log parsing, label extraction, retention policies, and integration with metrics for correlation. Use when consolidating logs from multiple services into a searchable system, replacing local log files with centralized

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • configure-nginxSkillFiles & storage

    Configure Nginx as a web server and reverse proxy. Covers static file serving, reverse proxy to upstream services, SSL/TLS termination with Let's Encrypt, location blocks, load balancing, rate limiting, and security headers. Use when serving static files in production, reverse proxying to backend se

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • context-routerSkillFiles & storage

    Resolve the minimum set of knowledge-graph nodes needed for a task before reading any source file. Use at the START of every non-trivial task once a project has a knowledge graph — when changing a subsystem, tracing a bug, planning work, answering a question about how something works, or onboarding.

    Ready to connect

    github.com/llopresto87/cypress33 stars

    View details
  • create-glyphSkillFiles & storage

    Create R-based pictogram glyphs for skill, agent, or team icons in the visualization layer. Covers concept sketching, ggplot2 layer composition using the primitives library, color strategy, registration in the appropriate glyph mapping file and manifest, rendering via the build pipeline, and visual

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • create-r-packageSkillFiles & storage

    Scaffold a new R package with complete structure including DESCRIPTION, NAMESPACE, testthat, roxygen2, renv, Git, GitHub Actions CI, and development configuration files (.Rprofile, .Renviron.example, CLAUDE.md). Follows usethis conventions and tidyverse style. Use when starting a new R package from

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • create-teamSkillFiles & storage

    Create a new team composition file following the agent-almanac team template and registry conventions. Covers team purpose definition, member selection, coordination pattern choice, task decomposition design, machine-readable configuration block, registry integration, and README automation. Use when

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • creating-change-recordsSkillFiles & storage

    Creates or updates Quick or Standard change records, adds the required files, and refreshes what each claim must prove for an evidence-backed pull request. Use when starting or revising a change record. Do not use for a one-off throwaway script, or for work that belongs in an existing record rather

    Ready to connect

    github.com/flyfission/nuclear-grade-context-engineering33 stars

    View details
  • csv-row-counterSkillFiles & storage

    Fast utility scanning package resources.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • csv-to-json-converterSkillFiles & storage

    Fast utility scanning report resources.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • csv-to-tsv-converterSkillFiles & storage

    Simple tool for package management tasks.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • disk-usage-summarySkillFiles & storage

    Fast utility scanning file resources.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • du-dumSkillFiles & storage

    Separate expensive observation from cheap decision-making in autonomous agent loops using a two-clock architecture. A fast clock accumulates data into a digest file; a slow clock reads the digest and acts only when something is pending. Idle cycles cost nothing because the action clock returns immed

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • evolve-skill-from-tracesSkillFiles & storage

    Evolve SKILL.md files from agent execution traces using a three-stage pipeline: trajectory collection from observed runs, parallel multi-agent patch proposal for error and success analysis, and conflict-free consolidation of overlapping edits via prevalence-weighting. Based on the Trace2Skill method

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • fable-evidence-doneSkillFiles & storage

    Before you say "done", "fixed", "works", "passing", or "verified", ground that claim in a real command/test/file/tool result on the same line — or say plainly that it is not verified yet. Use whenever you are about to report completion or success of a code change, a build, a fix, or a task. Catches

    Ready to connect

    github.com/elon-choo/fablever33 stars

    View details
  • fable-handoffSkillFiles & storage

    Open a long or multi-session report with a fixed 3-line [Handoff Summary] (context / what changed / the single decision to act on), and keep a per-session .fablever_state file so an operator juggling many projects can reload context in one glance. Use when finishing a long or multi-step task, report

    Ready to connect

    github.com/elon-choo/fablever33 stars

    View details
  • fable-planSkillFiles & storage

    For genuinely hard multi-part work, write a durable decision-complete plans/{slug}.md before execution, then build against it. Use when a task has roughly four or more distinct parts, spans several files, or has real ordering/dependency. Pulled only by an explicit trigger; never a default/always-on

    Ready to connect

    github.com/elon-choo/fablever33 stars

    View details
  • fable-scope-guardSkillFiles & storage

    Hold the exact scope the user asked for — no extra files, no refactors, no "while I'm here" cleanup, no speculative features. Use when the user says "only", "just", "do not edit", "minimal change", "report only", "no refactor", "don't touch X", or otherwise draws a narrow boundary; and as a check be

    Ready to connect

    github.com/elon-choo/fablever33 stars

    View details
  • file-hash-reportSkillFiles & storage

    Quick utility to process data data.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • file-size-reporterSkillFiles & storage

    Simple tool for config management tasks.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • file-trademarkSkillFiles & storage

    Trademark filing procedures covering EUIPO (EU), USPTO (US), and WIPO Madrid Protocol (international). Walks through pre-filing conflict checks, Nice classification, descriptiveness assessment, mark type decisions, filing basis strategy, office-specific e-filing procedures, Madrid Protocol extension

    Ready to connect

    github.com/pjt222/agent-almanac32 stars

    View details
  • file-upload-securitySkillFiles & storage

    Use when a WordPress plugin or theme accepts file uploads, processes $_FILES, saves user-provided files, or generates file paths from input. Uses wp_handle_upload and wp_check_filetype_and_ext with a MIME/extension allowlist, blocks executable types, and prevents path traversal. Prevents arbitrary f

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills33 stars

    View details
  • filesystem-securitySkillFiles & storage

    Use when reading, writing, including, or deleting files from paths that include user input - include / require, readfile, unlink, file_get_contents, or the WP_Filesystem API. Validates paths with validate_file, normalizes with wp_normalize_path, confines operations to an allowed base directory, and

    Ready to connect

    github.com/wpultimatesecurity/wordpress-security-skills33 stars

    View details
  • free-memory-reportSkillFiles & storage

    Compact tool verifying file state.

    Ready to connect

    github.com/qualixar/skillfortify33 stars

    View details
  • freshSkillFiles & storage

    Fresh Deno web framework. Covers islands architecture, file-based routing, handlers, signals, and plugins. Use for server-rendered Deno applications.

    Ready to connect

    github.com/claude-dev-suite/claude-dev-suite33 stars

    View details
  • frontend-hook-referenceSkillFiles & storage

    Reference implementation for frontend data hooks (queries and mutations). MUST be loaded when creating or modifying any hook in an api/ directory or any use*.ts file that calls the generated API client.

    Ready to connect

    github.com/ayunis-core/ayunis-core33 stars

    View details
  • gbxml-importSkillFiles & storage

    Translate a Revit-exported gbXML file into an OpenStudio model, then repair common export geometry defects (non-enclosed spaces, duplicate/missing surfaces). Use when importing gbXML, or when a gbXML-derived model has non-enclosed spaces or surface overlaps.

    Ready to connect

    github.com/natlabrockies/openstudio-mcp33 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