doc

Audit and synchronize project documentation against authoritative source-of-truth files.

2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/pjcau/esp32-emu-turbo --skill doc-pjcau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/pjcau/esp32-emu-turbo/tree/main/.claude/skills/doc
Command: npx skills add https://github.com/pjcau/esp32-emu-turbo --skill doc-pjcau

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project documentation often becomes outdated after hardware revisions, schematic updates, or BOM changes, leading to confusion and errors for developers and manufacturers.

Core Features & Use Cases

  • Regenerate schematics from the authoritative config before auditing.
  • Collect source‑of‑truth values from config scripts, board headers, routing definitions, and manufacturing files.
  • Audit website documentation across schematic, component, manufacturing, verification, PCB, software, and Claude‑agents pages, reporting every mismatch.
  • Fix outdated entries automatically and verify the documentation builds successfully.
  • Use case: After modifying the PCB layout or updating the BOM, run this skill to ensure all website docs accurately reflect the new hardware specifications.

Quick Start

Run the doc skill to audit and align all documentation with the current hardware configuration.

Frequently Asked Questions about doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit hardware documentation against schematic and PCB source files?

To audit hardware documentation, this skill reads config scripts, board headers, routing definitions, and manufacturing files to collect source-of-truth values. It then compares these against website documentation to report and automatically fix every mismatch.

What is the best way to sync project documentation after a BOM update?

Syncing project documentation after a BOM update involves running this skill to collect authoritative manufacturing data. It detects outdated entries across documentation pages, corrects discrepancies, and verifies the website documentation builds successfully.

Can I automatically fix outdated website documentation for hardware revisions?

Yes, you can automatically fix outdated website documentation by auditing it against current hardware configuration files. The skill corrects mismatches across schematic, component, manufacturing, and PCB pages, then validates the documentation build.

Does this skill require specific file formats to audit schematics and PCB layouts?

Auditing schematics and PCB layouts requires reading config scripts, board header files, routing definitions, and manufacturing data. These authoritative source-of-truth files provide the baseline values needed to detect and correct discrepancies in the documentation.

When should I run a documentation audit for my hardware design repository?

You should run a documentation audit whenever you modify the PCB layout, update the BOM, or change hardware configurations. This ensures website documentation accurately reflects the new hardware specifications and prevents manufacturing errors.

How do I regenerate schematics before auditing hardware documentation?

To regenerate schematics before auditing, the skill uses the authoritative config files as the baseline. It then collects source-of-truth values from these regenerated schematics to compare against website documentation and fix any discrepancies.