Skip to content

Commit 8be39da

Browse files
committed
Sync skills from diode aa22892
1 parent bf3c8ba commit 8be39da

2 files changed

Lines changed: 2 additions & 176 deletions

File tree

skills/git-hunk/SKILL.md

Lines changed: 0 additions & 168 deletions
This file was deleted.

skills/reference-design/SKILL.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Workflow for creating production-quality reference designs in Zener. A reference
99

1010
## Workflow
1111

12-
1. **Get the IC definition available to the design.** Prefer validated registry modules/components when they fit; import a web component into the workspace only when you need a new local component package.
12+
1. **Get the IC into the workspace.** The component may already exist locally, in the registry, or need importing from the web.
1313
2. **Study the datasheet** — extract the information listed in [Datasheet Checklist](#datasheet-checklist).
1414
3. **Study an existing reference design** — read a validated example before writing. See [Studying Existing Designs](#studying-existing-designs).
1515
4. **Create the design** — scaffold the directory, write the `.zen` file section by section, build after every major section. See [Design Structure](#design-structure).
@@ -33,13 +33,7 @@ Extract these from the scanned datasheet markdown before writing any code:
3333

3434
## Studying Existing Designs
3535

36-
Before writing a new reference design, read a validated example from the workspace or registry to learn patterns. Find candidates with:
37-
38-
```bash
39-
pcb search -m registry:modules "<similar function>" -f json
40-
```
41-
42-
Then inspect the cached source with the relevant package docs or read the `.zen` file directly from `~/.pcb/cache/`.
36+
Before writing a new reference design, read a validated example from the workspace or registry to learn patterns.
4337

4438
Key patterns to observe:
4539
- How IOs are structured (which nets are exposed vs internal)

0 commit comments

Comments
 (0)