Zener language helps you describe electronic circuits for printed circuit boards. You write .zen files to define parts, connections, and power networks. This guide covers the rules and steps for writing good Zener code.
Start by using the pcb doc command to find public functions and source files. Read the source to understand how things work. After you change imports, run pcb sync then pcb build to check your work.
Learn about modules, nets, components, and the io and config functions. Keep your code clean by using the latest style. This skill helps you build reliable hardware faster.
Global
mkdir -p ~/.claude/skills/zener-languageProject
mkdir -p .claude/skills/zener-languageSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values