FastLED

66 mods across 1 repository, 7.5k stars between them.

gh-healthcheck

25

FastLED/FastLED

Command Claude Code

Run health check on GitHub Actions workflow.

7.5k 4d ago A 0 tokens original MIT

git-historian

26

FastLED/FastLED

Command Claude Code

Search codebase and git history for keywords.

7.5k 4d ago A 8 tokens original MIT

lint

27

FastLED/FastLED

Command Claude Code

Run code linting and formatting checks.

7.5k 4d ago A 7 tokens original MIT

test

28

FastLED/FastLED

Command Claude Code

Run tests using uv run test.py with optional arguments.

7.5k 4d ago A 0 tokens original MIT

PreToolUse

29

FastLED/FastLED

Hook Claude Code

Runs before the agent uses a tool for Write, Bash, Edit and Write tool calls, executing check_forbidden_commands.py, check_test_file_pairing.py, protect_example_ino.py, check_pr_merge_reviews.py, rust_tool_guard.py, tdd_guard.py and protect_platform_headers.py (7 commands). From FastLED/FastLED.

7.5k 4d ago A tokens not measured original MIT

PostToolUse

30

FastLED/FastLED

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, executing lint-on-save.py, auto_test_suggest.py and compile_example.py (3 commands). From FastLED/FastLED.

7.5k 4d ago A tokens not measured copy · 83% MIT

SessionStart

31

FastLED/FastLED

Hook Claude Code

Runs when a session starts, executing check-on-start.py. From FastLED/FastLED.

7.5k 4d ago A tokens not measured copy · 92% MIT

Stop

32

FastLED/FastLED

Hook Claude Code

Runs when the agent finishes a response, executing check-on-stop.py. From FastLED/FastLED.

7.5k 4d ago A tokens not measured copy · 91% MIT

Notification

33

FastLED/FastLED

Hook Claude Code

Runs when the agent sends a notification, executing desktop_notify.py. From FastLED/FastLED.

7.5k 4d ago A tokens not measured copy · 88% MIT

UserPromptSubmit

34

FastLED/FastLED

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing git_context.py. From FastLED/FastLED.

7.5k 4d ago A tokens not measured copy · 84% MIT

FastLED

35

FastLED/FastLED

Settings file Claude Code

Agent settings declaring 6 hook events (PreToolUse, PostToolUse, SessionStart, Stop).

7.5k 4d ago A tokens not measured original MIT

address-reviews

36

FastLED/FastLED

Skill Claude CodeCodex

Fetch CodeRabbit review comments on the current PR, classify each finding, apply fixes for valid issues, and reply to each thread. Use before attempting gh pr merge when CodeRabbit has posted a review. Blocks merge on unresolved threads. Routes security-critical findings to a human.

7.5k 4d ago A 58 tokens original MIT

ci-fix

37

FastLED/FastLED

Skill Claude CodeCodex

Scan all CI builds and tests, find failures, fetch error logs, and fix the code. Prioritizes unit tests, example tests, then uno, attiny85, esp32s3, esp32c6, teensy41. Use when CI is red and you need to diagnose and repair build/test failures.

7.5k 4d ago A 0 tokens original MIT

FastLED/FastLED

Skill Claude CodeCodex

Review Xtensa assembly code for ESP32 platforms. Checks for critical errors in inline assembly, ABI compliance, and optimization opportunities. Use after modifying ESP32 assembly or inline asm code.

7.5k 4d ago A 44 tokens original MIT

code-review-riscv

39

FastLED/FastLED

Skill Claude CodeCodex

Review RISC-V assembly code for correctness, ABI compliance, and best practices. Use after modifying RISC-V assembly or inline asm code.

7.5k 4d ago A 34 tokens original MIT

code-review

40

FastLED/FastLED

Skill Claude CodeCodex

Review staged and unstaged code changes for FastLED coding standards violations, span usage mandates, and example quality. Use after making code changes to ensure compliance.

7.5k 4d ago A 34 tokens original MIT

driver-review

41

FastLED/FastLED

Skill Claude CodeCodex

Review and implement hardware driver code — DMA safety, interrupt correctness, timing constraints, peripheral register usage, channel drivers, and peripheral mock implementations. Use when writing, modifying, or reviewing LED drivers, SPI/I2S/RMT/UART/PARLIO/LCDCAM peripherals, GPIO configuration, or peripheral mock…

7.5k 4d ago A 67 tokens original MIT

embedded-debug

42

FastLED/FastLED

Skill Claude CodeCodex

Firmware crash analysis, stack trace decoder, and register dump interpreter for ESP32/ARM/AVR platforms. Use when debugging device crashes, panics, guru meditation errors, hard faults, or analyzing core dumps.

7.5k 4d ago A 46 tokens original MIT

esp32-arch-review

43

FastLED/FastLED

Skill Claude CodeCodex

Review ESP32 FastLED firmware architecture for RTOS safety, DMA correctness, LED driver patterns, memory management, and peripheral safety. Use before merging significant driver changes, new platform ports, or when auditing existing ESP32 FastLED code.

7.5k 4d ago A 53 tokens original MIT

esp32-log-triage

44

FastLED/FastLED

Skill Claude CodeCodex

Parse and classify ESP32 serial log output to identify FastLED-related errors, RMT/I2S/SPI driver faults, timing violations, RTOS issues, and crash signatures. Use when debugging unexpected device behavior, boot failures, or LED output problems on ESP32.

7.5k 4d ago A 61 tokens original MIT

esp32-test-plan

45

FastLED/FastLED

Skill Claude CodeCodex

Generate a structured multi-layer test plan for FastLED changes targeting ESP32. Covers host unit tests, WASM compile checks, platform compile checks, and hardware validation. Use after defining an implementation contract, before writing any code.

7.5k 4d ago B 50 tokens original MIT

expert-rmt5

46

FastLED/FastLED

Skill Claude CodeCodex

ESP-IDF v5.x RMT5 API expert for LED protocols, encoders, and multi-channel control. Use when working with RMT peripheral programming, LED strip control, or migrating from RMT4 to RMT5.

7.5k 4d ago A 52 tokens original MIT

feature-contract

47

FastLED/FastLED

Skill Claude CodeCodex

Generate a structured implementation contract before making any code changes to FastLED. Defines scope, affected files, API changes, platform impact, risk assessment, and test plan. Use before implementing any feature, bug fix, driver addition, or refactoring.

7.5k 4d ago A 52 tokens original MIT

fix-board

48

FastLED/FastLED

Skill Claude CodeCodex

Automatically diagnose and fix PlatformIO board upload/monitor issues. Runs three-phase device workflow (Compile, Upload, Monitor) and applies fixes.

7.5k 4d ago A 31 tokens original MIT