Paste this into Claude Code (VS Code panel, Adom editor, or terminal) to install:
Search the Adom Wiki for the library component "ATTINY85-20SU" (slug: attiny85-20su) at https://wiki-ufypy5dpx93o.adom.cloud/wiki/libraries/attiny85-20su. Pull down the KiCad symbol, footprint, and 3D model files from the wiki page's assets. Install them into my current KiCad project and register in sym-lib-table and fp-lib-table. If the page has a datasheet URL, save that too.
The ATtiny85 is a compact 8-bit AVR microcontroller with 8KB Flash, 512B SRAM, and 512B EEPROM. Popular for small projects requiring minimal GPIO — frequently used with Arduino IDE via Digispark boards.
Electrical Specifications
Core: AVR 8-bit
Flash: 8KB
SRAM: 512B
EEPROM: 512B
Clock: Up to 20MHz
I/O: 6 GPIO
ADC: 4ch 10-bit
Package: SOIJ-8
Pin Configuration
Package: SOIC-8
Pin 1: PB5 — Port B5 / RESET / ADC0 / dW
Pin 2: PB3 — Port B3 / ADC3 / XTAL1 / CLKI
Pin 3: PB4 — Port B4 / ADC2 / XTAL2 / CLKO
Pin 4: GND — Ground
Pin 5: PB0 — Port B0 / MOSI / DI / SDA / AIN0 / OC0A
Pin 6: PB1 — Port B1 / MISO / DO / AIN1 / OC0B / OC1A
Sub-skills are community-contributed AI skill extensions for this component.
They teach AI assistants about specific tools, configurators, or workflows.
Examples:
A manufacturer’s configuration tool for a motor controller
A community-written design guide for an amplifier circuit
An automated test/validation script for a sensor module
How to add one: Click Add Sub-Skill, provide the URL
to your skill and a brief description. Submissions are reviewed by the Adom team
before going live.
No sub-skills yet. Be the first to contribute one!