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,278 results · page 39 of 143

  • product-marketing-context-globalSkillFiles & storage

    Use when starting work on a new product, client, or market — this skill creates the file `.agents/product-marketing-context-global.md` that 60+ other global skills read before they write anything: product, ICP, positioning, proof, objections, brand voice, pricing, and KPIs, with a region variant for

    Ready to connect★ 574

    github.com/minhnv0807/ai-business-skills574 stars

    View details
  • update-llms-textSkillFiles & storage

    Update and maintain the llms.txt file. Use when the user wants to add sections, add links, correct information, or review the llms.txt file.

    Ready to connect★ 568

    github.com/cfug/flutter.cn568 stars

    View details
  • researchSkillFiles & storage

    Delegate noisy investigation to one or more subagents so the orchestrator's context stays clean, then work from the distilled answer. Use this skill whenever answering a question would require reading many files, long logs, large diffs, or wide codebase surveys — i.e. when producing the answer gener

    Ready to connect★ 567

    github.com/warpdotdev/common-skills519 stars

    View details
  • resolve-merge-conflictsSkillFiles & storage

    Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files into context. Use when a merge, rebase, cherry-pick, or stash pop stops on conflicts, when `git status` shows unmerged paths, or when files contain conflict markers.

    Ready to connect★ 567

    github.com/warpdotdev/common-skills519 stars

    View details
  • update-skillSkillFiles & storage

    Create or update skills by generating, editing, or refining SKILL.md files in this repository. Use when authoring new skills or revising the structure, frontmatter, or guidance for existing ones.

    Ready to connect★ 567

    github.com/warpdotdev/common-skills519 stars

    View details
  • android-agp-upgradeSkillFiles & storage

    Upgrade an Android project to Android Gradle Plugin (AGP) 9. Use when migrating to AGP 9, updating Gradle build files, migrating to built-in Kotlin, or adopting the new AGP DSL.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • android-legacy-securitySkillFiles & storage

    Harden Intent handling, WebView configuration, and FileProvider access in Android apps. Use when securing Intent extras, configuring WebViews, or exposing files via FileProvider; defer manifest export flags and generic Bundle typing to focused Android security guidance.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • android-persistenceSkillFiles & storage

    Implement Room schemas and DataStore preferences with proper async patterns in Android. Use when the primary task is storage schema, DAO, migration, or preference isolation; defer auth-token/security storage, any CoroutineWorker/WorkManager task, Hilt graph wiring, and cache-policy design.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • android-securitySkillFiles & storage

    Secure Android data at rest and authentication secrets. Use for auth tokens, encrypted storage, and app-data isolation; defer WebView/Intent/FileProvider to android-legacy-security and TLS/certificate pinning to android-networking.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • angular-style-guideSkillFiles & storage

    Naming conventions, file structure, and coding standards for Angular projects. Use for Angular-specific naming and organization; defer language-only TypeScript naming questions.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • common-architecture-diagrammingSkillFiles & storage

    Standards for creating clear, audience-appropriate C4 and UML architecture diagrams with Mermaid. Use when producing system context diagrams, container views, sequence diagrams, ERDs, or updating ARCHITECTURE.md files; defer design-session deliverables to system-design-diagramming.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • common-feedback-reporterSkillFiles & storage

    Pre-write audit for skill violations: checks planned code against loaded skill anti-patterns before any file write. Use when writing Flutter/Dart/TS code or editing SKILL.md files with active project skills. Load as composite; on auto-fixed violation, also load +common/common-learning-log.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • common-workflow-writingSkillFiles & storage

    Rules for writing concise, token-efficient workflow and skill files. Prevents over-building that requires costly optimization passes. Use when creating or editing workflow files, SKILL.md files, or new skill definitions.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • flutter-localizationSkillFiles & storage

    Add Flutter translation assets, locale initialization, localized strings, locale switching, and plurals with easy_localization and CSV or JSON files. Use for Flutter i18n work; not RTL-only layout or locale-specific date formatting.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • flutter-securitySkillFiles & storage

    Secure Flutter token/PII storage, build-time secrets, network trust, and release hardening using OWASP Mobile practices. Use for secure storage, secret injection, certificate pinning, jailbreak/root risk, or release builds—not generic form validation, API error handling, auth-provider setup, or test

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • golang-configurationSkillFiles & storage

    Load and validate application configuration from environment variables and config files. Use when managing Go application config with environment variables or viper.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • session-reportSkillFiles & storage

    Capture delivery evidence, commands, changed files, blockers, and standards feedback after a work session.

    Ready to connect★ 565

    github.com/hoangnguyen0403/agent-skills-standard559 stars

    View details
  • pm-brainstormSkillFiles & storage

    Analyze and decompose a product topic into a text-only proposal for the repository's .pm board. Use when the user wants to pressure-test scope, size milestones, identify dependencies, or prepare exact PM board commands without writing board files.

    Ready to connect★ 557

    github.com/bex-co/bex420 stars

    View details
  • qa-find-bugsSkillFiles & storage

    Drive the live product at https://dashboard.bex.co as a signed-in QA user (QA_EMAIL / QA_PASSWORD from .env), hunt real bugs across the hosting features, research each fix down to file:line, file the non-duplicate findings to the w6 board through /pm, and /ship the scheduled milestone. Use when the

    Ready to connect★ 557

    github.com/bex-co/bex420 stars

    View details
  • qa-find-bugs-cliSkillFiles & storage

    Hunt live hosting bugs through the bex CLI against the pinned Render CLI contract, trace failures into server compatibility or the Bex launcher, and file researched, non-duplicate fixes through /pm. Use when asked to QA the CLI or find hosting bugs from terminal journeys. Ships the filing only when

    Ready to connect★ 557

    github.com/bex-co/bex420 stars

    View details
  • shared/tech-stack-detectionSkillFiles & storage

    A general method for detecting a project's tech stack by analyzing config files to identify languages, frameworks, and toolchains.

    Ready to connect★ 555

    github.com/echovic/boss-skill553 stars

    View details
  • briefSkillFiles & storage

    Interactive briefing of a plan file — explains reasoning, schema decisions, component choices. Use when developers need to understand a plan before approving.

    Ready to connect★ 543

    github.com/oliver-kriska/claude-elixir-phoenix546 stars

    View details
  • freezeSkillFiles & storage

    Scope or freeze which files Claude can edit during debugging, a refactor, or review. Use when edits should stay in specific dirs, or for a read-only investigate lock. Backed by a sentinel + PreToolUse hook.

    Ready to connect★ 543

    github.com/oliver-kriska/claude-elixir-phoenix546 stars

    View details
  • phx-briefSkillFiles & storage

    Interactive briefing of a plan file — explains reasoning, schema decisions,

    Ready to connect★ 543

    github.com/oliver-kriska/claude-elixir-phoenix546 stars

    View details
  • plugin-dev-workflowSkillFiles & storage

    Guide plugin development workflow — editing skills, agents, hooks, or eval framework in this repo. Use when modifying files in plugins/elixir-phoenix/, lab/eval/, or lab/autoresearch/. Ensures changes pass eval, lint, and tests before committing.

    Ready to connect★ 543

    github.com/oliver-kriska/claude-elixir-phoenix546 stars

    View details
  • quickSkillFiles & storage

    Implement small Phoenix changes without planning — add validations, update routes, fix components, create migrations. Use for single-file edits under 50 lines.

    Ready to connect★ 543

    github.com/oliver-kriska/claude-elixir-phoenix546 stars

    View details
  • tasksSkillFiles & storage

    Convert a PRD markdown file to prd.json for execution. Triggers on: convert prd, create tasks, prd to json, generate tasks from prd.

    Ready to connect★ 542

    github.com/snarktank/compound-product541 stars

    View details
  • Command DevelopmentSkillFiles & storage

    This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs gu

    Ready to connect★ 536

    github.com/tzachbon/smart-ralph536 stars

    View details
  • Plugin SettingsSkillFiles & storage

    This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin

    Ready to connect★ 536

    github.com/tzachbon/smart-ralph536 stars

    View details
  • create-commandSkillFiles & storage

    Create a new slash command for Claude Code. Guides the user through defining the command name, what it does, and generates the markdown file in .claude/commands/. Use when the user says 'create a command', 'new command', 'add a slash command', 'I want a shortcut for', or wants to create a reusable s

    Ready to connect★ 533

    github.com/evolution-foundation/evo-nexus529 stars

    View details

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.

52,524 of the 52,958 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.

See how to connect your AI