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
17,235 results · page 81 of 575
- View details
huashu-article-to-xSkillDev tools
Condenses long articles into X platform content (200-500 characters) while preserving core points and personal style. Use when the user mentions "转微博", "发小红书", "社交媒体", or "缩短文章".
Ready to connect★ 2k
- View details
huashu-data-proSkillDev tools
All-in-one assistant for data analysis and office productivity. Covers an end-to-end workflow spanning data processing, analytical insights, report writing, PPT creation, and data visualization. Always takes an expert's perspective and thinks one step ahead for the user. Proactively confirms with th
Ready to connect★ 2k
- View details
huashu-proofreadingSkillDev tools
Three-pass proofreading to lower AI detection rates and make articles sound more human. Use when the user mentions "too AI-sounding", "written like AI", "lower AI detection rate", "proofread", or "make it more natural".
Ready to connect★ 2k
- View details
huashu-skill-updaterSkillDev tools
Checks for and updates Huashu-family skills. Triggered when the user says "检查skill更新", "更新花叔的skill", or "skill是不是最新的"; it should also proactively run a check when any Huashu-family skill (huashu-* / nuwa / darwin / freud / seedance / tramstop / dukou, etc.) is used in a session and the last_checked
Ready to connect★ 2k
- View details
huashu-topic-genSkillDev tools
Quickly generate 3-4 topic directions, including titles, outlines, and pros/cons analysis. Use when the user mentions "选题" (topic), "写什么" (what to write), "文章方向" (article direction), or "题目建议" (title suggestions).
Ready to connect★ 2k
- 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-c-bindingSkillDev tools
Guide for writing MoonBit bindings to C libraries using native FFI. Use when adding extern "c" declarations, writing C stubs with moonbit.h, configuring native-stub and link.native in moon.pkg, choosing #borrow/#owned ownership annotations, designing callback trampolines, wrapping C pointers with ex
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
- View details
moonbit-refactoringSkillDev tools
Refactor MoonBit code to be idiomatic: shrink public APIs, convert functions to methods, use pattern matching with views, add loop invariants, and ensure test coverage without regressions. Use when updating MoonBit packages or refactoring MoonBit APIs, modules, or tests.
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.
54,764 of the 55,196 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.