Skip to main content
مستودع GitHub

skidl-skills

يحتوي skidl-skills على 4 من skills المجمعة من nickkraakman، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
4
Stars
14
محدث
2026-04-08
Forks
2
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

design-review
المهندسون الإلكترونيون (باستثناء الحاسوب)

Performs a comprehensive three-angle review of a SKiDL circuit: ERC (via erc-reviewer agent), architecture sanity against requirements, and SKiDL code quality. Aggregates findings into outputs/design_review.md with severity-sorted issues and suggested fixes. Use before exporting a netlist, after the skidl-coder finishes, or when the user asks to review, check, or validate a circuit. Invoked via /skidl-ee:design-review.

2026-04-08
erc-rules
المهندسون الإلكترونيون (باستثناء الحاسوب)

Interprets SKiDL ERC output, classifies errors vs warnings, and provides concrete fix patterns (pin conflicts, floating pins, decoupling, NC usage). Use when running ERC(), reviewing ERC results, fixing ERC errors, or performing any design review that includes electrical rule checking.

2026-04-08
find-part
المهندسون الإلكترونيون (باستثناء الحاسوب)

Searches for electronic parts by MPN, description, or specification using the pcbparts MCP (live JLCPCB stock, pricing, KiCad symbols) with a fallback to the skidl-part-search CLI. Applies sourcing rules: JLCPCB tier priority, stock thresholds, lifecycle checks, and single-source flags. Use when selecting parts for a BOM, verifying a specific MPN, sourcing an IC or passive, or when the user asks to find, search, check, or confirm a component.

2026-04-08
new-circuit
المهندسون الإلكترونيون (باستثناء الحاسوب)

Starts or resumes a new PCB circuit design using the full interview → architecture → approval-gated pipeline. Use when the user asks to create a new circuit, start a design, add a new schematic, or resume an in-progress circuit. Reads pipeline_state.json to detect existing work before spawning the orchestrator.

2026-04-08