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 Pcb Grounding

ASecurity

Choose and implement the grounding strategy of a DipTrace PCB — continuous polygon vs star tie vs islands — from datasheet evidence, and build it headless with pours, stitching vias and thermal reliefs. Use when starting a PCB layout, placing a switching regulator or QFN part, or reviewing a ground system.

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

Works with

mcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add fireostendere/mcp_diptrace --skill diptrace-pcb-grounding --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Diptrace Pcb Grounding?

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

Security grade badge for Diptrace Pcb Grounding
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/fireostendere-diptrace-pcb-grounding/badge)](https://www.skillsdirectory.com/skills/fireostendere-diptrace-pcb-grounding)

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

Download Zip
Files
SKILL.md
---
name: diptrace-pcb-grounding
description: Choose and implement the grounding strategy of a DipTrace PCB — continuous polygon vs star tie vs islands — from datasheet evidence, and build it headless with pours, stitching vias and thermal reliefs. Use when starting a PCB layout, placing a switching regulator or QFN part, or reviewing a ground system.
---

# DipTrace PCB Grounding

Decide the ground system from datasheet evidence first, then implement it with
the house 2-layer stackup. Datasheets, electrical safety, DRC, and
manufacturability take precedence over any rule here.

## Decide the strategy from the datasheet

1. Read the Layout section **and the revision history** of every power IC.
   Vendors quietly retire old grounding advice. Example: TI TPS63802
   (SLVSEU9D, rev B→C changes) *deleted* the guideline to separate AGND and
   PGND and the wording "connect AGND and PGND through via at a different
   layer"; the current text asks for a common power-ground node and, if
   control ground is kept separate, a join "close to one of the ground pins of
   the IC". Old split-plane advice found in forum posts or app notes is
   obsolete for that part.
2. Default answer for ordinary 2-layer boards: one continuous GND polygon on
   Bottom, GND pour on Top, stitched together. Do not split planes.
3. "Separate grounds" in a modern datasheet means **nodes/islands that meet at
   a single point near the IC ground pin** (a local star tie), not physically
   split copper regions spanning the board. Implement islands only when the
   current datasheet text still demands them; join them at the IC pad.
4. Reserve true star grounding (separate return wires meeting at one chassis
   or supply node) for mixed high-current/precision-analog systems; it is not
   a PCB-plane technique and must never break the continuous plane under
   signal traces.

## Switching regulator stage

- Input and output capacitors as close as possible to the IC; short, wide,
  direct traces (TPS63802 §12.1 items 1 and 3: separate supply traces for
  power stage and analog stage).
- Keep both switching-node copper areas compact; the inductor sits tight
  between the L pins.
- FB is a signal trace: route it away from L1/L2 and the inductor body.
- Return currents of the hot loop (input cap → IC → output cap) must flow in
  local copper, not through a distant board region.

## QFN exposed pads and thermal grounding

- An exposed pad that the pin table ties to GND is soldered and used as the
  part's primary ground and heat path. Example: CP2102 Table 4 footnote 2 —
  thermal resistance assumes a multi-layer PCB with the exposed pad soldered
  to a PCB pad.
- Put a via cluster under/around the exposed pad into the Bottom plane; each
  via typically 0.3 mm drill for hand assembly friendliness.

## MCU and analog corners

- Bypass capacitors as close to VCC/GND pins as possible (ATtiny85 §17.9).
- Analog tracks short, over the ground plane, away from switching digital
  tracks; do not route digital signals through the analog return area.

## Implement it in the board (house stackup)

- Bottom layer: effectively continuous GND plane; break it only where a
  necessary via or mechanical constraint forces it. Pour GND on Top too.
- Stitch Top and Bottom GND across every free region on about a 2 mm grid on
  small boards; verify coverage in every part of the board, not by via count.
- Connector GND pads that are hand-soldered get four-spoke cross thermal
  reliefs into the pours.
- After pours and stitching, run the return-path review
  (`analyze_return_path` in diptrace MCP) and DRC; the plane under every
  signal trace is the acceptance check.

## Record the evidence

- Every ground decision lands in the project `rules/` file of the responsible
  IC with the datasheet section, page, and revision quoted, so schematic and
  layout reviews can check it. Obsolete advice (split planes, distant star
  points) is recorded as explicitly rejected with the revision that deleted
  it.

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 →