creator 8567a2a769 pcb-ai-engineer: add Celestial Altium Library setup reference
Production-ready Windows setup guide for connecting the Celestial
Altium Library (issus/altium-library, ~212k components, 311 views):
- portal.altiumlibrary.com registration & DbLib download
- Git LFS clone of issus/altium-library
- SQLNCLI11 install via official SQL Server 2012 SP4 Feature Pack MSI
  (required by Provider=SQLNCLI11.1 in portal-issued DbLib)
- MSOLEDBSQL 19 as optional side-by-side provider
- network access to db.altiumlibrary.com:1433 (OVH FR, 51.68.218.24)
  with MikroTik + xray/AmneziaWG routing notes
- Altium Designer File-based Libraries Preferences setup
- troubleshooting section covering the misleading 'MS Access required'
  error, z_ views, missing STEP models, etc.
- PowerShell one-shot installer script
2026-04-18 16:11:16 +00:00

claude-skills

Custom skills for Claude.ai (claude.ai → Settings → Skills).

Skills

Skill Description
bulletproof 12-stage adaptive dev workflow (research → deploy). Adapted for Python/Docker/Traefik/MikroTik/embedded stacks, Gitea CI/CD, SonarQube. Based on Bulletproof v5.0 by Artemiy Miller.
embedded-firmware-engineer Bare-metal & RTOS firmware: ESP32/ESP-IDF, STM32 HAL/LL, Nordic nRF, FreeRTOS, Zephyr. NASA/JPL Power of Ten rules, banned functions, DMA/cache coherence, GPIO policy, watchdog strategy, brown-out testing.
my-python-senior Senior-level Python engineer for systems, containers, LLM workflows, networking, and file processing.
pcb-ai-engineer Code-driven schematic & PCB design using Circuit-Synth (Python) → KiCad → Altium. Universal STM-family abstraction with family → package → pinmap → capabilities data model.

Structure

claude-skills/
├── README.md
├── bulletproof/
│   ├── SKILL.md
│   ├── agents/
│   │   └── code-reviewer.md
│   └── templates/
│       ├── handoff.md
│       ├── plan.md
│       ├── research.md
│       └── spec.md
├── embedded-firmware-engineer/
│   └── SKILL.md
├── my-python-senior/
│   ├── SKILL.md
│   ├── ai-ml-llm.md
│   ├── containers.md
│   ├── files-io.md
│   ├── networking.md
│   └── systems.md
└── pcb-ai-engineer/
    ├── SKILL.md
    ├── main.py
    ├── mcu_core.py
    ├── mcu_db.py
    ├── mcu_peripherals.py
    └── power.py

Usage

Each subdirectory is a standalone skill. Upload to Claude.ai via Settings → Profile → Custom Skills, or point Claude Code's --skill flag at the SKILL.md file.

License

Private — for personal use only.

S
Description
No description provided
Readme 243 KiB
Languages
Python 60.9%
HTML 39.1%