Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ When this Skill is active:
- If a form-factor template is appropriate (Arduino Shield, Raspberry Pi HAT, etc.), prefer `@tscircuit/common` templates.

3) Find and install components
- Use `tsci search "<query>"` to discover footprints and tscircuit registry packages.
- Use `tsci search "<query>"` to discover footprints and tscircuit registry packages with the exception of `<resistor />`, `<capacitor />`, `<inductor />`, `<crystal />`, `<diode />`, `<fuse />`, `<jumper />`, `<led />`, `<mosfet />`, `<pinheader />`, `<potentiometer />`, `<pushbutton />`, `<solderjumper />`, and `<transistor />` where you should use the built-in element.
- Use one of:
- `tsci add <author/pkg>` for registry packages (installs `@tsci/*` packages)
- `tsci import <query>` when you need to import a component from JLCPCB or the registry.
Expand Down