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,700 results · page 49 of 290
- View details
golem-delete-agentSkillAI & models
Deleting an agent instance. Use when removing, deleting, or destroying a running or idle agent instance via the CLI.
Ready to connect★ 2k
- View details
golem-fire-and-forget-moonbitSkillAI & models
Triggering a MoonBit Golem agent invocation without waiting for the result. Use when the user asks to fire-and-forget, trigger asynchronously, or enqueue an agent call from within agent code.
Ready to connect★ 2k
- View details
golem-fire-and-forget-rustSkillAI & models
Triggering an agent invocation without waiting for the result in a Rust Golem project. Use when the user asks about fire-and-forget calls, async triggers, or enqueuing agent work.
Ready to connect★ 2k
- View details
golem-get-agent-metadataSkillAI & models
Checking agent metadata and status. Use when inspecting an agent's state, component revision, environment variables, update history, or current status.
Ready to connect★ 2k
- View details
golem-http-params-moonbitSkillAI & models
Mapping path, query, header, and body parameters for HTTP endpoints in MoonBit Golem agents. Use when configuring how HTTP request data maps to agent method parameters.
Ready to connect★ 2k
- View details
golem-http-params-rustSkillAI & models
Mapping HTTP request elements to Rust agent parameters. Use when the user asks about path variables, query parameters, header mapping, request body mapping, supported parameter types, or response type mapping for HTTP endpoints.
Ready to connect★ 2k
- View details
golem-interrupt-resume-agentSkillAI & models
Interrupting and resuming a Golem agent. Use when pausing, suspending, interrupting, or resuming an agent instance via the CLI.
Ready to connect★ 2k
- 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
- View details
golem-make-http-request-moonbitSkillAI & models
Making outgoing HTTP requests from MoonBit Golem agent code. Use when the user asks to call an external API, make HTTP requests, or fetch data from a URL.
Ready to connect★ 2k
- View details
golem-make-http-request-rustSkillAI & models
Making outgoing HTTP requests from a Rust Golem agent. Use when the user asks to call an external API, make HTTP requests, use an HTTP client, or send HTTP requests from agent code.
Ready to connect★ 2k
- View details
golem-mark-read-only-moonbitSkillAI & models
Marking MoonBit agent methods as read-only for a side-effect-free guarantee and result caching. Use when the user wants a cacheable query method, a method that must not write to the oplog, or HTTP GET endpoints that emit cache headers.
Ready to connect★ 2k
- View details
golem-mark-read-only-rustSkillAI & models
Marking Rust agent methods as read-only for a side-effect-free guarantee and result caching. Use when the user wants a cacheable query method, a method that must not write to the oplog, or HTTP GET endpoints that emit cache headers.
Ready to connect★ 2k
- View details
golem-multi-instance-agent-moonbitSkillAI & models
Creating multiple agent instances with the same constructor parameters using phantom agents in MoonBit. Use when the user needs multiple independent instances sharing the same identity parameters.
Ready to connect★ 2k
- View details
golem-multi-instance-agent-rustSkillAI & models
Using phantom agents in Rust to create multiple agent instances with the same constructor parameters. Use when the user needs multiple distinct agents sharing constructor values, or asks about phantom agents, phantom IDs, getPhantom/newPhantom, or multi-instance agents in Rust.
Ready to connect★ 2k
- View details
golem-parallel-workers-moonbitSkillAI & models
Fan out work to multiple parallel agents and collect results in a MoonBit Golem project. Use when the user asks about parallel execution, fan-out/fan-in, spawning child agents for parallel work, forking, or aggregating results from multiple agents.
Ready to connect★ 2k
- View details
golem-parallel-workers-rustSkillAI & models
Fan out work to multiple parallel agents and collect results in a Rust Golem project. Use when the user asks about parallel execution, fan-out/fan-in, spawning child agents for parallel work, forking, or aggregating results from multiple agents.
Ready to connect★ 2k
- View details
golem-quota-moonbitSkillAI & models
Adding resource quotas to a MoonBit Golem agent. Use when the user asks about rate limiting, resource quotas, quota tokens, QuotaToken, with_reservation, throttling API calls, limiting concurrency, capacity limits, or splitting tokens between agents.
Ready to connect★ 2k
- View details
golem-quota-rustSkillAI & models
Adding resource quotas to a Rust Golem agent. Use when the user asks about rate limiting, resource quotas, quota tokens, QuotaToken, reservations, throttling API calls, limiting concurrency, capacity limits, or splitting tokens between agents.
Ready to connect★ 2k
- View details
golem-retry-policies-moonbitSkillAI & models
Configuring semantic retry policies for a MoonBit Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, with_named_policy, NamedPolicy, Policy composition, jitter, countBox, timeBox, andThe
Ready to connect★ 2k
- View details
golem-retry-policies-rustSkillAI & models
Configuring semantic retry policies for a Rust Golem agent. Use when the user asks about retry policies, retry strategies, exponential backoff, error handling retries, transient error recovery, retry predicates, withRetryPolicy, with_named_policy, NamedPolicy, Policy composition, jitter, countBox, t
Ready to connect★ 2k
- View details
golem-scala-integration-testsSkillAI & models
Runs and debugs the Scala SDK's self-hosted Golem integration suite. Use for generated test agents, REPL samples, HTTP routes, host provisioning, or GolemExamplesIntegrationSpec.
Ready to connect★ 2k
- View details
golem-skill-harnessSkillAI & models
Developing, testing, and running Golem skill scenarios with the TypeScript skill harness. Use when creating Golem skills, authoring scenario YAML, running agent matrices, or debugging skill activation and behavior failures.
Ready to connect★ 2k
- View details
golem-stateless-agent-moonbitSkillAI & models
Creating ephemeral (stateless) agents in a MoonBit Golem project. Use when the user wants a stateless agent, a fresh instance per invocation, no shared state between calls, or a request-handler style agent.
Ready to connect★ 2k
- View details
golem-stateless-agent-rustSkillAI & models
Creating ephemeral (stateless) agents in a Rust Golem project. Use when the user wants a stateless agent, a fresh instance per invocation, no shared state between calls, or a request-handler style agent.
Ready to connect★ 2k
- View details
golem-trigger-agent-moonbitSkillAI & models
Triggering a fire-and-forget invocation of a MoonBit Golem agent. Use when asked to trigger, fire, or enqueue a method call without waiting for the result.
Ready to connect★ 2k
- View details
golem-trigger-agent-rustSkillAI & models
Triggering a fire-and-forget invocation on a Rust Golem agent. Use when asked to trigger, enqueue, or fire-and-forget an agent method invocation using golem agent invoke --trigger.
Ready to connect★ 2k
- View details
golem-undo-agent-stateSkillAI & models
Reverting agent state by undoing operations. Use when reverting invocations, rolling back agent state, or recovering from errors by undoing recorded operations.
Ready to connect★ 2k
- View details
golem-wait-for-external-input-moonbitSkillAI & models
Waiting for external input using Golem promises in a MoonBit Golem project. Use when the user asks about promises, waiting for external events, human-in-the-loop workflows, pausing an agent until an external signal, or suspending execution until data arrives from outside.
Ready to connect★ 2k
- View details
golem-wait-for-external-input-rustSkillAI & models
Waiting for external input using Golem promises in a Rust Golem project. Use when the user asks about promises, waiting for external events, human-in-the-loop workflows, pausing an agent until an external signal, or suspending execution until data arrives from outside.
Ready to connect★ 2k
- View details
migrate-ts-decorator-sdkSkillAI & models
Migrating a TypeScript Golem agent from the removed decorator/base API (@agent + BaseAgent) to the current schema-driven defineAgent API. Use when porting an existing decorator-based TS agent, when you see @agent()/extends BaseAgent/@endpoint/@description code that no longer compiles, or when asked
Ready to connect★ 2k
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.
52,524 of the 52,958 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.