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.

Filter by category

54,221 results · page 319 of 1,808

  • golem-integration-test-setupSkillDev tools

    Lets your agent set up an isolated Golem test server for running integration and end-to-end tests.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-interactive-repl-moonbitSkillCloud & infra

    Lets your agent interactively test and run scripts against deployed agents in a REPL.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-interactive-repl-rustSkillCloud & infra

    Lets your agent run an interactive REPL to test and script deployed agents.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-interrupt-resume-agentSkillAI & models

    Lets your agent pause and resume a Golem agent instance through the CLI.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-invoke-agent-moonbitSkillCloud & infra

    Lets your agent call methods on a deployed Golem agent from the command line.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-invoke-agent-rustSkillCloud & infra

    Lets your agent call a method on a deployed Golem agent from the command line.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-js-runtimeSkillWeb & browsing

    Lets your agent run and inspect JavaScript in a sandboxed WebAssembly runtime with web and Node-style APIs.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-list-and-filter-agentsSkillAI & models

    Listing and querying agents with filters. Use when listing all agents, filtering agents by name, status, revision, creation time, or environment variables, or paginating through agent results.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-local-dev-serverSkillCloud & infra

    Lets your agent start, configure, and debug a local Golem development server for building and testing agents.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-logging-moonbitSkillCommunication

    Lets your agent add logging and debug output to MoonBit Golem agents.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-logging-rustSkillCommunication

    Guides your agent to add logging with levels like debug, info, and error to Rust code.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-make-http-request-moonbitSkillAI & models

    Lets your agent make HTTP requests to external APIs and fetch data from URLs in MoonBit Golem code.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-make-http-request-rustSkillAI & models

    Lets your agent make outgoing HTTP requests to external APIs from Rust code.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-manage-pluginsSkillDev tools

    Lets your agent list, install, and configure Golem plugins, including built-in ones like the OTLP exporter.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-mark-read-only-moonbitSkillAI & models

    Lets your agent mark MoonBit agent methods as read-only so they can't write data and their results can be cached.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-mark-read-only-rustSkillAI & models

    Lets your agent mark Rust agent methods as read-only so they can't cause side effects and their results can be cached.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-multi-instance-agent-moonbitSkillAI & models

    Lets your agent create multiple independent AI agent instances that share the same setup parameters in MoonBit.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-multi-instance-agent-rustSkillAI & models

    Lets your agent create multiple distinct AI agent instances in Rust that share the same constructor values.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-new-projectSkillDev tools

    Lets your agent scaffold a new Golem application project from a language template using golem new.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-parallel-workers-moonbitSkillAI & models

    Lets your agent run work across several parallel agents and gather all their results in a Golem project.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-parallel-workers-rustSkillAI & models

    Lets your agent spawn multiple parallel worker agents in a Rust Golem project and aggregate their results.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-profiles-and-environmentsSkillCloud & infra

    Teaches your agent how to configure Golem CLI profiles, environments, and presets for local or cloud deployment.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-quota-moonbitSkillAI & models

    Teaches your agent how to add rate limits and resource quotas to a MoonBit Golem agent.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-quota-rustSkillAI & models

    Lets your agent add rate limits and resource quotas to a Rust Golem agent.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-recurring-task-moonbitSkillProductivity

    Helps your agent build recurring scheduled tasks that reschedule themselves, like cron jobs.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-recurring-task-rustSkillProductivity

    Lets your agent run periodic recurring tasks in Rust by scheduling its own future invocations.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-redeploy-agentsSkillCloud & infra

    Lets your agent redeploy existing agents by deleting and recreating them to reset state or apply updates.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-retry-policies-moonbitSkillAI & models

    Helps your agent configure retry policies, backoff strategies, and error recovery for MoonBit Golem agents.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-retry-policies-rustSkillAI & models

    Helps your agent configure retry policies, like exponential backoff and error recovery, for Rust Golem agents.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-rollbackSkillCloud & infra

    Lets your agent roll back a Golem deployment to a previous revision.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k 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,789 of the 54,221 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