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 30 of 152

  • pr-review-anti-patternsSkillDocs & knowledge

    Add or remove entries in .agents/references/pr-review-anti-patterns/. Use when the user wants to document a review miss from one or more merged PRs, or remove a stale anti-pattern entry.

    Ready to connect★ 1k

    github.com/yamada-ui/yamada-ui1k stars

    View details
  • context-engineeringSkillDocs & knowledge

    Project-level context engineering framework: establishes structured context for each task through four layers of documentation (PROJECT / REQUIREMENTS / ROADMAP / STATE), controls token budget, prevents context rot, and ensures cross-session continuity. Complements the L0-L3 layers of context-lifecy

    Ready to connect★ 1k

    github.com/hashgraph-online/awesome-codex-plugins1k stars

    View details
  • context-lifecycleSkillDocs & knowledge

    Overview of context lifecycle management: four-tier memory architecture (L0-L3), task phase awareness, progressive compression strategy, on-demand recall, and the four-partition budget model.

    Ready to connect★ 1k

    github.com/hashgraph-online/awesome-codex-plugins1k stars

    View details
  • morning-aiSkillDocs & knowledge

    Daily-scheduled AI news tracker. Collects updates from 80+ AI entities across 6 sources every 24 hours (default 08:00 UTC+8). Generates scored, deduplicated Markdown reports. Supports unattended cron/scheduled execution with date-stamped idempotent output.

    Ready to connect★ 1k

    github.com/hashgraph-online/awesome-codex-plugins1k stars

    View details
  • waggle-checkpointSkillDocs & knowledge

    Checkpoint durable decisions, fixes, constraints, results, and open next steps from the current Codex task into scoped Waggle project memory.

    Ready to connect★ 1k

    github.com/hashgraph-online/awesome-codex-plugins1k stars

    View details
  • waggle-memorySkillDocs & knowledge

    Use Waggle automatically as portable, local project memory during meaningful coding work; retrieve prior decisions and constraints, then store only durable outcomes.

    Ready to connect★ 1k

    github.com/hashgraph-online/awesome-codex-plugins1k stars

    View details
  • writing-modpack-changelogSkillDocs & knowledge

    Use when cutting a modpack release. Creates <project>/docs/release-changelog.md if absent; appends a new version section with grouped changes. Triggers - 'cut a release', 'release notes', 'changelog', 'v1.2.3 changes', 'what changed since last version'.

    Ready to connect★ 1k

    github.com/hashgraph-online/awesome-codex-plugins1k stars

    View details
  • writing-modpack-devlogSkillDocs & knowledge

    Use when starting or appending to a modpack project dev-log. Creates <project>/docs/dev-log.md if absent; appends a dated entry on subsequent calls. Triggers - 'log this', 'add to dev log', 'record what I did', 'note this change', 'devlog'.

    Ready to connect★ 1k

    github.com/hashgraph-online/awesome-codex-plugins1k stars

    View details
  • elevenlabs-agentsSkillDocs & knowledge

    Build conversational AI voice agents on the ElevenLabs platform. Configure agent + tools + knowledge base, integrate SDK (React / React Native / Swift / JS / server-side), test, deploy. Use whenever the user mentions ElevenLabs, building a voice agent, an AI phone system, an AI receptionist, convers

    Ready to connect★ 1k

    github.com/jezweb/claude-skills1k stars

    View details
  • google-apps-scriptSkillDocs & knowledge

    Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from

    Ready to connect★ 1k

    github.com/jezweb/claude-skills1k stars

    View details
  • mariadb-operator-commentSkillDocs & knowledge

    Post a comment (or a formal PR review) to a GitHub issue or pull request in mariadb-operator/mariadb-operator. Use whenever the user wants to publish something to GitHub for this repo — "comment on issue #123", "post this as a PR comment", "leave a note on #456", "reply on the PR" — and especially w

    Ready to connect★ 1k

    github.com/mariadb-operator/mariadb-operator1k stars

    View details
  • resume-cover-letterSkillDocs & knowledge

    Write a resume / CV or cover letter tailored to a specific role. Handles regional format differences (AU/NZ, US, UK), ATS-friendly formatting, achievement-focused bullets, and cover letter structure. Use whenever the user mentions a job application, resume, CV, cover letter, career document, applyin

    Ready to connect★ 1k

    github.com/jezweb/claude-skills1k stars

    View details
  • strategy-documentSkillDocs & knowledge

    Write structured strategic documents for small and medium businesses: SWOT analyses, lean business plans, OKRs, competitive analyses. Each mode has a defined structure and quality bar. Use whenever a business asks to articulate strategy, set goals, analyse competition, plan for growth, do a SWOT, wr

    Ready to connect★ 1k

    github.com/jezweb/claude-skills1k stars

    View details
  • i18n-paritySkillDocs & knowledge

    MANDATORY for every coding agent and contributor touching localized content — keep all five localization surfaces (dashboard UI keys, wiki page, mirrored READMEs, locale-aware formatting, language switchers) in parity across every supported language. Use automatically (without being asked) whenever

    Ready to connect★ 995

    github.com/hoangsonww/claude-code-agent-monitor995 stars

    View details
  • ship-featureSkillDocs & knowledge

    Implement a feature safely end-to-end in this repository. Use when adding or changing functionality across backend, frontend, or MCP with required verification and documentation updates.

    Ready to connect★ 995

    github.com/hoangsonww/claude-code-agent-monitor995 stars

    View details
  • update-project-docsSkillDocs & knowledge

    MANDATORY for every coding agent (Claude Code, Codex, or any other) — keep this repository's documentation in sync after any change to behavior, configuration, interfaces, events, schema, or features. Use automatically (without being asked) at the end of ANY change-set that adds or alters an env var

    Ready to connect★ 995

    github.com/hoangsonww/claude-code-agent-monitor995 stars

    View details
  • agentforce-architecture-analyzeSkillDocs & knowledge

    Declared architecture snapshot for one Agentforce agent: planner, topics, actions, flows, Apex, prompt templates, and NGA plugins. Renders a human-readable architecture document and Mermaid invocation graph from design-time metadata (not runtime audit rows). TRIGGER when user asks to describe, diagr

    Ready to connect★ 991

    github.com/forcedotcom/sf-skills302 stars

    View details
  • godot-2d-movementSkillDocs & knowledge

    Implement 2D kinematic character movement in Godot 4.7 with CharacterBody2D and move_and_slide(): platformer run/jump with gravity, top-down 8-direction motion, slope handling, and reading collisions. Use when coding a 2D player or enemy controller, a platformer or top-down character, or fixing move

    Ready to connect★ 967

    github.com/gamedev-skills/awesome-gamedev-agent-skills981 stars

    View details
  • api-page-generatorSkillDocs & knowledge

    When the user wants to create, optimize, or audit the API introduction/overview page. Also use when the user mentions "API page," "API landing page," "/api page," "API overview," "developer landing," "API marketing," or "API for developers." Note: API documentation (endpoint reference) lives in docs

    Ready to connect★ 968

    github.com/kostja94/marketing-skills968 stars

    View details
  • community-forumSkillDocs & knowledge

    When the user wants to promote via forums, communities, or invite users to join a community. Also use when the user mentions "forum promotion," "Indie Hacker," "Hacker News," "community growth," "Discord promotion," "vertical community," "brand encyclopedia," "Wikipedia," "Quora," "Reddit community,

    Ready to connect★ 968

    github.com/kostja94/marketing-skills968 stars

    View details
  • docs-page-generatorSkillDocs & knowledge

    When the user wants to create, optimize, or structure a documentation site. Also use when the user mentions "docs," "documentation site," "docs subdomain," "docs.yourdomain.com," "help center," "knowledge base," "Getting Started," "API Reference," "user guides," or "tutorials." For API marketing lan

    Ready to connect★ 968

    github.com/kostja94/marketing-skills968 stars

    View details
  • linkedin-postsSkillDocs & knowledge

    When the user wants to create LinkedIn post copy or optimize for LinkedIn. Also use when the user mentions "LinkedIn post," "LinkedIn article," "professional post," "post to LinkedIn," "LinkedIn content," "LinkedIn copy," "B2B LinkedIn," "LinkedIn engagement," "LinkedIn feed," "share box," "document

    Ready to connect★ 968

    github.com/kostja94/marketing-skills968 stars

    View details
  • podcast-marketingSkillDocs & knowledge

    When the user wants to plan, create, or market a podcast. Also use when the user mentions "podcast," "podcast strategy," "podcast SEO," "show notes," "podcast distribution," "Spotify podcast," "Apple Podcasts," "podcast discoverability," "PodcastEpisode schema," or "podcast repurposing." For show no

    Ready to connect★ 968

    github.com/kostja94/marketing-skills968 stars

    View details
  • beSkillDocs & knowledge

    Modern, interactive alternative to `/do` — clarify intent up front, then take a task end-to-end with a serial AI review gauntlet (lens debate (lowy ⇄ hickey) → codex debate → simplify → code-police, each editing the branch in turn) → CI → evidence. ONLY invoke when the user explicitly types `/be` or

    Ready to connect★ 959

    github.com/srid/emanote957 stars

    View details
  • be-reviewSkillDocs & knowledge

    Run /be's review gauntlet SERIALLY — /lens-debate (lowy ⇄ hickey), then /codex-debate, then /simplify, then code-police, each editing and committing on the live branch in turn. Use from /be §4, or when the user asks to "run the review gauntlet". Requires Claude Code's Skill tool.

    Ready to connect★ 959

    github.com/srid/emanote957 stars

    View details
  • ciSkillDocs & knowledge

    Reference for the `odu` runner — how to invoke a full pipeline, a single recipe, or a platform-pinned node, and how to attach to a live run, from a project whose CI odu runs. Trigger when the user asks to "run CI", "run the pipeline", "re-run a check", to run named lanes or recipes (e.g. "run fmt an

    Ready to connect★ 959

    github.com/srid/emanote957 stars

    View details
  • code-policeSkillDocs & knowledge

    Review code for quality, simplicity, and common mistakes before declaring work complete.

    Ready to connect★ 959

    github.com/srid/emanote957 stars

    View details
  • codex-debateSkillDocs & knowledge

    Run an automated codex⇄Claude debate to consensus — no round cap, no deadlock exit. Two explicit subcommands. `review` (also the bare/back-compat default) — codex (reviewer) critiques the current diff and a Claude subagent (author) fixes/disputes, looping until they agree. `answer` — Claude and code

    Ready to connect★ 959

    github.com/srid/emanote957 stars

    View details
  • doSkillDocs & knowledge

    Do a task end-to-end — implement, PR, CI loop, ship. ONLY invoke when the user explicitly types `/do` or `$do`; never auto-select from a natural-language request, even one that sounds like an end-to-end task.

    Ready to connect★ 959

    github.com/srid/emanote957 stars

    View details
  • dpella-mcpSkillDocs & knowledge

    Reference for the dpella/mcp Haskell library — types, handler shape, transports, and the conventions Emanote uses. Load this before adding MCP resources/tools/subscriptions so you don't re-discover the API by WebFetch.

    Ready to connect★ 959

    github.com/srid/emanote957 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