
Claude Skills by dmccreary
github.com/dmccreary!!! prompt Using the Anthropic Skill Creator, please create a skill for creating Moving Rainbow MicroPython programs. The Skill Creator is here: https://github.com/anthropics/skills/tree/main/skill-creator. Place the new skill in /skills/moving-rainbow. Use the default Raspberry Pi Pico hardware with a 30 pixel NeoPixel LED strip with two buttons. Use the following for the content of the `config.py` file: ```python NEOPIXEL_PIN = 0 NUMBER_PIXELS = 30 BUTTON_PIN_1 = 14 BUTTON_PIN_2 = 15 ```
This skill generates Python scripts and shell scripts to control RGB LEDs on the Raspberry Pi 500+ keyboard. Use this skill when the user asks to create keyboard lighting effects, animations, color patterns, notification systems, or any program that controls the Pi 500+ keyboard LEDs. This skill should be used for requests like "turn F1-F12 keys blue", "create a typing speed indicator", or "make an email notification effect".