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 39 of 149
- View details
agent-builderSkillFiles & storage
Creates Claude Code agent files (.claude/agents/*.md) with YAML frontmatter, tool permissions, and system prompts. Use when building new agents, configuring agent frontmatter, writing agent system prompts, or setting agent tool permissions.
Ready to connect★ 607
- View details
agent-checkSkillFiles & storage
Use when mapping audit targets to appropriate config or domain agents. Analyzes file types, patterns, and content to determine which agents should audit each file/target. Returns agents[] needed for audit workflow.
Ready to connect★ 607
- View details
agent-command-authoringSkillFiles & storage
Create Claude Code slash commands and OpenCode command files that delegate to subagents. Use when creating new commands or refactoring existing ones to follow the delegation pattern.
Ready to connect★ 607
- View details
agent-customizationSkillFiles & storage
Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). Use for: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns
Ready to connect★ 607
- View details
agent-design-best-practicesSkillFiles & storage
Best practices for designing Claude Code agent files (.claude/agents/*.md). This skill should be used when writing or reviewing agent markdown files to ensure proper design with focused domains, correct tool access, reusable definitions, and separation of capabilities from lifecycle. Combines Anthro
Ready to connect★ 607
- View details
db-dump-cfSkillFiles & storage
Export a 1C configuration to a CF file. Use when you need to export a configuration to CF, save a configuration, or make a CF backup.
Ready to connect★ 601
- View details
db-dump-xmlSkillFiles & storage
Export a 1C configuration to XML files. Use when you need to dump a configuration to files, XML, sources, DumpConfigToFiles
Ready to connect★ 601
- View details
db-load-cfSkillFiles & storage
Loading a 1C configuration from a CF file. Use when you need to load a configuration from a CF or restore from a CF backup.
Ready to connect★ 601
- View details
db-load-xmlSkillFiles & storage
Loading a 1C configuration from XML files. Use when you need to load a configuration from files, XML, sources, LoadConfigFromFiles
Ready to connect★ 601
- View details
epf-buildSkillFiles & storage
Build a 1C external data processor (EPF/ERF) from XML sources. Use when the user asks to build or compile a data processor, or to get an EPF/ERF file from sources.
Ready to connect★ 601
- View details
epf-dumpSkillFiles & storage
Parse a 1C EPF processing file (EPF/ERF) into XML sources. Use when the user asks to parse or decompile a processing module, or extract sources from an EPF/ERF file.
Ready to connect★ 601
- View details
epf-initSkillFiles & storage
Create an empty 1C external data processor (scaffold XML source files). Use when you need to create a new external data processor from scratch
Ready to connect★ 601
- View details
erf-buildSkillFiles & storage
Build a 1C external report (ERF) from XML sources. Use when the user asks to build or compile a report, or to produce an ERF file from sources.
Ready to connect★ 601
- View details
erf-dumpSkillFiles & storage
Parse a 1C ERF report file into XML sources. Use when the user asks to parse or decompile a report, or to extract sources from an ERF file
Ready to connect★ 601
- View details
meta-infoSkillFiles & storage
Analyzes the structure of 1C metadata objects from an XML export — attributes, table parts, forms, register movements, types. Use it to study object structures (instead of reading XML files directly) and as a preparatory step when writing queries and code that works with objects.
Ready to connect★ 601
- View details
mxl-compileSkillFiles & storage
Compile a spreadsheet document (MXL) from a JSON definition. Use when you need to create a print form layout.
Ready to connect★ 601
- View details
mxl-decompileSkillFiles & storage
Decompiles a spreadsheet document (MXL) into a JSON definition. Use when you need an editable description of an existing template.
Ready to connect★ 601
- View details
mxl-infoSkillFiles & storage
Analyzes the structure of a spreadsheet document (MXL) template — areas, parameters, column sets. Use when developing printing features — to get template areas and the parameters to fill in
Ready to connect★ 601
- View details
mxl-validateSkillFiles & storage
Validate a spreadsheet document (MXL) layout. Use after creating or modifying a layout to check its correctness.
Ready to connect★ 601
- View details
qv-notice-generateSkillFiles & storage
Generate NOTICE files with third-party attributions for all packages in the monorepo.
Ready to connect★ 601
- View details
qv-qip-triageSkillFiles & storage
Use during planning, implementation, PR review, or /qv-qip-triage when a change may affect public SDK API, native dependency, plugin contract, model registry contract, runtime, transport, storage, release flow, deployment, security, NFR, or technical principles.
Ready to connect★ 601
- View details
customise-workflowSkillFiles & storage
Customise the prd-taskmaster plugin workflow via curated brainstorm questions. The AI asks, the user answers in plain English, and the skill writes their preferences to .atlas-ai/config/atlas.json. Future runs of prd-taskmaster read that file and apply user preferences to phase gates, validation str
Ready to connect★ 596
- View details
full-transcriptSkillFiles & storage
Exports all dialogue from every clip in a library into a single text file. One clip per block — filename, then its spoken words. Use when the user asks for a "full transcript", "full script", or wants all the dialogue from a library in one place.
Ready to connect★ 594
- View details
misc-taskSkillFiles & storage
Help a user handle a one-off production related task that doesn't match perfectly to an existing skill. Examples, pull a clip's audio, extract a frame, transcribe a stray recording, draft notes, create a spreadsheet, convert a file from one type to another, etc. Use when the request doesn't map to o
Ready to connect★ 594
- View details
agents-md-protocolSkillFiles & storage
Create or review an AGENTS.md file so coding agents get stable repo-local instructions: environment setup, testing, style, security boundaries, PR policy, and handoff rules. Use when a repo lacks durable agent guidance or when a custom harness needs a predictable context file.
Ready to connect★ 585
- View details
cavecrewSkillFiles & storage
Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2 file edit), or `cavecrew-reviewer` (diff review) instead of doing the work inline or using vanilla `Explore`. Subagent output is caveman-compre
Ready to connect★ 585
- View details
caveman-compressSkillFiles & storage
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress
Ready to connect★ 585
- View details
migrate-to-shoehornSkillFiles & storage
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
Ready to connect★ 585
- View details
writing-shapeSkillFiles & storage
Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a roug
Ready to connect★ 585
- View details
autoskillSkillFiles & storage
Manage personal local Agent Skill files as an installable skill manager. Proactively and periodically detect reusable user-specific, team-specific, or broadly reusable skill material during or after meaningful sessions; run non-blocking extraction checks; offer candidate skill titles or accept a use
Ready to connect★ 581
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.