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,321 results · page 91 of 145
- View details
file-organizationSkillFiles & storage
Organize files into target directories based on classification results
Ready to connect★ 83
- View details
fortran-namelistSkillFiles & storage
Reading and modifying Fortran namelist configuration files for scientific models
Ready to connect★ 83
- View details
get-started-stingerSkillFiles & storage
Initializes a repo to a healthy baseline: library/ docs, GitHub CI, README, .gitignore, CODEOWNERS, SECURITY.md, CHANGELOG.md. Use when bootstrapping a repo or auditing one for missing hygiene files.
Ready to connect★ 83
- View details
glm-setupSkillFiles & storage
Running the General Lake Model (GLM) and understanding its NML configuration file format.
Ready to connect★ 83
- View details
glm-simulationSkillFiles & storage
Running the General Lake Model (GLM) with configuration files and parameter calibration
Ready to connect★ 83
- View details
harness-integration-stingerSkillFiles & storage
Cross-harness capability integration for The Hive's four harnesses (Claude Code, Cursor, ChatGPT Codex, Claude Cowork). Covers per-harness component placement (rules, commands, agents, skills, plugins), the wiring-mechanism decision (hooks vs MCP vs native extension vs plain instruction file), hook/
Ready to connect★ 83
- View details
json-data-extractionSkillFiles & storage
Extract, parse, and query JSON data from large enterprise files efficiently
Ready to connect★ 83
- View details
okf-open-knowledge-formatSkillFiles & storage
Create, validate, and enrich Open Knowledge Format (OKF) bundles — the open spec for representing organizational knowledge as markdown files with YAML frontmatter. Use when the user mentions 'OKF', 'Open Knowledge Format', 'knowledge bundle', 'OKF bundle', 'create a knowledge base for agents', 'vali
Ready to connect★ 78
- View details
openpyxl-formula-editingSkillFiles & storage
Editing existing Excel files with openpyxl while preserving formatting and adding formulas.
Ready to connect★ 83
- View details
package-lock-parsingSkillFiles & storage
Parse and extract package information from npm package-lock.json files to identify dependencies and their installed versions.
Ready to connect★ 83
- View details
pdf-calendar-parsingSkillFiles & storage
Extract calendar events, blocks, and time slots from PDF calendar files using pdfplumber
Ready to connect★ 83
- View details
pdf-text-extractionSkillFiles & storage
Extract text from PDF files using Python libraries (PyPDF2, pdfplumber) for content analysis and classification.
Ready to connect★ 83
- View details
python-csv-generationSkillFiles & storage
Generate structured CSV files from Python data using the csv module for tabular data export.
Ready to connect★ 83
- View details
python-docxSkillFiles & storage
Manipulate Word .docx files with python-docx, including handling split placeholders across runs and conditional sections.
Ready to connect★ 83
- View details
readme-writing-stingerSkillFiles & storage
Authors, audits, and restructures README files so they convert visitors into users. Apply when the user says \\\\\\\"write a README\\\\\\\", \\\\\\\"audit my README\\\\\\\", \\\\\\\"make my README better\\\\\\\", \\\\\\\"README for this project\\\\\\\", \\\\\\\"README-driven development\\\\\\\", or
Ready to connect★ 83
- View details
security-audit-csv-reportingSkillFiles & storage
Generate structured CSV security audit reports from vulnerability data with proper filtering, formatting, and field mapping.
Ready to connect★ 83
- View details
trivy-offline-vulnerability-scanningSkillFiles & storage
Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files. This skill covers setting up offline scanning, executing Trivy against package lock files, and generating JSON vulnerability reports without requiring internet access.
Ready to connect★ 83
- View details
vulnerability-csv-reportingSkillFiles & storage
Generate structured CSV security audit reports from vulnerability data with proper filtering and formatting. This skill covers CSV schema design for security reports, using Python csv.DictWriter, severity-based filtering, and field mapping from JSON to tabular format.
Ready to connect★ 83
- View details
xlsx-tool-operationsSkillFiles & storage
Common operations and patterns for using the xlsx skill tool to manipulate Excel files programmatically.
Ready to connect★ 83
- View details
binary-analysisSkillFiles & storage
Analyze unknown binary files through a deterministic CLI that wraps Ghidra's static-analysis engine. Use when you need to inspect a PE, ELF, or Mach-O file — triage suspicious binaries, map imported APIs, decompile functions, trace call paths, or produce structured evidence reports. Do not use for r
Ready to connect★ 82
- View details
claude-vigilSkillFiles & storage
File checkpoint and recovery — auto-quicksaves before destructive commands, manual checkpoints for safe rollback
Ready to connect★ 82
- View details
documentsSkillFiles & storage
Generate, inspect, validate, and fix PDF, Word (.docx), Excel (.xlsx), and PowerPoint (.pptx) documents: turn structured content into render-ready artifacts, verify structural and output quality before delivery, and repair broken files. Use when a task involves creating, editing, converting, or vali
Ready to connect★ 82
- View details
elixir-code-reviewSkillFiles & storage
Reviews Elixir code for idiomatic patterns, OTP basics, and documentation. Use when reviewing .ex/.exs files, checking pattern matching, GenServer usage, or module documentation.
Ready to connect★ 82
- View details
elixir-docs-reviewSkillFiles & storage
Reviews Elixir documentation for completeness, quality, and ExDoc best practices. Use when auditing @moduledoc, @doc, @spec coverage, doctest correctness, and cross-reference usage in .ex files.
Ready to connect★ 82
- View details
elixir-writing-docsSkillFiles & storage
Guides writing Elixir documentation with @moduledoc, @doc, @typedoc, doctests, cross-references, and metadata. Use when adding or improving documentation in .ex files.
Ready to connect★ 82
- View details
epubSkillFiles & storage
Read, write, and edit EPUB2/EPUB3 ebooks as an EPUB file format expert. Extract text, metadata, structure, and knowledge from EPUB files for enrichment or memory. Create valid EPUBs from scratch. Validate against the EPUB specification. Use when the user mentions epub, ebook, EPUB file, ebook format
Ready to connect★ 82
- View details
exunit-code-reviewSkillFiles & storage
Reviews ExUnit test code for proper patterns, boundary mocking with Mox, and test adapter usage. Use when reviewing _test.exs files or test helper configurations.
Ready to connect★ 82
- View details
forgejo-cliSkillFiles & storage
Use when managing a Forgejo or Gitea server from the terminal: issues, pull requests, repositories, file contents, labels, milestones, releases, webhooks, user settings, or any /api/v1 endpoint through a safe generic API command. Do not use this skill for unrelated requests; route to the nearest nam
Ready to connect★ 82
- View details
go-code-reviewSkillFiles & storage
Reviews Go code for idiomatic patterns, error handling, concurrency safety, and common mistakes. Use when reviewing .go files, checking error handling, goroutine usage, or interface design. Covers generics (Go 1.18+), errors.Join and slog (Go 1.21+), and Go 1.22 loop variable semantics.
Ready to connect★ 82
- View details
go-testing-code-reviewSkillFiles & storage
Reviews Go test code for proper table-driven tests, assertions, and coverage patterns. Use when reviewing *_test.go files.
Ready to connect★ 82
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,585 of the 54,017 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.