ahel is live on Product Hunt today. Upvote

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,321 results · page 92 of 145

  • ios-animation-code-reviewSkillFiles & storage

    Reviews iOS animation code for correctness, performance, accessibility, and Apple API best practices. Use when reviewing .swift files containing animation code — withAnimation, .animation(), PhaseAnimator, KeyframeAnimator, matchedGeometryEffect, navigationTransition, CABasicAnimation, CASpringAnima

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • production-excellenceSkillFiles & storage

    Build cross-domain production evidence from readiness, migration, recovery, capacity/cost, and incident learning into launch or operational decisions. Do not use this skill for a single specialist's risk packet and launch gate; use `production-readiness` for that readiness review.

    Ready to connect★ 82

    github.com/magnus919/agent-skills82 stars

    View details
  • production-readinessSkillFiles & storage

    Define risk-scaled evidence packets and go/no-go/defer/exception launch gates with accountable owners. Do not use this skill for cross-domain production composition; use `production-excellence` for assembling migration, recovery, capacity, and incident evidence.

    Ready to connect★ 82

    github.com/magnus919/agent-skills82 stars

    View details
  • pytest-code-reviewSkillFiles & storage

    Reviews pytest test code for async patterns, fixtures, parametrize, and mocking. Use when reviewing test_*.py files, checking async test functions, fixture usage, or mock patterns.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • python-code-reviewSkillFiles & storage

    Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • remix-v2-formsSkillFiles & storage

    Remix v2 form submissions and mutations. Use when implementing forms, optimistic UI, file uploads, or multi-action routes. Triggers on <Form>, useFetcher, useSubmit, useNavigation for pending state, unstable_parseMultipartFormData, fetcher.formData, intent-based actions, encType multipart.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • remix-v2-meta-sessionsSkillFiles & storage

    Remix v2 meta/SEO, sessions, auth, and CSRF. Use when working with document head, cookie sessions, auth gates, or CSRF protection. Triggers on meta export (v2 array shape), links export, createCookieSessionStorage, commitSession, destroySession, requireUserId, remix-utils/csrf, remix-auth.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • remix-v2-routingSkillFiles & storage

    Remix v2 routing patterns. Use when implementing flat-routes v2 conventions, route file naming, nested layouts, resource routes, or root.tsx scaffolding. Triggers on _<name>.tsx (pathless layout), _index.tsx, $param, app/routes/, @remix-run/dev, defineRoutes, <Outlet /> in route modules.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • remix-v2-routing-reviewSkillFiles & storage

    Reviews Remix v2 route files for naming convention violations, missing layouts, resource-route shape, and v1 holdovers. Use when reviewing files under app/routes/ in a Remix v2 codebase.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • resticSkillFiles & storage

    Install, configure, operate, secure, automate, tune, troubleshoot, and recover restic backups across local, SFTP, S3-compatible, cloud, and REST backends. Use when creating or managing a restic repository, designing backup or retention policy, validating restores, handling repository health or locks

    Ready to connect★ 82

    github.com/magnus919/agent-skills82 stars

    View details
  • review-goSkillFiles & storage

    Comprehensive Go backend code review with optional parallel review areas. Use when reviewing changed Go files; detects BubbleTea, Wish SSH, and Prometheus and loads the matching review skills.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • review-llm-artifactsSkillFiles & storage

    Detects common LLM coding agent artifacts across four categories (tests, dead code, abstraction, style) over the project or changed files — using parallel subagents when the agent supports them, otherwise four sequential passes. Scans files changed since main by default; use --all for full-project s

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • review-rustSkillFiles & storage

    Comprehensive Rust code review that fans out across detected technology areas, running them in parallel when the agent supports subagents and sequentially otherwise. Use for pre-push or pre-PR review of .rs files.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • review-skillSkillFiles & storage

    Reviews PRs that add or modify Agent Skills, checking structural validity, design quality, and marketplace consistency. Use when reviewing skill file changes, auditing SKILL.md quality, or running automated skill PR reviews.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • review-structureSkillFiles & storage

    Repo-wide structural-maintainability review — code-judo restructurings, 1k-line file guard, anti-spaghetti branching, canonical-layer enforcement, anti-magic abstractions, explicit type/boundary contracts.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • rust-code-reviewSkillFiles & storage

    Reviews Rust code for ownership, borrowing, lifetime, error handling, trait design, unsafe usage, and common mistakes. Use when reviewing .rs files, checking borrow checker issues, error handling patterns, or trait implementations. Covers Rust 2024 edition patterns and modern idioms.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • semantic-spacetimeSkillFiles & storage

    Model and analyze Semantic Spacetime (SST) graphs, distances, trajectories, drift, and model files. Do not use this skill for promise-theory vocabulary and fundamentals without SST modeling; use `promise-theory` for the substrate concepts.

    Ready to connect★ 82

    github.com/magnus919/agent-skills82 stars

    View details
  • skill-builderSkillFiles & storage

    Create Agent Skills with best practices, structure, validation, and testing. Use when designing or refining skills, prompts, references, or supporting files.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • swift-code-reviewSkillFiles & storage

    Reviews Swift code for concurrency safety, error handling, memory management, and common mistakes. Use when reviewing .swift files for async/await patterns, actor isolation, Sendable conformance, or general Swift best practices.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • swift-testing-code-reviewSkillFiles & storage

    Reviews Swift Testing code for proper use of #expect/#require, parameterized tests, async testing, and organization. Use when reviewing .swift files with import Testing, @Test, #expect, @Suite, or confirmation patterns.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • swiftdata-code-reviewSkillFiles & storage

    Reviews SwiftData code for model design, queries, concurrency, and migrations. Use when reviewing .swift files with import SwiftData, @Model, @Query, @ModelActor, or VersionedSchema.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • swiftui-code-reviewSkillFiles & storage

    Reviews SwiftUI code for view composition, state management, performance, and accessibility. Use when reviewing .swift files containing SwiftUI views, property wrappers (@State, @Binding, @Observable), or UI code.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • terraformSkillFiles & storage

    Operate Terraform and OpenTofu across the whole infrastructure lifecycle: module structure, state backends and locking, plan/apply workflow, drift detection, remote state, upgrade and refactor flows, and evidence-based diagnostics. Use when running or inspecting terraform plans, applies, state files

    Ready to connect★ 82

    github.com/magnus919/agent-skills82 stars

    View details
  • zustand-stateSkillFiles & storage

    Zustand state management for React and vanilla JavaScript. Use when creating stores, using selectors, persisting state to localStorage, integrating devtools, or managing global state without Redux complexity. Triggers on zustand, create(), createStore, useStore, persist, devtools, immer middleware.

    Ready to connect★ 82

    github.com/existential-birds/beagle82 stars

    View details
  • agent-templateSkillFiles & storage

    Generate custom agent from template. Use when creating a new subagent from scratch, or scaffolding an agent file with correct frontmatter.

    Ready to connect★ 81

    github.com/claude-world/director-mode-lite81 stars

    View details
  • bddSkillFiles & storage

    Takes the interface feature files and dsl.md already produced after /dsl-refine, and advances BDD/TDD implementation within a single user-specified interface feature file or its explicitly designated sections, using the red, green, and refactor entry points. It does not generate feature files; if sp

    Ready to connect★ 81

    github.com/waterball-software-academy/aixbdd78 stars

    View details
  • changelog-observerSkillFiles & storage

    Track development session events in a daily markdown changelog, including file changes, test results, and key decisions.

    Ready to connect★ 81

    github.com/claude-world/director-mode-lite81 stars

    View details
  • constitutionSkillFiles & storage

    Build or modify a modular constitution in a minimal, incrementally extensible way based on user needs. First locate the constitution file to change, then conduct interviews, converge, and write only to the necessary root constitution, shared rules, or skill-specific artifact rules. Use when the user

    Ready to connect★ 81

    github.com/waterball-software-academy/aixbdd78 stars

    View details
  • dsl-refineSkillFiles & storage

    Truth owner skill. Takes the plan package's acceptance Gherkin and system-analysis artifacts, breaks business Journeys into interface-level executable feature files and DSL, and updates `specs/truth/features/backend/**` and `specs/truth/features/frontend/**`. When done, delegates to `/truth-delta` t

    Ready to connect★ 81

    github.com/waterball-software-academy/aixbdd78 stars

    View details
  • focus-problemSkillFiles & storage

    Deeply scope a problem before coding: parallel Explore agents map related files, similar implementations, and test patterns, producing a problem definition, boundaries, and minimal implementation plan. Use when planning a feature, investigating a bug, or entering an unfamiliar codebase area.

    Ready to connect★ 81

    github.com/claude-world/director-mode-lite81 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.

53,585 of the 54,017 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