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

Diptrace Datasheet Rules

ASecurity

RAG-backed. Extract auditable schematic, package, footprint, and PCB layout requirements from official component documents into project rules. Use before choosing or placing physical parts, checking a pin map, or resolving component-specific requirements; «требования из даташита». Use when the user says “Extract official component rules for this DipTrace design.”

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

Works with

climcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add fireostendere/mcp_diptrace --skill diptrace-datasheet-rules --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Diptrace Datasheet Rules?

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

Security grade badge for Diptrace Datasheet Rules
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/fireostendere-diptrace-datasheet-rules/badge)](https://www.skillsdirectory.com/skills/fireostendere-diptrace-datasheet-rules)

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

Download Zip
Files
SKILL.md
---
name: diptrace-datasheet-rules
description: RAG-backed. Extract auditable schematic, package, footprint, and PCB layout requirements from official component documents into project rules. Use before choosing or placing physical parts, checking a pin map, or resolving component-specific requirements; «требования из даташита». Use when the user says “Extract official component rules for this DipTrace design.”
---

Read [runtime access](../shared/runtime.md) before selecting tools or declaring a
capability unavailable. MCP tools and native/headless CLI are separate interfaces.

# Datasheet to DipTrace rules

RAG: **engineering memory by default** — [shared workflow](../shared/rag.md).
Retrieve indexed component evidence plus relevant theory/layout guidance; use DipTrace
library courses for mapping interpretation and verify exact limits against current official sources.

Write project-local `rules/<MPN>.md` using the
[rules template](references/rules-template.md). Replace its placeholders with actual
sources and checks; filling in a template does not establish evidence.
This task creates evidence documents; it does not authorize CAD edits.

## Identify and retrieve

1. Resolve exact manufacturer, orderable MPN suffix, package code, and device revision
   from the current BOM/specification. A family name or generic package label is insufficient.
2. Build on the project's RAG engineering context: retrieve indexed component evidence,
   supporting theory, practical layout guidance and DipTrace mapping lessons. Reuse verified
   sources and connect their principles to the rule extraction; obtain current official
   vendor documents for exact requirements and as a disclosed fallback when RAG is unavailable.
3. Check the vendor's current datasheet revision and revision history, errata, relevant
   application notes, recommended land pattern, and layout example. Save URLs, download
   date, revision, page/section, local artifact path, and SHA-256. Catalog geometry
   and a distributor mirror alone do not establish current manufacturer requirements.
4. Inspect the pinout, package dimensions, and layout figures themselves where required;
   text extraction can lose pin numbering, bottom-view orientation, and dimensions.

## Extract only applicable rules

- Recommended supply/logic ranges, sequencing, startup/inrush, absolute maxima as
  limits rather than operating targets, and power dissipation assumptions.
- Required decoupling/bias/filter/protection networks, values/tolerances, placement,
  capacitor bias effects and regulator stability conditions where specified.
- Pin types and mapping, exposed pad function, NC/DNC/reserved pins, boot straps,
  clocks/reset, programming/debug, interface and external connector constraints.
- Manufacturer package dimensions and tolerances; land pattern pad sizes/spacing,
  holes, pin 1 orientation, solder mask/paste and thermal treatment where specified.
- Critical placement topology, hot loops, feedback/Kelvin paths, ground connections,
  keepouts, differential/RF/clock routes, and thermal recommendations.
- Relevant revision-history changes and superseded advice. Do not apply one IC's
  grounding example to another part without evidence.

For each requirement record its ID, applicability, source section/page, value/unit or
topology, affected pins/nets/components, verification method, and status. Distinguish
manufacturer requirements, recommendations, calculated values, and house preferences.
If a dimension is derived rather than specified, show the formula and assumptions.

## Validate and hand off

Compare the actual library symbol/pattern with the source: pin numbers, pad numbers,
pin-to-pad correspondence, pitch, body/land dimensions, holes, orientation, exposed
pad, and duplicated physical contacts. Use
[library-quality-audit](../library-quality-audit/SKILL.md) for the
supported structural checks, then inspect unmodeled properties separately.

Never shrink pads, merge thermal arrays, or renumber pins merely to satisfy a parser
or DRC. A required conversion preserves physical geometry and all electrical contacts
with an explicit checked alias map. Missing package/land-pattern evidence blocks
physical placement; unavailable IC layout/revision evidence blocks the PCB build.

Record deviations with the cited requirement, reason, consequence, and disposition.
Leave unavailable checks unresolved. Report the rule file and the stage it enables;
do not fill in native-roundtrip or footprint-validation success before those checks run.

Return [the shared result](../shared/result.schema.json); use `document: null` when
no CAD document is involved. Record concrete artifacts and unavailable checks; a
completed plan is not physical or manufacturing acceptance.

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

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

397921 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Springboot Tdd

使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。

2456590 votes

Golang Testing

Go测试模式包括表格驱动测试、子测试、基准测试、模糊测试和测试覆盖率。遵循TDD方法论,采用地道的Go实践。

2456590 votes
View all in testing →