Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Schematic Erc Review

ASecurity

RAG-backed. Review a DipTrace schematic with bounded ERC, logical connectivity, metadata, and BOM checks before layout. Use when the user says “Review this DipTrace schematic before layout.”

23 stars
0 votes
0 copies
1 views
Added 9/19/2026
toolsgogit

Works with

climcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add fireostendere/mcp_diptrace --skill schematic-erc-review --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Schematic Erc Review?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Schematic Erc Review
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/fireostendere-schematic-erc-review/badge)](https://www.skillsdirectory.com/skills/fireostendere-schematic-erc-review)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: schematic-erc-review
description: RAG-backed. Review a DipTrace schematic with bounded ERC, logical connectivity, metadata, and BOM checks before layout. Use when the user says “Review this DipTrace schematic before layout.”
---

Read [runtime access](../shared/runtime.md) before choosing between explicit-path
MCP, a live bridge session, and native/headless CLI. Their availability is separate.

# Schematic ERC review

RAG: **engineering memory by default** — [shared workflow](../shared/rag.md).
Derive an engineering checklist from the circuit-analysis/design corpus and DipTrace
schematic/ERC courses, then inspect the actual circuit beyond automated ERC findings.

Produce a read-only disposition with explicit implemented, skipped, and unavailable checks.
Use public `tools/list` for exact callable names and `get_capabilities` for document/configured
feature availability.

## Workflow

1. Call `diptrace_status`, `get_capabilities`, and `get_document_info`; require a schematic source
   and freeze its SHA-256.
2. Read `get_schematic_model` and `get_connectivity_graph`. Preserve sheet identity, hierarchy,
   explicit no-connect state, RefDes, pin numbers, and net names.
3. Run `run_erc`, `run_schematic_review`, `run_connectivity_check`, and `run_bom_review` only when
   advertised.
4. For native opening/roundtrip evidence, use the headless schematic workflow on a protected
   copy through [evidence capture](../diptrace-evidence-capture/SKILL.md). Generic native schematic
   ERC is not implemented by the base helper; report that specific missing check rather than
   saying headless Schematic is unavailable. Deduplicate by check ID plus object identity.
5. Report every missing mandatory category in `skipped_checks`; a skipped mandatory check forbids
   `completed`.
6. Validate the report with [`../shared/result.schema.json`](../shared/result.schema.json).

## Quantitative boundaries

- Query and report pages default to 100 records; follow returned continuation metadata rather than
  assuming one page is complete.
- Confidence is a number from 0 through 1 in the shared schema. It is not a substitute for an
  evidence class.
- SHA-256 identity is 64 lowercase hexadecimal characters and must remain unchanged throughout the
  read-only run.
- All geometric distances are millimetres, independent of document `Units`.

The implemented review profiles live in
[`review.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/review.py),
[`advanced_review.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/advanced_review.py),
and are summarized in
[`REVIEW_ENGINE.md`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/docs/REVIEW_ENGINE.md).
Do not claim checks outside that
matrix.

## Refusals

- Do not infer electrical pin roles from pin names alone.
- Do not call a PCB ratline a schematic logical connection.
- Do not treat explicit no-connects or DNP parts as defects without contradicting evidence.
- Do not mutate the schematic or assign patterns during a review.

Use `document` for parser/check output, `caller` for supplied intent, and `heuristic` for model
prioritization.

Attribution

fireostenderefireostendere
View sourceMore from fireostendere →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1066600 votes
View all in tools →