Productivity
zener-language▌
diodeinc/pcb · updated Apr 8, 2026
$npx skills add https://github.com/diodeinc/pcb --skill zener-language
summary
Use this skill as the semantics companion to idiomatic-zener for non-trivial .zen work.
skill.md
Zener Language
Use this skill as the semantics companion to idiomatic-zener for non-trivial .zen work.
Workflow
- Start from nearby workspace code. Prefer the local package's patterns before generic examples.
- Open only the relevant reference file:
references/language.mdfor modules, nets/interfaces, components,io(),config(), utilities, and tool-managed metadatareferences/packages.mdfor imports, workspace layout, manifests, dependencies, andpcb.sumreferences/stdlib.mdfor prelude, interfaces, units, checks, utils, properties, and genericsreferences/examples.mdfor example snippets
pcb doc --package <package>shows the public API (types, io, config) of installed or registry packages. It returns type-level listings, not field-level details — for interface field names, check the stdlib reference above or read the source in.pcb/stdlib/.- For broader toolchain semantics, consult
~/.pcb/docs/spec.mdand~/.pcb/docs/packages.md. - Check exact semantics before editing when the code touches unfamiliar syntax, manifests, imports, stdlib APIs, or package interfaces.
- Never invent syntax, stdlib modules, interfaces, fields, or package APIs.