curtisgalloway/public-skills
Skill Claude CodeCodex
Board expert for the Raspberry Pi 5 / Compute Module 5 (BCM2712 SoC + RP1 southbridge): memory map and MMIO addresses, device tree, boot chain and exception-level hand-off, PSCI/SMP, interrupts, timers, clocks/power, UART/GPIO, PCIe and the RP1, plus sources and datasheets for bring-up. Use for any Pi 5, CM5, BCM2712…
curtisgalloway/public-skills
Skill Claude CodeCodex
Summarize past coding-agent sessions into teaching-oriented markdown files. Reads session transcripts from the agent's project-specific transcript directory, finds sessions that haven't been summarized yet (keyed on sessionid in existing summary frontmatter), and writes one summary per unsummarized session. Use when…
curtisgalloway/public-skills
Skill Claude CodeCodex
Generate a USB device-profile JSON — endpoint transfer types, directions, and max packet sizes across all configurations — by reading the device's driver source, so the Cynthion decode pipeline can type endpoints when enumeration traffic wasn't captured. Use when asked to generate, update, or inspect a device profile…
curtisgalloway/public-skills
Skill Claude CodeCodex
Generate a concise agent-work summary covering all sessions since the last git commit — what was asked for, how it was driven, and which skills were used. Suitable for pasting into PR descriptions or commit messages. Use when the user invokes /wrapup or asks to "summarize what the agent did" / "give me a PR summary" /…