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 85 of 149
- View details
codex-resolve-rebase-conflictsSkillFiles & storage
Settle the conflicts a merge-backend rebase left behind. Mechanical ones resolve without asking and the rest arrive with the evidence in front of you. Every path gets a classification first. An append-only sorted list becomes the verified union of both sides. A generated file takes one side whole an
Ready to connect★ 94
- View details
codex-write-prose-fixSkillFiles & storage
Reword one settled document so its prose lint passes, without changing meaning or any other file. The codex-fix-prose skill delegates this task with no inherited conversation context.
Ready to connect★ 94
- View details
fix-proseSkillFiles & storage
Clear the vale and cspell findings on a document whose content is already settled. A forked writer does the rounds and an independent reviewer reads the result, so the finding text never reaches this session. Takes the file plus the lint command that judges it. Use it when a draft is written but its
Ready to connect★ 94
- View details
implementation-planningSkillFiles & storage
Writes a detailed, executable implementation plan from an approved design or multi-step requirement, including exact files, interfaces, tests, commands, checkpoints, and rollback considerations. Use before touching code for a substantial feature, migration, refactor, or cross-cutting change. Not for
Ready to connect★ 94
- View details
resolve-rebase-conflictsSkillFiles & storage
Settle the conflicts a stopped rebase left behind. Mechanical ones resolve without asking and the rest arrive with the evidence in front of you. Every path gets a classification first. An append-only sorted list becomes the verified union of both sides. A generated file takes one side whole and wait
Ready to connect★ 94
- View details
safe-migrationsSkillFiles & storage
Designs and executes compatibility-preserving migrations across APIs, schemas, frameworks, dependencies, protocols, storage, and infrastructure with baselines, coexistence, staged cutover, rollback or forward-fix paths, and explicit removal criteria. Use for deprecations, upgrades, data moves, contr
Ready to connect★ 94
- View details
bio-orchestratorSkillFiles & storage
Meta-agent that routes bioinformatics requests to specialised sub-skills. Handles file type detection, analysis planning, report generation, and reproducibility export.
Ready to connect★ 92
- View details
claude-code-runnerSkillFiles & storage
Execute programming tasks via Claude Code using PTY-based invocation. Handles non-TTY environments, auto-responds to prompts, and manages file synchronization.
Ready to connect★ 92
- View details
crystallizeSkillFiles & storage
Distils repeating patterns from session logs and lessons.md into draft skill files. Run after ≥10 sessions to extract durable knowledge. Output: draft skills/ files + promotion report.
Ready to connect★ 93
- View details
stack-baselineSkillFiles & storage
The pinned default technology stack for SMB Product-Builder products. One source of truth so the architect, app-scaffolder, auth-engineer, and senior-dev never re-decide the stack per build — they build ON it. Covers framework, ORM/DB, auth, UI, payments/email/SMS, files, jobs, testing, hosting, and
Ready to connect★ 93
- View details
story-html-publisherSkillFiles & storage
Final step of the AI Storybook pipeline. Consolidates the scenes, images, and per-scene audio into ONE self-contained HTML storybook — a swipe/tap player with every image and audio clip embedded as base64 so the single file works offline and can be shared as-is. Reads {slug}_scenes.json, {slug}_imag
Ready to connect★ 92
- View details
well-architectedSkillFiles & storage
6-pillar architecture review framework. Adapted from AWS Well-Architected for use by great_cto's architect agent on every non-nano ARCH document. Forces explicit answers across operational excellence, security, reliability, performance, cost, and sustainability — not just feature design.
Ready to connect★ 93
- View details
documentation-syncSkillFiles & storage
After any significant code change — new feature, API modification, config change, or architectural refactor — run this skill to identify which documentation files are now stale and update them. Keeps docs and code from drifting apart.
Ready to connect★ 92
- View details
magpie-dependency-auditSkillFiles & storage
Read-only dependency vulnerability audit for one repository or a local checkout. Detects the project's dependency manager(s), runs the appropriate audit tool, surfaces patchable findings grouped by severity, and proposes upgrades for maintainer review. Never modifies manifests or lock files and neve
Ready to connect★ 91
- View details
magpie-issue-reassess-statsSkillFiles & storage
Read-only dashboard over a directory of `verdict.json` files produced by `issue-reassess` campaigns. Surfaces a health rating, classification distribution, partial-fix surfaces, oldest-unresolved buckets, and per-component breakdowns. Output is HTML by default; markdown fallback available. Read-only
Ready to connect★ 91
- View details
magpie-license-compliance-auditSkillFiles & storage
Read-only license compliance audit for one repository or a local checkout. Checks that a LICENSE file exists, that a NOTICE file is present and complete when required by the declared license, and that source files carry SPDX-License-Identifier headers consistent with the project's declared license.
Ready to connect★ 91
- View details
magpie-newcomer-issue-explainerSkillFiles & storage
Given an open good-first-issue on the configured `<upstream>` repo, explain it in beginner terms and sketch a concrete approach: which files to read first, what "done" looks like, and where to ask follow-up questions — without writing any code or fix. First runs an issue assessment to confirm the is
Ready to connect★ 91
- View details
magpie-pre-first-pr-checkSkillFiles & storage
Run a newcomer-focused pre-flight checklist on a local branch before opening a pull request. Checks CONTRIBUTING conventions, SPDX headers on new files, commit-message shape (including the Generated-by: trailer for AI-assisted work), and the placeholder convention — then returns a structured checkli
Ready to connect★ 91
- View details
magpie-release-keys-syncSkillFiles & storage
Draft the diff that adds the Release Manager's public key to the project's KEYS file (`<keys-file-url>`), emit a paste-ready `svn` (or backend-equivalent) command sequence, remind the RM to upload to the configured keyserver, and validate the key meets the ASF strength floor. Never commits, never ho
Ready to connect★ 91
- View details
magpie-report-framework-issueSkillFiles & storage
Help an adopter or framework developer file a clean, redacted GitHub issue against the Apache Magpie framework repo when a skill, tool, or doc misbehaves. It gathers the problem from the user — never from the raw session transcript — then runs a mandatory public-disclosure scrub before rendering the
Ready to connect★ 91
- View details
magpie-security-issue-import-from-mdSkillFiles & storage
Open one or more `<tracker>` tracking issues from a markdown file containing a batch of security findings. Each finding becomes one tracker landing in the `Needs triage` board column. The file itself is the full report — there is no inbound reporter to reply to and no PR to inspect.
Ready to connect★ 91
- View details
magpie-setup-isolated-setup-verifySkillFiles & storage
Walk the verification checklist for the framework's secure agent setup and report ✓ done / ✗ missing / ⚠ partial for each check, with concrete evidence (file paths, command output, version strings). Covers eight checks across settings wiring, installed tool versions, and sandbox configuration. Read-
Ready to connect★ 91
- View details
magpie-setup-override-upstreamSkillFiles & storage
Walk an adopter through promoting a local `.apache-magpie-overrides/<skill>.md` file into a PR against `apache/magpie`. After the PR merges and the adopter runs `setup upgrade`, the override file is no longer needed and the skill prompts for its removal.
Ready to connect★ 91
- View details
vouch-rememberSkillFiles & storage
File something the user wants remembered as a cited, review-gated proposal
Ready to connect★ 92
- View details
evo-acopf-network-parserSkillFiles & storage
Parses Matpower-style network.json files into Python data structures suitable for ACOPF formulation.
Ready to connect★ 91
- View details
evo-bibtex-parserSkillFiles & storage
Parses BibTeX files using bibtexparser 1.4.2 and cleans LaTeX/BibTeX artifacts from fields like title, author, year, DOI, and venue. Produces a normalized list of citation dictionaries ready for verification.
Ready to connect★ 91
- View details
evo-build-diagnosisSkillFiles & storage
Analyzes a Python repository to identify the root causes of build failures, including syntax errors, import errors, test failures, and build configuration issues. Use when diagnosing why a Python project fails to build or pass tests. Scans repository files for syntax errors via ast.parse/compile, pa
Ready to connect★ 91
- View details
evo-clinical-data-cleaningSkillFiles & storage
Utility functions for cleaning raw clinical lab CSV data - handling decimal comma formats, scientific notation normalization, missing value detection, and numeric coercion of mixed-type columns.
Ready to connect★ 91
- View details
evo-crystallography-wyckoff-analysisSkillFiles & storage
Parses CIF files using pymatgen, performs space group symmetry analysis via SpacegroupAnalyzer, and extracts Wyckoff position letters, multiplicities, and representative atom fractional coordinates from the symmetrized structure.
Ready to connect★ 91
- View details
evo-d3v6-stock-visualizationSkillFiles & storage
Generates the complete visualization.js file implementing a D3.js v6 force-simulation bubble chart with sector clustering, an interactive data table, tooltips, legends, and bidirectional click-based highlighting between chart and table.
Ready to connect★ 91
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.