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

Pcb Project Intake

ASecurity

RAG-backed. Inventory a bounded DipTrace project, its document identity, models, rules, connectivity, unknowns, and evidence before planning changes. Use when the user says “Inventory this DipTrace project before we plan work.”

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

Works with

climcp

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add fireostendere/mcp_diptrace --skill pcb-project-intake --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pcb Project Intake?

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

Security grade badge for Pcb Project Intake
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/fireostendere-pcb-project-intake/badge)](https://www.skillsdirectory.com/skills/fireostendere-pcb-project-intake)

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

Download Zip
Files
SKILL.md
---
name: pcb-project-intake
description: RAG-backed. Inventory a bounded DipTrace project, its document identity, models, rules, connectivity, unknowns, and evidence before planning changes. Use when the user says “Inventory this DipTrace project before we plan work.”
---

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

# PCB project intake

RAG: **engineering memory by default** — [shared workflow](../shared/rag.md).
Build project context from recorded requirements, architecture and prior lessons;
relate the exact file/model inventory to design intent and the next engineering decisions.

Produce a read-only project baseline. Do not turn absent fields into assumed requirements.
Use public `tools/list` for exact callable names and `get_capabilities` for document/configured
feature availability.

## Workflow

1. Call `diptrace_status`, then `get_capabilities`.
2. Resolve each document as XML or a native binary before `get_document_info`. Explicit-path XML
   inspection does not require a live editor. For a binary, find its corresponding XML export or
   use the supported native workflow on a copy; base roundtrip alone does not export XML.
   Record kind, literal format version,
   document units, byte size, and SHA-256. Treat PCB, schematic, component library, and pattern
   library as different source types.
3. Read only advertised models: `get_board_model`, `get_schematic_model`, `get_design_rules`, and
   `get_connectivity_graph`. Use count-only or paginated board reads when the response is large.
4. Separate caller requirements from document facts. Record an unresolved requirement as
   `blocked_by_input` only when it changes topology, ratings, pin mapping, mechanical datum, units,
   or release criteria.
5. Return the inventory through [`../shared/result.schema.json`](../shared/result.schema.json).

## Quantitative boundaries

- All MCP geometry is millimetres even when root `Units` is `inch` or `mil`; preserve the literal
  root value as document evidence.
- `get_board_model` accepts page limits from 1 through 500 and has a count-only mode; use the
  advertised byte budget instead of requesting the whole board.
- One write transaction is limited to 100 staged operations and 500 conservatively counted affected
  objects/elements; the count may exceed unique physical objects. This skill never opens one.
- A SHA-256 is exactly 64 lowercase hexadecimal characters. Never substitute a path or timestamp
  for document identity.

These limits come from
[`server.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/server.py),
[`capability_model.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/capability_model.py),
[`write_limits.py`](https://github.com/fireostendere/mcp_diptrace/blob/20e4bc107e3810945f729d3c81d0a379d9af8012/src/diptrace_mcp/write_limits.py), and runtime
`get_capabilities`; runtime values win.

## Refusals

- Do not infer DipTrace 5.3 compatibility from a synthetic scaffold or parser success.
- Do not call a tool absent from runtime discovery; follow
  [`../capability-map.json`](../capability-map.json).
- Do not collapse schematic logical connectivity and PCB ratlines into one completion claim.
- Keep source designs unchanged. Native checks requested as part of intake use isolated copies;
  discover the helper before calling native opening unavailable. Do not start unrelated processes.

Label every returned fact `caller` or `document`; label derived prioritization `heuristic`.

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

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →