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 71 of 149
- View details
generating-patchesSkillFiles & storage
Generates git patch files from codebase modifications for local application. Use when user mentions patch, diff, export changes, bring changes back, apply locally, or after editing uploaded codebases.
Ready to connect★ 148
- View details
html-anythingSkillFiles & storage
Turn rich agent answers and any file, folder, URL, or export into a polished single-file HTML page. Auto-picks a default route plus 17 concrete design systems (teaching, dashboard, atlas, timeline-story, document, …).
Ready to connect★ 148
- View details
mapping-codebasesSkillFiles & storage
DEPRECATED — superseded by tree-sitting. This skill generated persistent _MAP.md files; tree-sitting does the same AST extraction at runtime (~700ms for 250 files) with no artifact to write, commit, or keep in sync. Use tree-sitting for "map this codebase", "explore repo", "understand structure", or
Ready to connect★ 148
- View details
processing-videoSkillFiles & storage
Audio and video processing with ffmpeg. Use when: user asks to convert, trim, merge, compress, or transcode video or audio files; extract audio from video; create GIFs or animated WebP from video; add subtitles or watermarks to video; change video resolution, framerate, or codec; normalize audio lou
Ready to connect★ 148
- View details
querying-markdownSkillFiles & storage
Query, filter, and transform Markdown structurally with mq — a jq-like CLI for Markdown. Use to extract headings/sections/code-blocks/links from .md files, build a table of contents, pull code blocks of a given language, slice or reshape LLM prompt/output Markdown, or batch-transform docs. Triggers
Ready to connect★ 148
- View details
reasoning-semiformallySkillFiles & storage
Apply semi-formal certificate reasoning to code analysis — patch verification, fault localization, patch equivalence. Use when reviewing patches, hunting bugs across scopes, comparing fixes, or when code reasoning requires tracing execution across files/modules. Triggers on code review, bug localiza
Ready to connect★ 148
- View details
session-memorySkillFiles & storage
Maintains a structured running-notes document during long work sessions. Use when the user says "session notes", "update notes", "start session notes", "show session notes", or when you recognize the current session has accumulated enough state (decisions, corrections, files touched, errors) that it
Ready to connect★ 148
- View details
tracking-todosSkillFiles & storage
Maintain a structured task list for the current session. Use proactively when a request requires 3+ distinct steps, the user provides multiple items, or complex work benefits from explicit progress tracking. Storage persists via Muninn config across container death. Adapted from Claude Code's TodoWr
Ready to connect★ 148
- View details
tree-sittingSkillFiles & storage
Symbol-level navigation of a local checkout using tree-sitter ASTs. Answers where a symbol is defined, what lines it spans, which symbols a file exposes, what a directory holds, and where a name is referenced — every answer carries exact line ranges to feed straight into a scoped read. Use for "wher
Ready to connect★ 148
- View details
uploading-filesSkillFiles & storage
File-upload bridge for Claude Code on the Web. CCotw has no native file mount; this skill creates a throwaway GitHub branch the user can drop files onto via the github.com web UI, then fetches them locally on the next turn. Use when the user wants to upload, share, or send files into the session, or
Ready to connect★ 148
- View details
versioning-skillsSkillFiles & storage
REQUIRED for all skill development. Automatically version control every skill file modification for rollback/comparison. Use after init_skill.sh, after every str_replace/create_file, and before packaging.
Ready to connect★ 148
- View details
agent-memory-systemsSkillFiles & storage
Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - i
Ready to connect★ 147
- View details
artifactSkillFiles & storage
Build a standalone, single-file HTML page the user can open and use — a report, dashboard, data visualization, interactive tool or calculator, mockup, landing page, poster/one-pager, or small game — write it into the session workspace and hand back a link that renders it in Cebian's file preview. Us
Ready to connect★ 147
- View details
blogwatcher-cliSkillFiles & storage
Use when managing or interacting with favorite blogs via the BlogWatcher CLI—adding/removing blogs, scanning for new posts, listing articles, marking read/unread, or modifying related CLI behavior, scanning, storage, and tests.
Ready to connect★ 147
- View details
claude-code-commandsSkillFiles & storage
Expert in creating custom slash commands for Claude Code. Slash commands encode repeatable workflows as markdown files, turning complex multi-step processes into simple one-line invocations. Essential for team standardization, onboarding, and reducing cognitive load during development. Use when "cus
Ready to connect★ 147
- View details
code-cleanupSkillFiles & storage
Systematic code cleanup and refactoring agent that identifies and fixes code quality issues without changing functionality. Focuses on: - Dead code removal - Import organization - Type improvements - Consistent patterns - File organization Use when "User asks to "clean up" code, User mentions "dead
Ready to connect★ 147
- View details
i18n-namingSkillFiles & storage
Cebian project i18n key naming, placeholder, pluralization, file layout, and glossary conventions. MUST be used whenever adding, editing, refactoring, or reviewing any translation key in `locales/*.yml`, any `t(...)` call in source code, or any `__MSG_*__` placeholder in manifest. Also triggers when
Ready to connect★ 147
- View details
- View details
book.fix_rendered_pdfSkillFiles & storage
Make sure that the PDF rendered from a Typst file looks good
Ready to connect★ 145
- View details
book.renameSkillFiles & storage
Rename a file storing a book or paper into a standard format
Ready to connect★ 145
- View details
bookmark.addSkillFiles & storage
Find the research idea or blog file related to given links and add a TODO
Ready to connect★ 145
- View details
coding_qa.reviewSkillFiles & storage
Review Python files for bugs, suggest fixes, and provide test cases
Ready to connect★ 145
- View details
coding.annotate_with_todoaiSkillFiles & storage
Annotate file with TODOs based on the convention and rule violations
Ready to connect★ 145
- View details
coding.factor_common_codeSkillFiles & storage
Identify and refactor duplicated code blocks into shared functions across Python files
Ready to connect★ 145
- View details
coding.find_docSkillFiles & storage
Find documentation files for a given dir, file, class, or function and summarize in 3 bullet points
Ready to connect★ 145
- View details
coding.fix_commentsSkillFiles & storage
Update docstrings and comments in a Python file without changing logic
Ready to connect★ 145
- View details
coding.fix_from_importsSkillFiles & storage
Replace "from X import Y" style imports with "import X" and update usages throughout a file
Ready to connect★ 145
- View details
coding.fix_pyrightSkillFiles & storage
Run pyright on Python files and fix the reported lints
Ready to connect★ 145
- View details
coding.make_function_privateSkillFiles & storage
Identify private / public functions in a file and rename them with an underscore or not
Ready to connect★ 145
- View details
coding.renameSkillFiles & storage
Rename files, functions, and variables across a codebase and update all references
Ready to connect★ 145
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.