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,334 results · page 122 of 145

  • oo-create-skillSkillFiles & storage

    Create, adopt, review, or update local AI agent skills, including ordinary knowledge or workflow skills and skills powered by oo connectors or hosted capabilities. Use when the user asks to create or improve a skill, turn existing files or scripts into a skill, check a skill against modern authoring

    Ready to connect

    github.com/oomol-lab/oo-cli40 stars

    View details
  • render-htmlSkillFiles & storage

    Lets your agent turn its Markdown or JSON reports into a single readable HTML file.

    Ready to connect

    github.com/mifunedev/agro38 stars

    View details
  • rootnode-anti-pattern-detectionSkillFiles & storage

    Detects seven structural anti-patterns in Claude Projects that cause unpredictable output, ignored instructions, and degraded quality. Diagnoses Monolith, Orphan File, Echo Chamber, Phantom Conversation, Kitchen Sink, Misaligned Hierarchy, and Blurred Layers. Use when user says "what's wrong with my

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • rootnode-context-budgetSkillFiles & storage

    Analyzes Claude Project context budget under the automatic-RAG-by-window model: knowledge files vs. threshold-exempt overhead (Skills, MCPs, CI, Memory). Two modes: Quick Diagnostic and Full Budget Audit. Use when user says "check my context budget," "how much context am I using," "is my project too

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • rootnode-memory-optimizationSkillFiles & storage

    Rebalances context across Memory, Custom Instructions, knowledge files, and User Preferences in Claude Projects. Audits Memory for redundancy, staleness, and misplacement; prescribes optimization including Codification of stable Memory patterns into explicit User Preferences or Project CI rules. Use

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • rootnode-profile-builderSkillFiles & storage

    Conversational profile builder. Produces validated JSON config files for any rootnode Skill that consumes profile-shaped configuration (handoff trigger check, mode router, critic gate, future Skills). Reads a target JSON Schema (draft-07), conducts a progressive-depth interview using plain-language

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • rootnode-project-briefSkillFiles & storage

    Generates a structured Project Brief — a comprehensive markdown document that extracts goals, architecture, knowledge file inventory, Custom Instructions summary, Memory contents, current state, ecosystem position, and key decisions from a Claude Project. Briefs serve as uploadable context documents

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • rootnode-repo-hygieneSkillFiles & storage

    Audits Claude Code repositories. Two-phase workflow — Phase 1 sweeps 14 hygiene categories (permissions, hooks, CLAUDE.md bloat, Skills hygiene, process-abstraction, plus structural) and an optional 7-layer leak check. Phase 2 executes [APPROVED] markers from the report file. Use for repo cleanup, p

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • rootnode-session-handoffSkillFiles & storage

    Produces structured markdown session continuation documents for multi-session workflows. Captures active work streams, decisions with rationale, knowledge-file deltas learned during the session, the exact files to load next conversation, ingested content, artifacts, and open items into an ingestion-

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • rootnode-skill-builderSkillFiles & storage

    Builds, validates, packages, tests, and optimizes deployment-ready Skill files (SKILL.md + references/ + scripts/ + agents/) from design specifications. Three pre-build gates + 9-dimension quality gate (with D9a/b/c empirical evidence tiers) + behavioral iteration loop + automated description optimi

    Ready to connect

    github.com/drayline/rootnode-skills40 stars

    View details
  • tablesSkillFiles & storage

    Nim's hash table module for key-value storage

    Ready to connect

    github.com/mratsim/tattletale40 stars

    View details
  • typstSkillFiles & storage

    Typst document creation and package development. Use when: (1) Working with .typ files, (2) User mentions typst, typst.toml, or typst-cli, (3) Creating or using Typst packages, (4) Developing document templates, (5) Converting Markdown/LaTeX to Typst

    Ready to connect

    github.com/cliqrelay/cliqrelay39 stars

    View details
  • vhsSkillFiles & storage

    VHS terminal recording best practices from Charmbracelet (formerly charmbracelet-vhs). This skill should be used when writing, reviewing, or editing VHS tape files to create professional terminal GIFs and videos. Triggers on tasks involving .tape files, VHS configuration, terminal recording, demo cr

    Ready to connect

    github.com/alvarosanchez/ocp40 stars

    View details
  • yml2regSkillFiles & storage

    Generate APB/AHB/DAB regfile RTL, Spirit XML, Excel, C/sysmap headers, UVM regmodel/ral_lib/init/define, bus adapters, JSON/CSV regmap, and multi-block top RAL from YAML.

    Ready to connect

    github.com/siliconpeasant/vibe_soc38 stars

    View details
  • zustand-state-managementSkillFiles & storage

    Manage global application state using Zustand — each domain gets its own store file with typed state and actions, consumed via selector-based hooks

    Ready to connect

    github.com/cliqrelay/cliqrelay39 stars

    View details
  • bmad-deep-reconSkillFiles & storage

    Decision-grade research, three ways: draft a deep-research prompt for the user to run in their own tool (ChatGPT, Gemini, Grok, Perplexity, …), process a finished research report — file it, distill a succinct cited summary with metadata that downstream skills consume without reprocessing — or run th

    Ready to connect

    github.com/skyf0xx/hedgehog39 stars

    View details
  • doc-scannerSkillFiles & storage

    Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, and 15+ other formats) and synthesizes guidance. Auto-activates when user asks to review, understand, or explore a codebase, when starting work in a new project, when asking about conventions or a

    Ready to connect

    github.com/0xdarkmatter/claude-mods39 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-skills39 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-skills39 stars

    View details
  • filing-issuesSkillFiles & storage

    Use when filing one or more GitHub issues for planned work — "file an issue for this", "turn this plan into issues", "open a tracking issue". Covers filing everything on skyf0xx/hedgehog regardless of which repo's code changes, whether to split a plan into a tracking issue plus sub-issues, which acc

    Ready to connect

    github.com/skyf0xx/hedgehog39 stars

    View details
  • labsSkillFiles & storage

    Lab result interpretation, marker trends, dynamics, milestone linkage. Manual result entry. PDF import — via /inbox (single entry point for files). Triggers: "interpret my labs", "cholesterol trend", "show my labs", "lymphocyte dynamics"

    Ready to connect

    github.com/alxyrgin/health-os38 stars

    View details
  • no-history-in-outputSkillFiles & storage

    Apply whenever writing or updating a project-facing document — root CLAUDE.md, `.hedgehog/core-design.md`, specs, READMEs, or similar. Ensures the file reads as a clean, current, as-is snapshot rather than a log of edits or decisions. Applies on first generation and on every later revision, includin

    Ready to connect

    github.com/skyf0xx/hedgehog39 stars

    View details
  • noteSkillFiles & storage

    Record reading notes to a structured notes file. Use when the user says "take notes" or "record this" during reading sessions.

    Ready to connect

    github.com/yha9806/academic-writing-toolkit39 stars

    View details
  • output-conventionsSkillFiles & storage

    Shared deliverable-as-file output conventions for all BetterCallClaude commands. Defines the bcc-output folder structure, file naming, and chat summary template.

    Ready to connect

    github.com/fedec65/bettercallclaude39 stars

    View details
  • pr-writingSkillFiles & storage

    Use whenever writing a PR title/description, a commit message body, a code review comment, or an issue — in Hedgehog's own repo or any consuming project. Triggers on "open a PR", "write the PR description", "comment on this PR", "file an issue". Covers writing style (terse, info-dense, Simplified Te

    Ready to connect

    github.com/skyf0xx/hedgehog39 stars

    View details
  • push-gateSkillFiles & storage

    Pre-push safety gate for any git push to a remote (GitHub, GitLab, Bitbucket, self-hosted). Runs gitleaks + regex-layer secret scan, forbidden-file check, divergence check, size warning, and requires explicit confirm before pushing. Refuses on any secret hit. Triggers on: push to origin, push to git

    Ready to connect

    github.com/0xdarkmatter/claude-mods39 stars

    View details
  • refactor-opsSkillFiles & storage

    Safe refactoring patterns - extract, rename, restructure with test-driven methodology and dead code detection. Use for: refactor, refactoring, extract function, extract component, rename, move file, restructure, dead code, unused imports, code smell, duplicate code, long function, god object, featur

    Ready to connect

    github.com/0xdarkmatter/claude-mods39 stars

    View details
  • secure-plugin-developmentSkillFiles & storage

    Use when starting a new WordPress plugin or theme, scaffolding a plugin file, wiring hooks, or adding any feature that handles requests, options, or output. Establishes the secure-by-default baseline — ABSPATH guard, the capability + nonce + sanitize + escape flow, prepared queries, and safe default

    Ready to connect

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

    View details
  • spawnSkillFiles & storage

    Generate PhD-level expert-agent prompt files (.md) for Claude Code - authoring, not runtime. For spawning parallel RUNTIME workers use fleet-worker/fleetflow (via parallel-ops). Triggers: spawn agent, create agent file, generate expert prompt, new agent persona.

    Ready to connect

    github.com/0xdarkmatter/claude-mods39 stars

    View details
  • splunk-kvstore-admin-setupSkillFiles & storage

    "Use when the user asks to back up or restore the KV Store, migrate the KV Store storage engine, upgrade

    Ready to connect

    github.com/chambear2809/splunk-cisco-skills37 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.

53,789 of the 54,221 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