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,401 results · page 318 of 1,814

  • 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-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-effectSkillAI & models

    Lets your agent run many Golem worker tasks in parallel and gather their results with structured concurrency.

    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-permission-card-effectSkillAI & models

    Lets your agent pass permission tokens between tools and middleware without exposing or copying them.

    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-effectSkillAI & models

    Teaches your agent how to add rate limits and resource quotas to Effect-based Golem agents.

    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-read-only-method-effectSkillAI & models

    Lets your agent define read-only query methods on Golem agents that can be cached for faster repeated calls.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-recurring-task-effectSkillProductivity

    Lets your agent schedule its own future runs for recurring jobs like polling, cleanup, and heartbeats that survive restarts.

    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-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-effectSkillProductivity

    Teaches your agent how to configure durable retry policies with exponential backoff for Golem host operations in Effect apps.

    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-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
  • golem-scala-base-imageSkillMedia

    Lets your agent understand the Golem Scala SDK WIT worlds and rebuild its QuickJS guest runtime WASMs.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-scala-code-generationSkillDev tools

    Lets your agent develop Scala source generation code for the Golem build plugins.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-scala-developmentSkillDev tools

    Lets your agent compile, test, and publish the Golem Scala SDK and its sbt/Mill build plugins.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-scala-integration-testsSkillAI & models

    Lets your agent run and debug integration tests for a Scala SDK.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-agent-effectSkillProductivity

    Lets your agent schedule a Golem agent method call to run at a future time from the command line.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-agent-moonbitSkillProductivity

    Lets your agent schedule a delayed or timed future call to a MoonBit Golem agent from the command line.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-future-call-effectSkillProductivity

    Lets your agent schedule its own future method calls, like reminders, delayed tasks, or retries, and cancel them if needed.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-schedule-future-call-moonbitSkillProductivity

    Lets your agent schedule another agent call at a future time, like setting a timer or delay.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-skill-harnessSkillAI & models

    Lets your agent write, test, and debug skill scenarios for Golem using a TypeScript test harness.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-snapshot-restoration-effectSkillDatabases & data

    Lets your agent save and restore its state using durable snapshots, including SQLite databases and custom data.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-stateless-agent-effectSkillAI & models

    Lets your agent build stateless Golem agents in TypeScript that run each call with a fresh instance and no shared state.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-stateless-agent-moonbitSkillAI & models

    Lets your agent create stateless Golem agents in MoonBit that start fresh on each request with no shared state.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-test-crash-recoverySkillMonitoring & ops

    Lets your agent simulate a crash so you can test that it recovers and resumes correctly.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-trigger-agent-effectSkillAI & models

    Lets your agent queue a Golem agent method to run in the background without waiting for its result.

    Ready to connect★ 2k

    github.com/golemcloud/golem2k stars

    View details
  • golem-trigger-agent-moonbitSkillAI & models

    Lets your agent start a Golem agent task in the background without waiting for it to finish.

    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,970 of the 54,401 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 workspace 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