ahel is live on Product Hunt today. Upvote

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

8,847 results · page 70 of 295

  • rag-evalSkillAI & models

    Use when the user has a RAG (Retrieval-Augmented Generation) system and wants to evaluate its quality — separating retrieval issues from generation issues. Also use when the user mentions RAG evaluation, faithfulness checking, hallucination detection in RAG, retrieval quality, chunking optimization,

    Ready to connect★ 830

    github.com/agentscope-ai/openjudge835 stars

    View details
  • choosing-swarm-patternsSkillAI & models

    Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14 specialized ones, with decision framework an

    Ready to connect★ 822

    github.com/agentworkforce/relay826 stars

    View details
  • creating-agent-skills-skillSkillAI & models

    Use when creating Agent Skills packages (SKILL.md format) for Codex CLI, GitHub Copilot, or Amp - provides the agentskills.io specification with frontmatter constraints, directory structure, and validation rules

    Ready to connect★ 822

    github.com/agentworkforce/relay826 stars

    View details
  • creating-skillsSkillAI & models

    Use when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO optimization, and real examples

    Ready to connect★ 822

    github.com/agentworkforce/relay826 stars

    View details
  • relay-80-100-workflowSkillAI & models

    Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory sequential Claude-then-Codex fresh-eyes r

    Ready to connect★ 822

    github.com/agentworkforce/relay826 stars

    View details
  • review-fix-signoff-loopSkillAI & models

    Use when writing Agent Relay or Ricky workflows that must loop review, fix, and validation with fresh agent context until independent signoff agents, typically Claude and Codex, both agree the work is comprehensively complete. Covers fresh-context iterations, repairable gates, dual reviewer verdict

    Ready to connect★ 822

    github.com/agentworkforce/relay826 stars

    View details
  • writing-agent-relay-workflowsSkillAI & models

    Use when building multi-agent workflows with @relayflows/core. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex fresh-eyes review/fix loops with test har

    Ready to connect★ 822

    github.com/agentworkforce/relay826 stars

    View details
  • audience-intelligenceSkillAI & models

    Audience research module — builds six-dimension buyer personas (demographic, psychographic, behavioral, need-state, information, decision), Jobs-to-Be-Done maps, RFM/behavioral/lifecycle segmentation models, anti-personas with exclusion criteria, B2B buying-committee maps, and lookalike seed specs.

    Ready to connect★ 814

    github.com/indranilbanerjee/digital-marketing-pro815 stars

    View details
  • brand-setupSkillAI & models

    Create or update the brand profile every other skill reads — a quick 5-question or full 17-question interactive setup capturing identity, business model, industry and compliance markets, 4-dimension voice scales, channels, goals, and competitors, saved to ~/.claude-marketing/brands/{slug}/profile.js

    Ready to connect★ 814

    github.com/indranilbanerjee/digital-marketing-pro815 stars

    View details
  • intelligence-reportSkillAI & models

    Generate an intelligence briefing from the brand's compound intelligence base — total learnings with confidence distribution, cross-agent patterns by channel, audience, and objective, actionable playbooks synthesized from proven strategies, stale learnings flagged for revalidation, and a 0-100 compo

    Ready to connect★ 814

    github.com/indranilbanerjee/digital-marketing-pro815 stars

    View details
  • loop-detectSkillAI & models

    Detect and model the growth loops already compounding in a business — viral, content, data, paid, ecosystem, community — then quantify each loop's amplification factor, cycle time, and bottleneck, propose new loops, and rank investments by projected 12-month ROI with a sequenced implementation roadm

    Ready to connect★ 814

    github.com/indranilbanerjee/digital-marketing-pro815 stars

    View details
  • narrative-trackerSkillAI & models

    Track what AI engines (ChatGPT, Perplexity, Gemini, AI Overviews, Copilot) say about the brand, score responses against desired positioning, and flag misrepresentations, drift, and competitor narrative gains. Produces an alignment report, a narrative territory map, and a content strategy to correct

    Ready to connect★ 814

    github.com/indranilbanerjee/digital-marketing-pro815 stars

    View details
  • switch-brandSkillAI & models

    Switch the active brand profile for multi-client and agency work by running setup.py --switch-brand, after listing configured brands with the active one starred; confirms the new brand's industry, business model, and primary channel so subsequent outputs use its voice and compliance rules. Triggers

    Ready to connect★ 814

    github.com/indranilbanerjee/digital-marketing-pro815 stars

    View details
  • cyrus-setup-githubSkillAI & models

    Configure GitHub for Cyrus — gh CLI login and git config for PRs, with optional webhook setup to enable @mention responses in PR comments, automated rebases and merges, and auto-fixing based on CI failures (coming soon).

    Ready to connect★ 807

    github.com/cyrusagents/cyrus796 stars

    View details
  • cyrus-setup-launchSkillAI & models

    Print a summary of the Cyrus setup and offer to start the agent.

    Ready to connect★ 807

    github.com/cyrusagents/cyrus796 stars

    View details
  • cyrus-setup-prerequisitesSkillAI & models

    Check and install prerequisites for Cyrus — Node.js, jq, gh CLI, and the cyrus-ai npm package.

    Ready to connect★ 807

    github.com/cyrusagents/cyrus796 stars

    View details
  • cyrus-setup-repositorySkillAI & models

    Add one or more Git repositories to Cyrus configuration so it can process issues from those repos.

    Ready to connect★ 807

    github.com/cyrusagents/cyrus796 stars

    View details
  • debugSkillAI & models

    Full debugging workflow — reproduce the bug with a failing test, perform root cause analysis, then implement a minimal fix.

    Ready to connect★ 807

    github.com/cyrusagents/cyrus796 stars

    View details
  • implementationSkillAI & models

    Implement the requested changes. Write production-ready code, follow existing patterns, and run tests to verify your work.

    Ready to connect★ 807

    github.com/cyrusagents/cyrus796 stars

    View details
  • verify-and-shipSkillAI & models

    Run all quality checks (tests, lint, typecheck), fix failures, update the changelog, commit, push, and create/update the pull request or merge request.

    Ready to connect★ 807

    github.com/cyrusagents/cyrus796 stars

    View details
  • gentle-ai-skill-creatorSkillAI & models

    Trigger: /skill-creation, skill creation, skill creator, create skill, new skill. Create LLM-first skills with valid frontmatter.

    Ready to connect★ 806

    github.com/gentleman-programming/gentle-pi804 stars

    View details
  • gentle-ai-skill-improverSkillAI & models

    Trigger: improve skills, audit skills, refactor skills, skill quality. Audit and upgrade existing LLM-first skills.

    Ready to connect★ 806

    github.com/gentleman-programming/gentle-pi804 stars

    View details
  • SparcSkillAI & models

    Execute SPARC methodology workflows with Claude-Flow

    ★ 806

    github.com/ruvnet/agentic-flow770 stars

    View details
  • marketing-psychologySkillAI & models

    When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' or 'consumer behavior.' This skill provi

    Ready to connect★ 798

    github.com/avdlee/rocketsimapp798 stars

    View details
  • disable-model-invocationSkillAI & models

    A skill that cannot be invoked by the model.

    Ready to connect★ 795

    github.com/bastani-inc/atomic756 stars

    View details
  • howSkillAI & models

    Use for \"how does X work\", code walkthroughs before changing something, and placement / ownership / layering questions (\"where should this live\", \"which package owns this\", \"is this the right layer\"). Explains subsystem architecture, runtime flow, onboarding mental models. Can critique archi

    Ready to connect★ 795

    github.com/bastani-inc/atomic756 stars

    View details
  • create-kandev-pluginSkillAI & models

    Create, modify, debug, test, package, or publish a Kandev runtime plugin in its dedicated repository. Use only when the requested work targets a Kandev plugin implementation or its release and marketplace lifecycle, including fixing a bug in an existing plugin. Do not use for agent skills, MCP serve

    Ready to connect★ 785

    github.com/kdlbs/kandev737 stars

    View details
  • kandev-protocolSkillAI & models

    Follow the core Office agent protocol on wakeup, including parsing KANDEV_* context, checking blockers, commenting progress, updating status, and using the CLI safely.

    Ready to connect★ 785

    github.com/kdlbs/kandev737 stars

    View details
  • kandev-team-adminSkillAI & models

    Manage the Office roster when delegating work, hiring agents, changing budgets or concurrency, retiring agents, or checking spend before approvals.

    Ready to connect★ 785

    github.com/kdlbs/kandev737 stars

    View details
  • planner-orchestrationSkillAI & models

    Enforce Kandev's single-session, user-controlled model workflow for feature, fix, debug, review, verification, and delivery work.

    Ready to connect★ 785

    github.com/kdlbs/kandev737 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,430 of the 53,863 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