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 30 of 575

  • code-review-riscvSkillDev tools

    Lets your agent review RISC-V assembly code for correctness, ABI compliance, and best practices.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • driver-reviewSkillDev tools

    Lets your agent review and write hardware driver code for correctness of DMA, interrupts, timing, and peripheral registers.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • embedded-debugSkillDev tools

    Lets your agent decode firmware crash logs, stack traces, and register dumps for ESP32, ARM, and AVR devices.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • esp32-test-planSkillDev tools

    Lets your agent generate a layered test plan for ESP32 FastLED changes before coding starts.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • expert-rmt5SkillDev tools

    Gives your agent expert guidance on ESP-IDF RMT5 programming for LED strips, encoders, and multi-channel control.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • fix-intSkillDev tools

    Lets your agent fix integer type definitions in platform-specific int headers by researching correct mappings.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • gh-healthcheckSkillDev tools

    Lets your agent check the health of GitHub Actions workflows and explain why they fail.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • new-cpp-lintSkillDev tools

    Lets your agent write a new C++ lint rule, test it, run it across the codebase, and apply chosen fixes.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • platform-portSkillDev tools

    Guides your agent through porting the FastLED library to new microcontroller platforms.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • tdd-implementSkillDev tools

    Lets your agent implement features or fix bugs by writing tests first, then coding to pass them.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • testSkillDev tools

    Lets your agent run a test suite and report whether the code passes.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • timing-analysisSkillDev tools

    Lets your agent analyze timing constraints, interrupt latency, and protocol timing in embedded code.

    Ready to connect★ 7k

    github.com/fastled/fastled7k stars

    View details
  • feast-architectureSkillDev tools

    Lets your agent explain how the Feast codebase works internally, from its abstractions to its data flow.

    Ready to connect★ 7k

    github.com/feast-dev/feast7k stars

    View details
  • feast-devSkillDev tools

    Lets your agent follow Feast's development guide for setting up, testing, and contributing code.

    Ready to connect★ 7k

    github.com/feast-dev/feast7k stars

    View details
  • feast-testingSkillDev tools

    Guides your agent in testing and debugging the Feast feature store, including running tests and inspecting live state.

    Ready to connect★ 7k

    github.com/feast-dev/feast7k stars

    View details
  • code-sizeSkillDev tools

    Lets your agent measure how code changes affect TinyUSB firmware size across boards and examples.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • hilSkillDev tools

    Lets your agent run and debug TinyUSB hardware-in-the-loop tests on physical boards and copy firmware to a test rig.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • hil-pool-checkSkillDev tools

    Lets your agent scan a TinyUSB hardware test rig to check which probe boards are online and healthy.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • pre-prSkillDev tools

    Lets your agent check a TinyUSB pull request by finding affected boards, running validation checks, and giving a ship/no-ship verdict.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • pvsSkillDev tools

    Lets your agent run PVS-Studio static analysis on TinyUSB code for a chosen board and get readable or SARIF reports.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • rttSkillDev tools

    Lets your agent read and write debug output over an RTT debug probe when a board has no UART or serial port.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • target-debugSkillDev tools

    Helps your agent debug TinyUSB firmware problems on real hardware when logs from the other side don't explain the failure.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • update-sponsorSkillDev tools

    Lets your agent update README sponsor sections and apply sponsor or priority labels on GitHub issues and PRs.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • usb-kernel-debugSkillDev tools

    Helps your agent diagnose why the Linux kernel mishandles USB devices, like reset storms or descriptor read errors.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • usb-kernel-recoverSkillDev tools

    Lets your agent diagnose and recover wedged or non-enumerating USB devices on a Linux host.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • usbtestSkillDev tools

    Lets your agent run and debug the Linux usbtest battery to find and fix USB device test failures.

    Ready to connect★ 7k

    github.com/hathach/tinyusb7k stars

    View details
  • paperbananaSkillDev tools

    Lets your agent turn a paper's methodology text into publication-quality academic diagrams.

    Ready to connect★ 7k

    github.com/dwzhu-pku/paperbanana7k stars

    View details
  • address-sanitizerSkillDev tools

    Lets your agent build and run code with AddressSanitizer to catch memory bugs like buffer overflows and use-after-free.

    Ready to connect★ 7k

    github.com/trailofbits/skills7k stars

    View details
  • aflppSkillDev tools

    Lets your agent run AFL++ fuzzing across multiple CPU cores to find crashes in C/C++ programs.

    Ready to connect★ 7k

    github.com/trailofbits/skills7k stars

    View details
  • cargo-fuzzSkillDev tools

    Lets your agent set up and run fuzzing tests on Rust projects to find crashes automatically.

    Ready to connect★ 7k

    github.com/trailofbits/skills7k 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.

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.

See how to connect your AI