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: Communication

1,651 results · page 35 of 56

  • agent-patternsSkillCommunication

    Format SPAWN REQUEST messages to launch parallel agents, generate structured agent status reports, and define communication protocols within the sprint system. Use when the user needs to coordinate multiple agents, format spawn requests, produce agent reports, or establish inter-agent communication

    Ready to connect★ 92

    github.com/aaaaqwq/agi-super-team92 stars

    View details
  • codex-merge-prSkillCommunication

    Squash merge a pull request. The commit message comes from this workflow rather than from GitHub, whose own version concatenates every commit on the branch into text no linter ever reads. A briefing script prints the published description, every commit the squash collapses, and the diffstat, then le

    Ready to connect★ 92

    github.com/tbhb/vale-ai-tells83 stars

    View details
  • codex-review-commit-messageSkillCommunication

    Independently review COMMIT_AGENTMSG against the staged diff for unsupported claims, diff restatement, provenance filler, form, and atomicity. The codex-commit skill delegates this review before every commit. Use only as a read-only reviewer.

    Ready to connect★ 92

    github.com/tbhb/vale-ai-tells83 stars

    View details
  • codex-review-squash-messageSkillCommunication

    Review the squash commit message drafted in SQUASH_AGENTMSG against every commit it collapses, as an independent agent. Its distinct question is coverage. One message has to stand for a whole stack of commits, and this review asks what the collapse lost. Findings also cover claims the commits don't

    Ready to connect★ 92

    github.com/tbhb/vale-ai-tells83 stars

    View details
  • review-commit-messageSkillCommunication

    Review a drafted commit message in COMMIT_AGENTMSG against the staged diff, as an independent agent, for the things mechanical linting can't see: claims the diff doesn't support, counting, provenance filler, restating the diff, subject mood and bounds, plain-text form, and whether the staged change

    Ready to connect★ 92

    github.com/tbhb/vale-ai-tells83 stars

    View details
  • review-squash-messageSkillCommunication

    Review the squash commit message drafted in SQUASH_AGENTMSG against every commit it collapses, as an independent agent. Its distinct question is coverage. One message has to stand for a whole stack of commits, and this review asks what the collapse lost. Findings also cover claims the commits don't

    Ready to connect★ 92

    github.com/tbhb/vale-ai-tells83 stars

    View details
  • git-syncSkillCommunication

    Keep the current branch rebased on its base branch and the worktree clean. Use at session start, after each commit, before opening or updating a PR, when a rebase conflicts, or when the user says "rebase", "sync", "am I up to date", "merge main".

    Ready to connect★ 91

    github.com/badsender-com/lepatron.email91 stars

    View details
  • magpie-release-announce-draftSkillCommunication

    Draft the `[ANNOUNCE]` email body and open (not merge) the site-bump PR for a promoted release of `<upstream>`. Reads release metadata from the planning issue and `<project-config>/release-management-config.md`; produces a ready-to-copy `[ANNOUNCE]` subject + body and proposes the site-bump PR. Neve

    Ready to connect★ 91

    github.com/apache/magpie91 stars

    View details
  • magpie-release-vote-draftSkillCommunication

    Draft the `[VOTE]` email body and planning-issue comment for an RC of `<upstream>`. Reads RC metadata from the planning issue and `<project-config>/release-management-config.md`; produces a ready-to-copy `[VOTE]` subject + body and a proposed planning-issue comment. Never sends mail and never posts

    Ready to connect★ 91

    github.com/apache/magpie91 stars

    View details
  • magpie-release-vote-tallySkillCommunication

    After the approval window closes, fetch the approval signal for an RC of `<upstream>`, classify each reply as +1 / 0 / -1 and binding or non-binding against the configured roster, produce the tally summary, and draft the `[RESULT] [VOTE]` email. Never sends mail and never applies a label without exp

    Ready to connect★ 91

    github.com/apache/magpie91 stars

    View details
  • magpie-security-issue-invalidateSkillCommunication

    Close an `<tracker>` tracking issue as invalid: apply the `invalid` label, remove the scope label, post a short closing comment, archive the item from the project board, and — for trackers imported from `<security-list>` — draft a polite-but-firm reply to the reporter on the original Gmail thread ex

    Ready to connect★ 91

    github.com/apache/magpie91 stars

    View details
  • magpie-security-issue-syncSkillCommunication

    Synchronize a security issue in <tracker> with the state of its GitHub discussion, the <security-list> mailing thread, and any <upstream> PRs that fix it. The skill gathers all relevant signals and proposes label / milestone / assignee / field / draft-email updates — applying only what the user has

    Ready to connect★ 91

    github.com/apache/magpie91 stars

    View details
  • magpie-setup-shared-config-syncSkillCommunication

    Commit + push the user's shared Claude config to the `~/.claude-config` private dotfile-style sync repo. Inspects for uncommitted local edits and unpushed commits, drafts a commit message, and after explicit approval commits and pushes. Runs `git pull --rebase` first if the local checkout is behind,

    Ready to connect★ 91

    github.com/apache/magpie91 stars

    View details
  • evo-erlang-ssh-cve-patchSkillCommunication

    Identifies and patches CVE-2025-32433 in Erlang/OTP SSH server source code by inserting an authentication-state check in ssh_connection.erl that rejects connection protocol messages (IDs >= 80) received before authentication is complete.

    Ready to connect★ 89

    github.com/openlair/openskill90 stars

    View details
  • messages-opsSkillCommunication

    Evidence-first live messaging workflow for ecc. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying, or prove which message source was actually checked.

    Ready to connect★ 90

    github.com/mturac/everything-openai-codex90 stars

    View details
  • ai-assist-git-commitSkillCommunication

    Stage and commit changes using the team's standard commit message format. Only invoke when the user explicitly types /ai-assist-git-commit. Never auto-trigger from general conversation about commits or git.

    Ready to connect★ 89

    github.com/jparkerweb/ai-assist-skills88 stars

    View details
  • aif-commitSkillCommunication

    Create conventional commit messages by analyzing staged changes. Generates semantic commit messages following the Conventional Commits specification. Use when user says "commit", "save changes", or "create commit".

    Ready to connect★ 89

    github.com/artemyurov/tomobar89 stars

    View details
  • aif-fixSkillCommunication

    Fix a specific bug or problem in the codebase. Supports two modes - immediate fix or plan-first. Without arguments executes existing FIX_PLAN.md. Always suggests test coverage and adds logging. Use when user says "fix bug", "debug this", "something is broken", or pastes an error message.

    Ready to connect★ 89

    github.com/artemyurov/tomobar89 stars

    View details
  • anti-lieSkillCommunication

    Use when audited OpenClaw conversations or outgoing Feishu/Slack/channel messages contain concrete business numbers such as revenue, percentages, stock prices, contract values, costs, market share, or funding and need evidence checks plus red/yellow/green audit stamps after sends.

    Ready to connect★ 89

    github.com/lc198707/anti-lie89 stars

    View details
  • commiterSkillCommunication

    Create git commits with emoji prefixes and conventional commit messages. Use when the user wants to commit changes, push code, or asks to use "just pm" command.

    Ready to connect★ 89

    github.com/databricks-solutions/apx89 stars

    View details
  • actonos-channels-devSkillCommunication

    Skill for developing messaging channel adapters via WASM Plugins and managing routing, session state, pairing codes, and accounts in internal/channels/.

    Ready to connect★ 88

    github.com/actonos/actonos88 stars

    View details
  • ck:copywritingSkillCommunication

    Conversion copywriting formulas, headline templates, email copy patterns, landing page structures, CTA optimization, and writing style extraction. Activate for writing high-converting copy, crafting headlines, email campaigns, landing pages, or applying custom writing styles from assets/writing-styl

    Ready to connect★ 88

    github.com/manhvann/codexkit88 stars

    View details
  • echoSkillCommunication

    Echo a message through the cli-tool adapter.

    Ready to connect★ 87

    github.com/runxhq/runx87 stars

    View details
  • find-nearbySkillCommunication

    Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with coordinates, addresses, cities, zip codes, or Telegram location pins. No API keys needed.

    Ready to connect★ 87

    github.com/openaeon/openaeon87 stars

    View details
  • hello-worldSkillCommunication

    Echo a first runx message through a checked-in cli-tool script.

    Ready to connect★ 87

    github.com/runxhq/runx87 stars

    View details
  • lead-intelligenceSkillCommunication

    AI-native lead intelligence and outreach pipeline. Replaces Apollo, Clay, and ZoomInfo with agent-powered signal scoring, mutual ranking, warm path discovery, source-derived voice modeling, and channel-specific outreach across email, LinkedIn, and X. Use when the user wants to find, qualify, and rea

    Ready to connect★ 87

    github.com/jamkris/everything-gemini-code87 stars

    View details
  • mcp-echoSkillCommunication

    Echo a message through a local MCP stdio fixture server.

    Ready to connect★ 87

    github.com/runxhq/runx87 stars

    View details
  • meeting-followupSkillCommunication

    Turn one bounded meeting transcript into evidence-bound decisions, action items, a reviewable follow-up message, and provider-neutral task proposals without inventing owners, dates, approval, or live effects.

    Ready to connect★ 87

    github.com/runxhq/runx87 stars

    View details
  • send-asSkillCommunication

    Send one digest-bound provider-neutral message or campaign action through a compatible connector, with an explicit plan runner and approval plus readback at the live-delivery boundary.

    Ready to connect★ 87

    github.com/runxhq/runx87 stars

    View details
  • setup-writing-styleSkillCommunication

    Learns how the user writes from their own sent messages and docs, and builds a voice profile so future drafts sound like them instead of generic AI. The profile is saved as the my-writing-style skill. Use when the user asks to set up, learn, or capture their writing voice, or complains that drafts s

    Ready to connect★ 84

    github.com/razshy/wiggle87 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