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 38 of 149
- View details
agent-explorationSkillFiles & storage
Dispatches scoped-write explorer subagents in parallel — always through the current harness's native subagent facility — for multi-area research that must produce written artifacts: one seven-section analysis file per slice plus a parent-authored summary.
Ready to connect★ 617
- View details
agent-md-refactorSkillFiles & storage
Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.
Ready to connect★ 617
- View details
cloudflareSkillFiles & storage
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from C
Ready to connect★ 617
- View details
codeownershipSkillFiles & storage
Maintain CODEOWNERS file and team directories. Provides resolve-codeowners.js to annotate files with their owner team — useful to split a large PR by team. Use when working with "**/team-*/**" or splitting monolithic files.
Ready to connect★ 617
- View details
crafting-effective-readmesSkillFiles & storage
Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
Ready to connect★ 617
- View details
docs-update-or-createSkillFiles & storage
Guidelines that must be followed when creating or updating docs in this repo. Applies to AGENTS.md, README.md, **/docs/**/*.md, skill and sub-agent files.
Ready to connect★ 617
- View details
errorsSkillFiles & storage
How to define and check error classes in Ledger Live. Read when adding a new error, creating an errors.ts file, or checking an error's type.
Ready to connect★ 617
- View details
find-rulesSkillFiles & storage
Discover and understand project rules, coding standards, and architectural guidelines before starting a task. Use when you need to know the constraints, patterns, or compliance requirements for a feature, file, or technology.
Ready to connect★ 617
- View details
impl-peer-reviewSkillFiles & storage
Cross-LLM peer review of an implemented change (the diff) via `compozy exec`: an independent reviewer runtime pressure-tests the diff and writes one scoped Markdown findings artifact for user-directed remediation. Project-agnostic — any repo or language; auto-discovers project rule files and the ver
Ready to connect★ 617
- View details
ledger-wallet-cliSkillFiles & storage
Official Ledger wallet-cli - USB-based CLI for Ledger hardware wallet flows (account discover, receive, balances, operations, send, swap quote/execute/status, genuine-check, assets token / token-by-id) and the Ledger Key Ring (ring init/encrypt/decrypt/keys/destroy — LKRP-backed encryption of files
Ready to connect★ 617
- View details
mvvm-architectureSkillFiles & storage
Plan, review, and develop desktop and mobile app features following our MVVM architectural pattern. Applies to all new .ts and .tsx files within /apps/ledger-live-desktop or /apps/ledger-live-mobile
Ready to connect★ 617
- View details
next-best-practicesSkillFiles & storage
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Ready to connect★ 617
- View details
outside-to-issueSkillFiles & storage
Transform outside-of-diff review files into properly formatted issue files for a given PR. Use when converting review files from ai-docs/reviews-pr-<PR>/outside/ into issue format in ai-docs/reviews-pr-<PR>/issues/. Automatically determines starting issue number and preserves all metadata (file path
Ready to connect★ 617
- View details
package-public-apiSkillFiles & storage
A new-architecture package (shared/, domain/, features/) exposes its API through barrels that contain nothing but `export *`, and keeps its private code in an internals location. Read this when creating a package under shared/, domain/ or features/, when editing any `index.*` file, or when a `lint:s
Ready to connect★ 617
- View details
prefer-set-hasSkillFiles & storage
Prefer Set.has() over Array.includes() for constant allowlists/blocklists. Read this when reviewing or writing membership checks in TypeScript files.
Ready to connect★ 617
- View details
react-generalSkillFiles & storage
General React and React Native engineering rules for Ledger Live. Read when writing or reviewing any .ts/.tsx file.
Ready to connect★ 617
- View details
run-testsSkillFiles & storage
Run unit tests scoped to files changed in the current branch. Use when the user asks to run tests, validate changes, or before a PR.
Ready to connect★ 617
- View details
skill-best-practicesSkillFiles & storage
Authors and structures professional-grade agent skills following the agentskills.io spec. Use when creating new skill directories, drafting procedural instructions, or optimizing metadata for discoverability. Don't use for general documentation, non-agentic library code, or README files.
Ready to connect★ 617
- View details
skill-load-tipsSkillFiles & storage
Diagnoses and refactors existing SKILL.md files whose references or assets are ignored by agents. Applies Required Reading Routers, hard STOP directives, gist-tripwire trimming, and flat one-level reference structures so bundled context is loaded deliberately. Use when auditing or rewriting long ski
Ready to connect★ 617
- View details
writing-agents-mdSkillFiles & storage
Author lean AGENTS.md/CLAUDE.md instruction files — resident system-prompt context where every line pays rent. Use when writing an agent instruction file from scratch, auditing or trimming a bloated one, or gating whether a new rule earns residence and at which scope. Don't use for on-demand skills
Ready to connect★ 617
- View details
writing-skillsSkillFiles & storage
Author, refactor, and debug agent skills. Use when creating a new skill from scratch, pruning or restructuring a bloated SKILL.md, tightening a skill description's triggers, or diagnosing bundled references the agent ignores. Don't use for agent instruction files like CLAUDE.md or AGENTS.md (use wri
Ready to connect★ 617
- View details
markuplint-configureSkillFiles & storage
Add, remove, or adjust Markuplint rules for specific files or elements. Analyzes violations, proposes scope-appropriate configuration changes, and confirms with the user.
Ready to connect★ 614
- View details
migrate4-5SkillFiles & storage
Guides you through migrating markuplint configuration from v4 to v5. Detects current versions, reviews the migration guide, interactively confirms breaking changes and new rules with the user, updates config files and tests. For Claude Code.
Ready to connect★ 614
- View details
nw-command-design-patternsSkillFiles & storage
Best practices for command definition files - size targets, declarative template, anti-patterns, and canonical examples based on research evidence
Ready to connect★ 610
- View details
nw-command-optimization-workflowSkillFiles & storage
Step-by-step workflow for converting bloated command files to lean declarative definitions
Ready to connect★ 610
- View details
nw-hotspotSkillFiles & storage
Git change frequency hotspot analysis — find the most-changed files in your codebase
Ready to connect★ 610
- View details
nw-production-readinessSkillFiles & storage
Monitoring, observability, operational procedures, CI/CD lessons learned, and quality gate definitions. Load when assessing production readiness or validating operational excellence.
Ready to connect★ 610
- View details
nw-researchSkillFiles & storage
Gathers knowledge from web and files, cross-references across multiple sources, and produces cited research documents. Use when investigating technologies, patterns, or decisions that need evidence backing.
Ready to connect★ 610
- View details
swampSkillFiles & storage
Swamp CLI — create and run models, build and validate workflows, query and manage data, store and retrieve vault secrets, develop and publish extensions, initialize repos, run reports, file issues, and troubleshoot errors. Triggers on swamp commands (swamp model, swamp workflow, swamp vault, swamp d
Ready to connect★ 609
- View details
200-agents-mdSkillFiles & storage
Use when you need to generate an AGENTS.md file for a Java repository — covering project conventions, tech stack, file structure, commands, Git workflow, and contributor boundaries — through a modular, step-based interactive process that adapts to your specific project needs. This should trigger for
Ready to connect★ 607
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.