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: Dev tools
16,833 results · page 84 of 562
- View details
social-post-craftSkillDev tools
Writes, structures, and evaluates social posts end to end — hooks, body, formatting for how each platform renders, and a quality check before publishing. Use this to draft a post, rewrite one that underperformed, turn a longer piece into social content, sharpen an opening, or judge whether a draft i
Ready to connect★ 1k
- View details
strategic-alliancesSkillDev tools
Structures partnerships that change what the business can do — technology integrations, channel and reseller arrangements, joint ventures, and OEM relationships. Use this to evaluate or structure a strategic partnership, decide between partnering and building, negotiate commercial terms of an allian
Ready to connect★ 1k
- View details
supply-chain-and-logisticsSkillDev tools
Manages the flow of goods and inputs — sourcing, inventory, lead times, fulfillment, and supply risk. Use this to reduce stockouts or excess inventory, plan for a supplier failure, decide reorder points and safety stock, improve fulfillment reliability, or assess concentration risk in a supply base.
Ready to connect★ 1k
- View details
taxSkillDev tools
Structures the tax questions a growing business faces — corporate income, sales and use, payroll, nexus, and the obligations created by hiring or selling somewhere new. Use this to work out what a new state or country obligates you to, prepare for a tax filing or audit, understand sales tax on your
Ready to connect★ 1k
- View details
unit-economicsSkillDev tools
Establishes whether the business makes money on each customer or unit — contribution margin, acquisition cost, payback period, lifetime value, and the cohort behavior underneath. Use this to assess whether growth is profitable, evaluate a channel or segment, support a pricing decision, judge how fas
Ready to connect★ 1k
- View details
vendor-managementSkillDev tools
Selects, contracts, and manages suppliers and vendors — requirements, evaluation, negotiation support, onboarding, performance management, and exit. Use this to choose a vendor, run a selection process, structure a service agreement's operational terms, manage an underperforming supplier, plan an ex
Ready to connect★ 1k
- View details
virtualization-operationsSkillDev tools
Runs the hypervisor layer beneath the servers — host capacity and consolidation ratios, VM sprawl, snapshot discipline, resilience and live migration, and licensing that counts cores rather than instances. Use this to size or expand a cluster, work out why VMs are slow when the hosts look idle, clea
Ready to connect★ 1k
- View details
adding-dependenciesSkillDev tools
Adding or updating crate dependencies in the Golem workspace. Use when adding a new Rust dependency, changing dependency versions, or configuring dependency features.
Ready to connect★ 2k
- View details
analysing-ci-failuresSkillDev tools
Analysing GitHub Actions CI failures from a run URL. Use when the user pastes a GitHub CI run or job URL and wants to understand why it failed and how to reproduce locally.
Ready to connect★ 2k
- View details
creating-new-builtin-pluginsSkillDev tools
Adds a built-in WASM plugin that is embedded in and provisioned by the registry service. Use when creating a plugin that ships with Golem and is granted to every environment.
Ready to connect★ 2k
- View details
debugging-hanging-testsSkillDev tools
Diagnosing and fixing hanging worker executor or integration tests. Use when a test hangs indefinitely, times out, or appears stuck during execution.
Ready to connect★ 2k
- View details
golem-add-cors-rustSkillDev tools
Configuring CORS for Rust HTTP endpoints. Use when the user asks to enable CORS, allow cross-origin requests, or configure allowed origins for HTTP endpoints.
Ready to connect★ 2k
- View details
golem-add-cors-scalaSkillDev tools
Configuring CORS for Scala HTTP endpoints. Use when the user asks to enable CORS, allow cross-origin requests, or configure allowed origins for HTTP endpoints.
Ready to connect★ 2k
- View details
golem-add-moonbit-packageSkillDev tools
Adding MoonBit package dependencies to a Golem project. Use when the user asks to add a mooncakes dependency, library, or package to a MoonBit project.
Ready to connect★ 2k
- View details
golem-add-rust-crateSkillDev tools
Add a new Rust crate dependency to a Rust Golem project. Use when the user asks to add a library, crate, or dependency.
Ready to connect★ 2k
- View details
golem-atomic-block-rustSkillDev tools
Using atomic blocks, idempotency, and oplog management in a Rust Golem project. Use when the user asks about atomically, idempotence mode, oplog commit, or idempotency keys.
Ready to connect★ 2k
- View details
golem-buildSkillDev tools
Building a Golem application. Use when asked to build a Golem project, compile components to WASM, or troubleshoot build errors.
Ready to connect★ 2k
- View details
golem-integration-test-setupSkillDev tools
Setting up a dedicated Golem environment for integration testing. Use when adding integration tests for a Golem application, configuring a throwaway local server for tests, isolating test state from local development, or wiring up CI to run end-to-end tests against a real Golem server.
Ready to connect★ 2k
- View details
golem-manage-pluginsSkillDev tools
Managing Golem plugins — listing available plugins, installing and configuring plugins via golem.yaml or CLI, and understanding built-in plugins like the OTLP exporter.
Ready to connect★ 2k
- View details
golem-new-projectSkillDev tools
Creating a new Golem application project. Use when scaffolding a new Golem project with golem new, selecting a language template, and setting up the initial project structure.
Ready to connect★ 2k
- View details
golem-scala-code-generationSkillDev tools
Develops shared Scala source generation for the Golem sbt and Mill plugins. Use when changing source discovery, validated codegen IR, generated RPC/tool clients, auto-registration, or plugin generation hooks under sdks/scala.
Ready to connect★ 2k
- View details
golem-scala-developmentSkillDev tools
Compiles, tests, and publishes the Golem Scala SDK and its sbt/Mill plugins. Use for changes under sdks/scala, including public APIs, generated consumers, local publication, or guest-runtime integration.
Ready to connect★ 2k
- View details
modifying-builtin-pluginsSkillDev tools
Builds and modifies built-in plugins and their descriptor-driven registry-service provisioning. Use for plugin source, committed WASM, descriptors, versions, provisioning, or grants.
Ready to connect★ 2k
- View details
modifying-cli-manifest-schemaSkillDev tools
Changing the current application manifest JSON schema and aligning CLI schema references.
Ready to connect★ 2k
- View details
modifying-cli-output-schemaSkillDev tools
Adding or modifying Golem CLI StructuredOutput implementations, command-output.schema.json, or DTO-backed output schema generators.
Ready to connect★ 2k
- View details
modifying-http-endpointsSkillDev tools
Adding or modifying HTTP REST API endpoints in Golem services. Use when creating new endpoints, changing existing API routes, or updating request/response types for the Golem REST API.
Ready to connect★ 2k
- View details
modifying-service-configsSkillDev tools
Modifying service configuration types or defaults. Use when changing config structs, adding config fields, or updating default values for any Golem service.
Ready to connect★ 2k
- View details
modifying-test-componentsSkillDev tools
Builds or modifies selected test WASM components in test-components/. Use for fixture source changes, missing artifacts, or SDK changes requiring targeted downstream rebuilds.
Ready to connect★ 2k
- View details
moonbit-code-transformSkillDev tools
Writing MoonBit source-to-source code transformations using moonbitlang/parser and its fmt package. Use when parsing MoonBit source into AST, constructing new AST nodes, or emitting generated MoonBit code.
Ready to connect★ 2k
- View details
moonbit-proofSkillDev tools
Use when writing or refactoring proof-carrying code in MoonBit, especially for Why3-backed specifications, abstraction functions, representation invariants, proof assertions, recursive verified data structures, or reducing trusted proof bridges.
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.
53,585 of the 54,017 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.