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: AI & models

9,032 results · page 231 of 302

  • content-writerSkillAI & models

    Professional content generation system with a GSD-style phased workflow, integrated SEO optimization (claude-seo), and anti-AI auditing (humanizer).

    Ready to connect★ 51

    github.com/sociilabs/claude-content-writer51 stars

    View details
  • cost-efficiencySkillAI & models

    Smart Routing — the DEFAULT CC_GodMode routing policy. Risk-based, minimal-agent paths that preserve required safety gates for the changed scope.

    Ready to connect★ 51

    github.com/cubetribe/claudecode_godmode-on46 stars

    View details
  • departmentsSkillAI & models

    Expanded department-based orchestration for large cross-domain CC_GodMode work. Freezes ownership, handoffs, and write scopes before implementation.

    Ready to connect★ 51

    github.com/cubetribe/claudecode_godmode-on46 stars

    View details
  • dynamic-workflowsSkillAI & models

    Ultracode / Max-Parallel mode — dynamic workflows fan work out across tens–hundreds of adversarially-verified parallel subagents for large, decomposable jobs (codebase-wide audits, big migrations, cross-checked research). Opt-in; higher token spend.

    Ready to connect★ 51

    github.com/cubetribe/claudecode_godmode-on46 stars

    View details
  • framework-syncSkillAI & models

    Pull the latest upstream framework changes and merge them into the local prompt library without reverting local work. Use when the user wants to update the framework, pull upstream framework/prompt-library changes, or mentions /framework-sync.

    Ready to connect★ 51

    github.com/rakovi4/continue-framework50 stars

    View details
  • greenfield-bootstrapSkillAI & models

    Bootstrap repo-local governance before CC_GodMode workflows run in an empty, newly initialized, or undocumented workspace. Use proactively when a project has no CLAUDE.md, no README, or no clear structure yet.

    Ready to connect★ 51

    github.com/cubetribe/claudecode_godmode-on46 stars

    View details
  • issue-processingSkillAI & models

    Process GitHub issues — load issue, analyze type/complexity/areas, select workflow, execute agents, create PR with 'Fixes #X'

    Ready to connect★ 51

    github.com/cubetribe/claudecode_godmode-on46 stars

    View details
  • performance-marketerSkillAI & models

    Expert performance marketing guidance for paid acquisition, CRO, and growth optimization. Use when creating ad campaigns, writing ad copy, optimizing landing pages, setting up A/B tests, analyzing CAC/LTV, building attribution models, or planning retargeting strategies. Use for Google Ads, Meta Ads,

    Ready to connect★ 51

    github.com/ncklrs/startup-os-skills51 stars

    View details
  • quality-gatesSkillAI & models

    Parallel quality gate orchestration — @validator and @tester run simultaneously after @builder, with mandatory decision matrix for pass/fail routing

    Ready to connect★ 51

    github.com/cubetribe/claudecode_godmode-on46 stars

    View details
  • surgicalSkillAI & models

    Forces Claude to match output scope exactly to what was requested. Triggers on any bounded coding request — "fix X", "add Y", "write a function/script that Z" — at the moment of writing each block, before adding anything the request didn't name: error handling for impossible edge cases, tests, docst

    Ready to connect★ 50

    github.com/albertobarnabo/lazy-cat51 stars

    View details
  • workflowsSkillAI & models

    CC_GodMode Full-Gates workflow definitions — used for high-risk work and when Smart Routing escalates. Default routing is Smart Routing (skills/cost-efficiency/).

    Ready to connect★ 51

    github.com/cubetribe/claudecode_godmode-on46 stars

    View details
  • agentify-projectSkillAI & models

    Make a project ready for AI agentic engineering by converging it toward a canonical agent-neutral structure — a lean AGENTS.md index with progressive disclosure, shared skills and gitignore hygiene. Re-runnable, and doubles as an audit.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • check-ticket-implementationSkillAI & models

    Check how much of a ticket is already implemented — split it into requirement blocks, judge each against the code, and save a human-readable TICKET-STATUS report in the planning dir.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • code-comprehension-reportSkillAI & models

    Use when an SDD implementation has been completed and the mental model needs to be documented.

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 stars

    View details
  • codebase-mapSkillAI & models

    Use when you need a map of workspace dependencies (commands→agents→rules→skills).

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 stars

    View details
  • compact-docs-writerSkillAI & models

    Draft, rewrite, or refine a doc for maximum token economy without losing any rule or intent. Use for docs kept in version control and regularly re-read by agents; skip throwaway docs like plans.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • compact-skill-creatorSkillAI & models

    Author or refine a skill for maximum token economy without losing intent. Use when creating any new skill or editing an existing `SKILL.md`.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • context-checkupSkillAI & models

    Audit what auto-loads into an agent session's context window and suggest lean, reversible fixes to cut startup tokens.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • controlling-variance-analyzerSkillAI & models

    Variance analysis of actual vs. budget with root cause, executive narrative, and RAG status.

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 stars

    View details
  • cpphdl-verilator-rtlSkillAI & models

    Use when writing or debugging CppHDL tests that mix C++ testbench models with Verilated RTL, especially reset ordering, register inputs, AXI4 responder wiring, eval sequencing, _assign/_strobe discipline, and avoiding C++/SystemVerilog simulation mismatches.

    Ready to connect★ 50

    github.com/mirekez/cpphdl48 stars

    View details
  • emergency-modeSkillAI & models

    Use when the Anthropic API is down and you need to keep operating with LocalAI.

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 stars

    View details
  • evaluations-frameworkSkillAI & models

    Use when designing or running quality evaluations of agents and prompts.

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 stars

    View details
  • explain-in-simple-languageSkillAI & models

    Explain code, a decision, a recap, or a question to the user in simple language that a fluent but often non-native developer who did not see what the agent saw understands on the first read. Use when explaining or asking the user anything, or when the user asks for simpler words or says they did not

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • fresh-eyes-reviewSkillAI & models

    Fresh-eyes review of a changeset by a fresh-context agent — catches regressions and correctness issues the authoring context reads past.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • handoverSkillAI & models

    Use when handing finished work over to code review — writing a PR description or packaging a change for review by a human, an agent, or both.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • kai-surround-soundSkillAI & models

    LLM brand manipulation — build a consensus web so ChatGPT, Claude, Perplexity, and Google AI Overviews mention your brand when people ask about your category. Uses surround sound methodology, entity SEO, and LLM citation science. Use when "get mentioned in AI", "LLM brand presence", "surround sound"

    Ready to connect

    github.com/cgallic/kai-cmo-harness50 stars

    View details
  • legal-contract-reviewerSkillAI & models

    Contract review with a RAG risk matrix, red flags, and an executive summary. Spanish jurisdiction.

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 stars

    View details
  • maintainer-reviewSkillAI & models

    Review someone else's pull request as the maintainer deciding whether it merges — every prior comment walked, every claim verified, and nothing posted without your go-ahead.

    Ready to connect★ 50

    github.com/eai-org/agent-toolkit50 stars

    View details
  • model-upgrade-auditSkillAI & models

    Use when a new model is available and you want to detect prompt debt in the workspace.

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 stars

    View details
  • pr-agent-judgeSkillAI & models

    Use when adding pr-agent as an external judge in the Code Review Court.

    Ready to connect★ 50

    github.com/gonzalezpazmonica/pm-workspace49 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,855 of the 55,286 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