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: Docs & knowledge

4,535 results · page 42 of 152

  • common-operator-profileSkillDocs & knowledge

    Infer the requesting operator's technical fluency from message content (never ask directly) and adapt register — business, hybrid, or technical — across SDLC workflow output. Use when starting sdlc, brainstorm-feature, plan-feature, verify-work, publish-notes, or session-report, or whenever a reques

    Ready to connect★ 565

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

    View details
  • common-performance-engineeringSkillDocs & knowledge

    Enforce universal standards for high-performance development. Use when profiling bottlenecks, reducing latency, fixing memory leaks, improving throughput, or optimizing algorithm complexity in any language.

    Ready to connect★ 565

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

    View details
  • common-store-changelogSkillDocs & knowledge

    Generate user-facing release notes for the App Store and Google Play from git history (App Store <=4000 chars, Google Play <=500). Use when generating release notes, app store changelog, play store release, or \"what's new\" text for a mobile app.

    Ready to connect★ 565

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

    View details
  • flutter-go-router-navigationSkillDocs & knowledge

    Implement typed routes, redirection, and guards using go_router in Flutter. Use when changing go_router navigation; defer widget tests that merely assert redirect behavior and defer slide/transition animation work.

    Ready to connect★ 565

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

    View details
  • flutter-performanceSkillDocs & knowledge

    Optimize Flutter widget rebuilds, memory usage, rendering, and scrolling performance. Use when diagnosing jank, reducing rebuilds, or improving list performance—not performance tests, monitoring setup, or API optimization.

    Ready to connect★ 565

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

    View details
  • publish-notesSkillDocs & knowledge

    Draft user-facing release notes, store changelogs, and internal publish summaries.

    Ready to connect★ 565

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

    View details
  • retro-learnSkillDocs & knowledge

    Convert delivery findings into skill, eval, workflow, and documentation improvements.

    Ready to connect★ 565

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

    View details
  • review-system-designSkillDocs & knowledge

    Review a system design someone else provided - screenshot, drawio, Mermaid, slides, doc, or IaC - by extracting it into a confirmed fact sheet, then scoring it on the nine axes.

    Ready to connect★ 565

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

    View details
  • mermaidSkillDocs & knowledge

    Create concise, syntax-verified Mermaid architecture diagrams. Use when the user asks to diagram a repository component, document, system, dependency flow, or supplied description in Mermaid.

    Ready to connect★ 561

    github.com/bex-co/bex420 stars

    View details
  • routine-flag-inlinerSkillDocs & knowledge

    Removes gates for fully-shipped features — stale growthbook-shaped dashboard flags and always-on backend config booleans — by inlining the enabled branch and deleting flag machinery when the last flag goes; subset/beta-targeted flags are out of scope and skipped with a note. Use when the user asks t

    Ready to connect★ 561

    github.com/bex-co/bex420 stars

    View details
  • smart-illustratorSkillDocs & knowledge

    Smart illustration and PPT infographic generator. Supports three modes: (1) Article illustration mode - analyzes article content and generates illustrations; (2) PPT/Slides mode - generates infographics in batch; (3) Cover mode - generates cover images. All modes generate images by default; `--promp

    Ready to connect★ 557

    github.com/axtonliu/smart-illustrator557 stars

    View details
  • adversarial-specSkillDocs & knowledge

    Iteratively refine a product spec by debating with multiple LLMs (GPT, Gemini, Grok, etc.) until all models agree. Use when user wants to write or refine a specification document using adversarial development.

    Ready to connect★ 556

    github.com/zscole/adversarial-spec556 stars

    View details
  • pm/prd-writingSkillDocs & knowledge

    Standard format and content requirements for Product Requirements Documents (PRD), ensuring complete, clear, and actionable product documentation output

    Ready to connect★ 556

    github.com/echovic/boss-skill553 stars

    View details
  • assigns-auditSkillDocs & knowledge

    Inspect LiveView socket assigns for memory bloat — missing temporary_assigns, unused assigns, unbounded lists needing streams, memory estimates. Use when LiveView memory grows or you need to add temporary_assigns.

    Ready to connect★ 551

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

    View details
  • compound-docsSkillDocs & knowledge

    Searchable Elixir/Phoenix/Ecto solution documentation system with YAML

    Ready to connect★ 551

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

    View details
  • docs-checkSkillDocs & knowledge

    CONTRIBUTOR TOOL - Validate plugin against latest Claude Code documentation. Catches breaking changes, deprecations, discovers new features. Run before releases or periodically. NOT part of the distributed plugin.

    Ready to connect★ 551

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

    View details
  • documentSkillDocs & knowledge

    Generate @moduledoc/@doc for tested Elixir features; may update their README section or ADR. Not for docs lookup, documentation audits/reviews, or capturing standalone decisions.

    Ready to connect★ 551

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

    View details
  • help-docsSkillDocs & knowledge

    Discover help documentation work from operately git history. Use when the user asks to audit what needs documenting since a release, tag, or SHA, or to identify documentation gaps from code changes. Requires a baseline SHA or tag as input.

    Ready to connect★ 551

    github.com/operately/operately547 stars

    View details
  • hexdocs-fetcherSkillDocs & knowledge

    Fetch HexDocs for Elixir libraries with HTML-to-markdown conversion.

    Ready to connect★ 551

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

    View details
  • learn-from-fixSkillDocs & knowledge

    Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

    Ready to connect★ 551

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

    View details
  • lv-assignsSkillDocs & knowledge

    Inspect LiveView socket assigns for memory bloat — missing temporary_assigns,

    Ready to connect★ 551

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

    View details
  • perfSkillDocs & knowledge

    Analyze Elixir/Phoenix performance — N+1 queries, assign bloat, ecto optimization, genserver bottlenecks. Use when slowness, timeouts, or high memory reported.

    Ready to connect★ 551

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

    View details
  • phx-documentSkillDocs & knowledge

    Generate @moduledoc/@doc for tested Elixir features; may update their

    Ready to connect★ 551

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

    View details
  • session-trendsSkillDocs & knowledge

    Analyze trends across session metrics. Computes windowed aggregates, deltas, and compares against MEMORY.md findings. Use periodically for progress tracking.

    Ready to connect★ 551

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

    View details
  • video-shotsSkillDocs & knowledge

    拉片:把一条成片拆成逐镜头的分析表——每个镜头的时长、景别、类别、运镜、画面。 分工刻在骨子里:**能量的都由代码量**(切点来自 ffmpeg 场景检测,时长是切点相减, 运动量是逐帧差分的中位数),模型只判断它真正该判断的四件事(景别 / 类别 / 运镜 / 画面), 然后每一条判断都被代码当场对账——**声称推拉摇移却实测几乎不动,门直接拦**。 看片走联系表(每镜起手帧 + 收尾帧各拼一张大图,一屏二十几个镜头,a/b 对照就是运镜), 不是一张张翻。检测漏刀多刀用 recut 补刀并刀,自动重编号重算时长,手改边界过不了门。 产出 shots.json + Markdown 镜头表

    Ready to connect★ 198

    github.com/eternityspring/reelbench-skills551 stars

    View details
  • Learn DecomposeSkillDocs & knowledge

    Extract design patterns from code into specs and wiki

    ★ 550

    github.com/catlog22/maestro-flow434 stars

    View details
  • Learn FollowSkillDocs & knowledge

    Guided reading of code or wiki to extract patterns

    ★ 550

    github.com/catlog22/maestro-flow434 stars

    View details
  • Maestro BlueprintSkillDocs & knowledge

    Generate formal specification package (Product Brief, PRD, Architecture, Epics) through 6-phase document chain

    ★ 550

    github.com/catlog22/maestro-flow434 stars

    View details
  • Manage Codebase RebuildSkillDocs & knowledge

    Rebuild all codebase documentation from scratch

    ★ 550

    github.com/catlog22/maestro-flow434 stars

    View details
  • Manage HarvestSkillDocs & knowledge

    Extract knowledge from artifacts into wiki/spec/issues

    ★ 550

    github.com/catlog22/maestro-flow434 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,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.

See how to connect your AI