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.

Filter by category

54,680 results · page 559 of 1,823

  • omd:learnSkillMedia

    Lets your agent apply your saved style preferences into a DESIGN.md file so future work follows them.

    Ready to connect★ 510

    github.com/kwakseongjae/oh-my-design480 stars

    View details
  • omd:locale-adapterSkillMedia

    Lets your agent adapt Korean documents and UX copy into natural English, Japanese, or Chinese while preserving facts and commands.

    Ready to connect★ 510

    github.com/kwakseongjae/oh-my-design480 stars

    View details
  • omd:migrateSkillMedia

    Lets your agent safely migrate old brand references while blocking writes to retired sections.

    Ready to connect★ 510

    github.com/kwakseongjae/oh-my-design480 stars

    View details
  • omd:reference-captureSkillDocs & knowledge

    Lets your agent capture design details like colors, fonts, logos, and screenshots from a reference website.

    Ready to connect★ 510

    github.com/kwakseongjae/oh-my-design480 stars

    View details
  • omd:release-hygieneSkillDocs & knowledge

    Checks your code changes for leftover scratch files, synced docs, and npm deploy readiness before a release.

    Ready to connect★ 510

    github.com/kwakseongjae/oh-my-design480 stars

    View details
  • omd:syncSkillFiles & storage

    Lets your agent copy changes from your design doc into CLAUDE.md, AGENTS.md, and Cursor rules files.

    Ready to connect★ 510

    github.com/kwakseongjae/oh-my-design480 stars

    View details
  • omd:tasteSkillMedia

    Shows your learned design preferences in one view, sorted into reflected, pending, on hold, and unknown.

    Ready to connect★ 510

    github.com/kwakseongjae/oh-my-design480 stars

    View details
  • agents-md-improverSkillFiles & storage

    Lets your agent review and improve project-rules files like AGENTS.md and CLAUDE.md to keep instructions accurate.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • agents-md-reviseSkillFiles & storage

    Lets your agent save lessons learned in a session into the project rules file so future sessions remember them.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • ai-slopSkillMonitoring & ops

    Lets your agent review web pages and interfaces against a rubric that flags and fixes low-quality AI-generated design patterns.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • auditing-compose-performanceSkillDev tools

    Lets your agent run a step-by-step performance audit of a Jetpack Compose Android app, from measuring to fixing.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • avoiding-subcomposition-pitfallsSkillDev tools

    Helps your agent diagnose and fix slow Jetpack Compose layouts caused by SubcomposeLayout, BoxWithConstraints, or Scaffold.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • bun-runtimeSkillDocs & knowledge

    Lets your agent use Bun to run code, install packages, bundle projects, and run tests.

    Ready to connect★ 508

    github.com/spinspire/pocketbase-sveltekit-starter508 stars

    View details
  • choosing-derivedstateofSkillDev tools

    Helps your agent decide when Jetpack Compose derivedStateOf is worth using and when it is just overhead.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • code-architectSkillFiles & storage

    Lets your agent analyze your codebase and design a feature architecture with an implementation blueprint.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • code-explorerSkillMonitoring & ops

    Lets your agent analyze an existing codebase by tracing how a feature works, mapping its architecture, and documenting dependencies.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • code-reuseSkillDev tools

    Lets your agent find proven existing code to reuse instead of writing UI components, hooks, and app features from scratch.

    Ready to connect★ 508

    github.com/spinspire/pocketbase-sveltekit-starter508 stars

    View details
  • collecting-flows-safelySkillDev tools

    Guides your agent to migrate Compose UI code to lifecycle-aware flow collection and reduce wasted CPU and battery.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • configuring-lazy-prefetchSkillDev tools

    Helps your agent tune Jetpack Compose lazy-list prefetching with cache windows and pausable composition.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • configuring-r8-for-composeSkillDev tools

    Helps your agent configure R8 code shrinking correctly for a Jetpack Compose Android app.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • debugging-recompositionsSkillDev tools

    Lets your agent find which Jetpack Compose UI parts redraw too often and why, using Android Studio tools.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • deferring-state-readsSkillDev tools

    Guides your agent to write Jetpack Compose code that skips unnecessary recompositions by deferring state reads to layout or draw.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • diagnosing-compose-stabilitySkillFiles & storage

    Lets your agent diagnose Jetpack Compose stability issues by enabling and reading Compose Compiler Reports in Gradle builds.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • enforcing-stability-in-ciSkillDev tools

    Lets your agent set up a CI check that fails the build when Jetpack Compose stability regresses.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • generating-baseline-profilesSkillDev tools

    Lets your agent generate and measure Android Jetpack Compose baseline profiles to speed up app startup.

    Ready to connect★ 508

    github.com/skydoves/compose-performance-skills508 stars

    View details
  • hf-cloud-aws-context-discoverySkillCloud & infra

    Lets your agent look up the active AWS profile, region, account, and caller identity before doing AWS work.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • hf-cloud-python-env-setupSkillCloud & infra

    Lets your agent set up an isolated Python environment with boto3 for running AWS automation code.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • hf-cloud-sagemaker-deployment-plannerSkillCloud & infra

    Lets your agent plan how to deploy a machine learning model to Amazon SageMaker, choosing serving setup and inference type.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • hf-cloud-sagemaker-iam-preflightSkillAI & models

    Lets your agent check and pick the right SageMaker IAM role before it creates models or training jobs.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 stars

    View details
  • hf-cloud-sagemaker-production-defaultsSkillCloud & infra

    Lets your agent set up a production SageMaker model endpoint with autoscaling, monitoring alarms, and tags.

    Ready to connect★ 508

    github.com/waybarrios/opencode-power-pack490 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.

54,249 of the 54,680 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