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,902 results · page 302 of 564

  • makefileSkillDev tools

    Use when creating or updating a Makefile for a project, especially when standard targets (build, test, lint, format, etc.) are missing or when modifying targets that may already be wired into other tooling. Not for debugging why a build fails.

    Ready to connect★ 117

    github.com/ovid/paad117 stars

    View details
  • open-redirectSkillDev tools

    Open redirect playbook. Use when URL parameters, form actions, or JavaScript sinks control navigation targets and may redirect users to attacker-controlled destinations.

    Ready to connect★ 117

    github.com/langbyyi/cyberstrikeai-src110 stars

    View details
  • paad-helpSkillDev tools

    Use when the user asks which paad skills exist, what a paad skill does, which one fits their situation, or how to invoke one — including "what can paad do", "list the paad skills", "is there a paad skill for X", or a request for the arguments of a named paad skill

    Ready to connect★ 117

    github.com/ovid/paad117 stars

    View details
  • peerSkillDev tools

    Operate a Convex peer — create, start, list, back up, or instantiate a network genesis. Use when running a peer against a network or setting up a new network.

    Ready to connect★ 117

    github.com/convex-dev/convex117 stars

    View details
  • protocol-versionsSkillDev tools

    Protocol versions, migrations and the v1 upgrade — which semantics to write against, and how to change CVM behaviour without forking the network. Use when changing core functions, juice costs, encodings or on-chain libraries.

    Ready to connect★ 117

    github.com/convex-dev/convex117 stars

    View details
  • querySkillDev tools

    Execute a read-only CVM query on the Convex network. Use when reading on-chain state, checking balances, looking up accounts, or evaluating Convex Lisp expressions.

    Ready to connect★ 117

    github.com/convex-dev/convex117 stars

    View details
  • race-conditionSkillDev tools

    Race condition and TOCTOU testing for web apps. Use when testing one-time operations, concurrent HTTP abuse, rate-limit bypass, Turbo Intruder gates, HTTP/2 single-packet attacks, and CWE-362-style synchronization gaps.

    Ready to connect★ 117

    github.com/langbyyi/cyberstrikeai-src110 stars

    View details
  • recon-and-methodologySkillDev tools

    Reconnaissance and methodology playbook. Use when mapping assets, discovering endpoints, fingerprinting technology, and building a structured testing plan for a new target.

    Ready to connect★ 117

    github.com/langbyyi/cyberstrikeai-src110 stars

    View details
  • saml-sso-assertion-attacksSkillDev tools

    SAML SSO assertion attacks. Use when testing SAML-based single sign-on,

    Ready to connect★ 117

    github.com/langbyyi/cyberstrikeai-src110 stars

    View details
  • ssrf-server-side-request-forgerySkillDev tools

    SSRF playbook. Use when the server fetches URLs, resolves hostnames, imports remote content, or can be driven toward internal networks, cloud metadata, or secondary protocols.

    Ready to connect★ 117

    github.com/langbyyi/cyberstrikeai-src110 stars

    View details
  • test-roadmapSkillDev tools

    EXPERIMENTAL. Analyzes a repository and any existing test suite, grades existing tests for weakness, classifies mocks, emits a phased roadmap for building a test suite that catches real regressions, then executes those phases one at a time. Use when planning or building a test suite, assessing wheth

    Ready to connect★ 117

    github.com/ovid/paad117 stars

    View details
  • tokenSkillDev tools

    Create and manage fungible tokens on Convex. Use when the user wants to create a new token, check token balances, or manage token supply.

    Ready to connect★ 117

    github.com/convex-dev/convex117 stars

    View details
  • transactSkillDev tools

    Execute a CVM transaction on the Convex network. Use when the user wants to modify on-chain state, call actor functions, or define values.

    Ready to connect★ 117

    github.com/convex-dev/convex117 stars

    View details
  • transferSkillDev tools

    Transfer CVM coins or fungible tokens between Convex accounts. Use when the user wants to send coins or tokens to another account.

    Ready to connect★ 117

    github.com/convex-dev/convex117 stars

    View details
  • unauthorized-access-common-servicesSkillDev tools

    Unauthorized access triage for exposed common services. Use when testing

    Ready to connect★ 117

    github.com/langbyyi/cyberstrikeai-src110 stars

    View details
  • coverage-investigationSkillDev tools

    Investigate and improve code coverage for the wado-compiler crate. Use when asked to analyze coverage gaps, find dead code, or plan coverage improvement.

    Ready to connect★ 116

    github.com/wado-lang/wado110 stars

    View details
  • GLiMSkillDev tools

    State-driven development framework using RPG mechanics to manage tech debt and UI standards.

    Ready to connect★ 116

    github.com/herorif/inara112 stars

    View details
  • gridgeistSkillDev tools

    Use when creating, redesigning, or reviewing web interfaces that need product-specific structure, clear hierarchy, responsive composition, accessible interaction, or relief from generic AI-generated SaaS aesthetics. Adapt grid, typography, imagery, motion, and product evidence to the established bra

    Ready to connect★ 116

    github.com/ohmiler/gridgeist116 stars

    View details
  • jcoSkillDev tools

    Transpile Wado Wasm components to JS with jco and run/benchmark them on Node. Use when running Wado on Node or browsers via jco, debugging jco-transpiled runtime failures, or benchmarking Wado on Node.

    Ready to connect★ 116

    github.com/wado-lang/wado110 stars

    View details
  • optimizer-debugSkillDev tools

    Debug Wado optimizer (NIR/WIR pass) bugs using WADO_TRACE, WADO_DUMP_PASS_BEFORE/AFTER, WADO_LIST_PASSES, and WADO_SKIP_PASS env vars. Use when an optimization pass produces wrong code, ICEs the WIR pipeline (\"invalid core Wasm module: type mismatch ...\"), or when you need to see how a specific pa

    Ready to connect★ 116

    github.com/wado-lang/wado110 stars

    View details
  • profiling-wado-compilerSkillDev tools

    Profile the native Rust `wado` binary (compile/serve/run) with a sampling profiler to find host-side bottlenecks. Use for native CPU profiling, not guest wasm (see wado-performance for that).

    Ready to connect★ 116

    github.com/wado-lang/wado110 stars

    View details
  • wado-cliSkillDev tools

    How to drive the `wado` command — compile, run, test, serve, format, and publish a Wado program, target a Wasm world, pick an allocator, grant directories, and inspect the compiler with dump and query. Read before invoking the `wado` binary.

    Ready to connect★ 116

    github.com/wado-lang/wado110 stars

    View details
  • alchemy-openapi-skillSkillDev tools

    Operate Alchemy Prices API reads through UXC with a curated OpenAPI schema, path-templated API-key auth, and read-first guardrails.

    Ready to connect★ 115

    github.com/holon-run/uxc113 stars

    View details
  • app-containerSkillDev tools

    Print the path to VivaDicta's app container directory in the iOS Simulator

    Ready to connect★ 115

    github.com/n0an/vivadicta110 stars

    View details
  • app-container-groupSkillDev tools

    Print the path to VivaDicta's App Group container directory in the iOS Simulator

    Ready to connect★ 115

    github.com/n0an/vivadicta110 stars

    View details
  • benchSkillDev tools

    Build and run vlink-bench performance benchmarks (showcase/quick/full presets), generating HTML/JSON reports. Use when the user asks to "run bench", "performance testing", compare backend throughput/latency, or verify performance regressions.

    Ready to connect★ 115

    github.com/thun-res/vlink115 stars

    View details
  • binance-spot-openapi-skillSkillDev tools

    Operate Binance Spot market, account, and order APIs through UXC with a curated OpenAPI schema, Binance query signing, and separate mainnet/testnet link flows.

    Ready to connect★ 115

    github.com/holon-run/uxc113 stars

    View details
  • binance-spot-websocket-skillSkillDev tools

    Subscribe to Binance Spot public market streams through UXC raw WebSocket support for trades, book ticker, depth, and ticker events with stream-specific guardrails.

    Ready to connect★ 115

    github.com/holon-run/uxc113 stars

    View details
  • blocknative-openapi-skillSkillDev tools

    Operate Blocknative gas intelligence APIs through UXC with a curated OpenAPI schema, API-key auth, and read-first guardrails.

    Ready to connect★ 115

    github.com/holon-run/uxc113 stars

    View details
  • blockscout-openapi-skillSkillDev tools

    Operate Blockscout explorer reads through UXC with a curated OpenAPI schema, instance-specific host selection, and read-first guardrails.

    Ready to connect★ 115

    github.com/holon-run/uxc113 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