Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

esp32-emu-turbo

esp32-emu-turbo 收录了来自 pjcau 的 43 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
43
Stars
2
更新
2026-04-17
Forks
0
职业覆盖
10 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

check
软件开发工程师

Full PCB verification loop using local kicad-cli (DRC + 3D render + gerbers)

2026-04-17
create-skill
软件开发工程师

Create a new Claude Code skill for this project. Use when you need to add a new skill, improve an existing skill, or convert a workflow into a reusable skill.

2026-04-17
datasheet-verify
电子工程师(非计算机)电气和电子工程技术专家和技术员

Verifies that every PCB pad-to-net assignment matches the manufacturer datasheet pin specifications. Use when changing board.py/routing.py/footprints.py, after GPIO remapping, before releases, or when adding new components. Automated guard against wiring errors like unconnected VBUS, wrong pin assignments, or missing GND connections.

2026-04-17
design-intent
电子工程师(非计算机)

Design intent adversary — cross-checks GPIO, nets, power chains, signal paths across firmware/schematic/PCB/datasheet sources to find lost connections and inconsistencies

2026-04-17
dfm-fix
电气和电子工程技术专家和技术员

Analyze a DFM report and fix all issues in the PCB generation scripts

2026-04-17
dfm-test
软件质量保证分析师与测试员

Run DFM guard tests and add new regression tests after fixing PCB issues

2026-04-17
doc
软件开发工程师

Scan all documentation against source-of-truth files (config.py, board_config.h, routing.py, BOM, PCB) and report/fix outdated values. Use after PCB changes, GPIO remapping, BOM updates, or before releases.

2026-04-17
drc-audit
电子工程师(非计算机)

Full KiCad DRC audit — catches net shorts, unconnected pads, dangling vias, and clearance violations that custom scripts miss

2026-04-17
drc-native
电子工程师(非计算机)

Run native KiCad DRC with smart violation filtering, delta tracking, and fix suggestions

2026-04-17
electrical-review
电气工程师电子工程师(非计算机)

Comprehensive electrical verification — strapping pins, decoupling adequacy, power sequencing, SPICE simulation, and 30-question manual checklist

2026-04-17
enclosure-design
机械绘图员

Design and modify the OpenSCAD parametric enclosure for the handheld console

2026-04-17
enclosure-export
机械工程师机械绘图员

Export OpenSCAD enclosure parts to STL files for 3D printing

2026-04-17
enclosure-render
软件开发工程师

Render OpenSCAD enclosure views to PNG via Docker

2026-04-17
external-dfm
软件开发工程师

Run external DFM analysis using KiBot (DRC/ERC/design report) and Tracespace (gerber validation) via Docker. Use after internal verify passes to get a second opinion from third-party tools.

2026-04-17
firmware-build
软件开发工程师

Build, flash, and test ESP-IDF firmware for ESP32-S3 (via Docker or native)

2026-04-17
firmware-sync
软件开发工程师

Verify GPIO pin assignments match between firmware (board_config.h) and schematic (config.py)

2026-04-17
fix-rotation
电子工程师(非计算机)

Investigate and fix JLCPCB CPL rotation for a component using mathematical pin alignment analysis

2026-04-17
full-release
电子工程师(非计算机)

Complete release pipeline — all verifications, 3D PCBA renders, SVG renders, gerber export, BOM/CPL, and release_jlcpcb/ sync. Use after PCB changes to prepare a production-ready JLCPCB package with documentation renders.

2026-04-17
generate
电子工程师(非计算机)

Run the full PCB generation pipeline (generate + zone fill + gerbers + release package)

2026-04-17
hardware-audit
电子工程师(非计算机)

Deep electrical/functional audit of the ESP32 Emu Turbo hardware design. Finds bugs that prevent power-on, component operation, or emulator functionality. Cross-checks schematics, PCB, datasheets, and firmware via automated gates + manual domain-by-domain review.

2026-04-17
hardware-test-gen
电子工程师(非计算机)

Generate ESP-IDF Unity test firmware for prototype board validation. Run after PCB assembly to verify all GPIOs, buses, and peripherals work correctly.

2026-04-17
jlcpcb-alignment
软件开发工程师

Verify JLCPCB pick-and-place alignment for all bottom-side ICs and connectors. Checks CPL rotation, position corrections, and pin-to-net assignments. Use before any JLCPCB PCBA order or after changing CPL/rotation/position parameters.

2026-04-17
jlcpcb-check
软件开发工程师

Investigate JLCPCB 3D model alignment for a component (rotation, position, pin mapping)

2026-04-17
jlcpcb-parts
软件开发工程师

Search JLCPCB/LCSC parts catalog and check BOM component availability

2026-04-17
jlcpcb-validate
电子工程师(非计算机)

Run comprehensive JLCPCB DFM validation — drill rules, edge clearances, copper checks, NPTH, silkscreen, gerber completeness, and best practices. Use after PCB changes, before JLCPCB upload, or when investigating manufacturing rejections.

2026-04-17
pad-analysis
软件开发工程师

Analyze pad-to-pad distances to detect spacing violations before DFM upload

2026-04-17
pcb-board
软件开发工程师

Board setup operations — dimensions, outline, layers, mounting holes, text (KiCAD MCP tools 5-13)

2026-04-17
pcb-components
软件开发工程师

Component placement operations — place, move, rotate, align, array (KiCAD MCP tools 14-23)

2026-04-17
pcb-library
软件开发工程师

Footprint library management — search, list, inspect footprint details (KiCAD MCP tools 32-35)

2026-04-17
pcb-optimize
电气和电子工程技术专家和技术员

Analyze PCB layout and suggest optimizations (traces, copper balance, thermal, vias)

2026-04-17
pcb-review
电气和电子工程技术专家和技术员

Comprehensive PCB design review — 8 domains, 100-point scoring, JLCPCB DFM rules, datasheet pin verification

2026-04-17
pcb-routing
电气与电子绘图员

Trace routing operations — route, via, differential pair, copper pour, net classes (KiCAD MCP tools 24-31)

2026-04-17
pcb-schematic
电气与电子绘图员

Schematic design operations — create, edit, wire, net labels, export (KiCAD MCP tools 50-58)

2026-04-17
pcb-to-firmware
软件开发工程师

Auto-propagate PCB/routing changes to firmware (board_config.h), docs, and config files. Run after any GPIO remapping, component change, or routing modification. Detects diffs, applies fixes, verifies consistency.

2026-04-17
pcba-render
软件开发工程师

Generate photorealistic 3D PCBA renders using KiCad raytracer. Produces top, bottom, isometric, and detail views at 1920x1080 with floor reflections and studio lighting. Use after PCB changes, for documentation, or manufacturing review.

2026-04-17
pipeline-resume
软件开发工程师

Resume a failed PCB pipeline from the last successful checkpoint

2026-04-17
release-prep
软件开发工程师

Quick release pipeline — generate, verify, export gerbers, copy to release folder (no git commit)

2026-04-17
release
软件开发工程师

Prepare a complete JLCPCB release package with version notes

2026-04-17
render
软件开发工程师

Run the Docker rendering pipeline (schematics, PCB, enclosure)

2026-04-17
scout
软件开发工程师

Search GitHub for new Claude Code skills, agents, patterns and create a PR with findings

2026-04-17
当前展示该仓库 Top 40 / 43 个已收集 skills。