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: Dev tools

16,833 results · page 284 of 562

  • options-strategySkillDev tools

    Calculate and compare options strategies (sell put, covered call, LEAPS, naked call) for a given ticker. Usage - /options-strategy TICKER STRATEGY

    Ready to connect★ 139

    github.com/patricksudo/fadacai-portfolio139 stars

    View details
  • portfolio-reviewSkillDev tools

    Fetch live brokerage positions and generate a comprehensive portfolio report with sector allocation, P&L analysis, options summary, and risk assessment. Use when user asks for portfolio review.

    Ready to connect★ 139

    github.com/patricksudo/fadacai-portfolio139 stars

    View details
  • stock-analysisSkillDev tools

    Analyze a stock ticker with fundamentals, technicals, analyst ratings, and investment thesis. Usage - /stock-analysis TICKER or /stock-analysis TICKER1 TICKER2 for comparison.

    Ready to connect★ 139

    github.com/patricksudo/fadacai-portfolio139 stars

    View details
  • trade-reviewSkillDev tools

    Bi-weekly trade review: attribute each trade to either "system decision" or "your own decision", compute benchmark-adjusted α, validate shadow signals, update the rule hit-rate ledger, and output "which rule to change this period". Usage - /trade-review [2w|4w|since YYYY-MM-DD]

    Ready to connect★ 139

    github.com/patricksudo/fadacai-portfolio139 stars

    View details
  • xs-code-reviewerSkillDev tools

    A skill for reviewing PRs with multiple AIs (self/Codex/Grok/Cursor, etc.). Fetches GitHub PR diffs and provides a review integrating each AI's perspective. Posting to GitHub only happens after explicit user approval. Triggered by "review this PR", "code review", or "check PR#123".

    Ready to connect★ 139

    github.com/karaage0703/ai-assistant-workspace139 stars

    View details
  • xs-skill-creatorSkillDev tools

    A skill for creating and improving skills. Efficiently creates consistent skills using patterns and templates extracted from analysis of existing skills. Use when you want to create a skill, add a new skill, improve a skill, or write a SKILL.md.

    Ready to connect★ 139

    github.com/karaage0703/ai-assistant-workspace139 stars

    View details
  • xs-tech-news-curationSkillDev tools

    A skill that fetches and presents the latest AI and tech news from RSS feeds. Triggered by phrases like "テックニュース", "最新のニュース教えて", or "技術ニュースまとめて".

    Ready to connect★ 139

    github.com/karaage0703/ai-assistant-workspace139 stars

    View details
  • creativity-engineSkillDev tools

    Use when a defined problem needs diverse ideas, cross-domain combinations, and cheap experiments instead of a single untested answer.

    Ready to connect★ 138

    github.com/mark393295827/third-brain-v7-skills138 stars

    View details
  • graph-engineeringSkillDev tools

    Use when a workflow has explicit data dependencies, independently executable branches, typed joins, or node-local recovery needs that justify a bounded static dependency graph.

    Ready to connect★ 138

    github.com/mark393295827/third-brain-v7-skills138 stars

    View details
  • jooq-best-practicesSkillDev tools

    Comprehensive jOOQ DSL best practices for Kotlin/Java. Use when writing jOOQ queries, mapping results, handling transactions, or designing repository layers.

    Ready to connect★ 138

    github.com/jvm-skills/jvm-skills138 stars

    View details
  • kotestSkillDev tools

    Write a new Kotlin test, or modernize an existing one, using Kotest matchers and idiomatic Kotlin test style — backticked names, apply/assertSoftly blocks, and existing object mothers and helpers. Use when adding a test for behavior that does not yet have one, or when improving a Kotlin test that st

    Ready to connect★ 138

    github.com/jvm-skills/jvm-skills138 stars

    View details
  • link-curator-dashboardSkillDev tools

    Maintain and debug the link-curator web dashboard (port 8090). Separate process from the official Hermes dashboard.

    Ready to connect★ 138

    github.com/dodo-reach/hermes-link-curator138 stars

    View details
  • ralph-coverageSkillDev tools

    Run Ralph in coverage mode — iteratively write tests for untested classes until coverage targets are met. Use when user wants to improve test coverage autonomously.

    Ready to connect★ 138

    github.com/jvm-skills/jvm-skills138 stars

    View details
  • rebase-commitSkillDev tools

    Rebase all non-pushed commits and uncommitted changes into clean logical feature commits.

    Ready to connect★ 138

    github.com/jvm-skills/jvm-skills138 stars

    View details
  • session-learnSkillDev tools

    Use when a completed work session should yield durable concepts, corrections, decisions, reusable patterns, and a traceable next action.

    Ready to connect★ 138

    github.com/mark393295827/third-brain-v7-skills138 stars

    View details
  • startup-evaluationSkillDev tools

    Use when a startup needs an evidence-weighted health check, investor lens, runway diagnosis, top constraint, or cheapest next validation test.

    Ready to connect★ 138

    github.com/mark393295827/third-brain-v7-skills138 stars

    View details
  • stop-slopSkillDev tools

    Remove AI writing patterns from prose. Use when drafting, editing, or reviewing text to eliminate predictable AI tells.

    Ready to connect★ 138

    github.com/jvm-skills/jvm-skills138 stars

    View details
  • voiceSkillDev tools

    Make prose sound like Thomas, not like a generic technical writer. Use whenever drafting, editing, or reviewing any blog post, page, or bio for tschuehly.de — even a small edit. Loads an empirical voice profile extracted from real pre-AI-era posts.

    Ready to connect★ 138

    github.com/jvm-skills/jvm-skills138 stars

    View details
  • workflow-auditSkillDev tools

    Use when manual work, prior sessions, or an operator interview must be audited for repeatable skill, automation, or bounded-loop candidates.

    Ready to connect★ 138

    github.com/mark393295827/third-brain-v7-skills138 stars

    View details
  • bug-fix-protocolSkillDev tools

    8-step disciplined bug-fix protocol that treats every production bug as two failures — the code defect itself and the testing system that allowed it through. Use when fixing a production bug, investigating a regression, writing a post-mortem, or auditing a missed defect. Triggers on "fix this bug",

    Ready to connect★ 137

    github.com/codealive-ai/ai-driven-development137 stars

    View details
  • canvas-apps-ui-genSkillDev tools

    Generates paste-ready Power Apps Canvas App YAML. Invoke when the user wants to replicate a UI mockup, improve an existing Canvas app screen, or build a new screen from a text description. Also invoke when the user asks to "improve", "redesign", or "generate YAML" for a Canvas app screen.

    Ready to connect★ 137

    github.com/toluvictor/canvas-apps-tools137 stars

    View details
  • fpf-problem-solvingSkillDev tools

    Use First Principles Framework (FPF) to solve problems, architect systems, evaluate alternatives, decompose complexity, classify problems, define quality, recover methods from work evidence, steer or recovery-test work, screen mandatory workflow steps, discover consequence-bearing systems, compare c

    Ready to connect★ 137

    github.com/codealive-ai/ai-driven-development137 stars

    View details
  • installing-cli-toolsSkillDev tools

    Install, upgrade, configure, and verify developer CLI tools safely. Use when a user asks to install a new CLI, command-line app, SDK tool, package-manager binary, GitHub release binary, language runtime tool, or AI/vendor CLI; configure shell PATH/completions; run first login; set API keys, tokens,

    Ready to connect★ 137

    github.com/codealive-ai/ai-driven-development137 stars

    View details
  • repo-activity-summarySkillDev tools

    Summarize a repository's recent engineering activity from git history — technologies, work types, churn hotspots, contributor patterns, and velocity. Use when asking "what has this repo been working on", "is this project active", "who contributes what", "where are the hotspots", or before onboarding

    Ready to connect★ 137

    github.com/codealive-ai/ai-driven-development137 stars

    View details
  • windows-qa-engineerSkillDev tools

    Use when testing Windows 11 desktop apps (WinForms/WPF/UWP) via UFO UIA/Win32 automation MCP. Triggers on "test this Windows app", "QA the app", "run smoke test", "click the button", "fill the form", "check the UI", "Windows automation", "UFO QA", "verify the dialog", or any Windows desktop UI testi

    Ready to connect★ 137

    github.com/codealive-ai/ai-driven-development137 stars

    View details
  • new-commandSkillDev tools

    Scaffold a new Cobra CLI command following the project's patterns.

    Ready to connect★ 136

    github.com/flowexec/flow136 stars

    View details
  • nxvSkillDev tools

    Find any version of any Nix package across nixpkgs git history using the nxv CLI or HTTP API. Use when asked which nixpkgs commit shipped a specific package version (e.g. "python 2.7", "nodejs 15", "ruby 2.6"), when looking up package metadata/license/homepage, when generating a `nix shell nixpkgs/<

    Ready to connect★ 135

    github.com/utensils/nxv136 stars

    View details
  • source-command-releaseSkillDev tools

    Review and merge the release-plz release PR with explicit user confirmation

    Ready to connect★ 135

    github.com/utensils/nxv136 stars

    View details
  • architect-analyzeSkillDev tools

    Analyze architecture for consistency between ADRs and AD, completeness, and quality issues. Use when validating generated or refined architecture artifacts, before feature development, during architecture review, or periodically to detect drift.

    Ready to connect★ 135

    github.com/tikalk/adlc-team-skills135 stars

    View details
  • architect-clarifySkillDev tools

    Refine and validate system-level ADRs through targeted clarification questions. Use when ADRs need review, gaps need filling, or ADR status must be approved before architecture generation.

    Ready to connect★ 135

    github.com/tikalk/adlc-team-skills135 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