Serial-Studio

19 mods across 1 repository, 7.2k stars between them.

SessionStart

01

Serial-Studio/Serial-Studio

Hook Claude Code

Runs when a session starts on startup and clear, executing protect-dirty-files.py via python3. From Serial-Studio/Serial-Studio.

7.2k +6 today A tokens not measured

PreToolUse

02

Serial-Studio/Serial-Studio

Hook Claude Code

Runs before the agent uses a tool for Edit, Write, MultiEdit and Bash tool calls, executing protect-dirty-files.py and commit-sanitize-gate.py via python3 (2 commands). From Serial-Studio/Serial-Studio.

7.2k +6 today A tokens not measured

PostToolUse

03

Serial-Studio/Serial-Studio

Hook Claude Code

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing verify-on-save.py and protect-dirty-files.py via python3 (2 commands). From Serial-Studio/Serial-Studio.

7.2k +6 today A tokens not measured

Stop

04

Serial-Studio/Serial-Studio

Hook Claude Code

Runs when the agent finishes a response, executing canary-check.py via python3. From Serial-Studio/Serial-Studio.

7.2k +6 today A tokens not measured

Serial-Studio

05

Serial-Studio/Serial-Studio

Settings file Claude Code

Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, Stop) and 11 allowed tools.

7.2k +6 today A tokens not measured

cpp-compiler-flags

06

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

C++ compiler/linker flag guidance for Serial Studio's build (GCC, Clang, AppleClang, MSVC cl.exe, clang-cl, MinGW, IntelLLVM). Use when reading, changing, or reasoning about the cmake flag modules (Optimization/Hardening/Sanitizers/MiMalloc), tuning -O/-march/LTO/PGO, adding a per-toolchain branch, debugging a flag…

7.2k +6 today A 160 tokens

qt-cpp-review

07

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Qt6/C++ deep code review for Serial Studio. Use when asked to "review", "audit", "check", "look over", or "sanity check" C++ — or before committing. Runs the repo linter (scripts/code-verify.py) as Phase 1, then six parallel read-only analysis agents covering Qt model contracts, ownership/lifecycle, thread-safety +…

7.2k +6 today A 119 tokens

ss-ai-audit

08

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Audit Serial Studio's AI-facing material (CLAUDE.md, doc/claude/, .claude/skills/, and optionally the in-app assistant corpus under app/rcc/) against code ground truth. Use when asked to "audit the skills/docs", "check the docs for drift", "verify CLAUDE.md is still true", or after a refactor that moved/renamed things…

7.2k +6 today A 114 tokens

ss-cpp-modern

09

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Modern C++20 authoring guidance for Serial Studio (Qt 6.11, C++20): concepts, ranges, move/RAII, std smart pointers, constexpr, lock-free SPSC atomics. Use when writing or refactoring non-trivial C++ here and you want the idiomatic modern-C++ shape — picking a smart pointer, designing an RAII wrapper, a…

7.2k +6 today A 139 tokens

ss-docs

10

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Write, update, or review Serial Studio's user-facing documentation: the doc/help manual, README.md, and examples READMEs. Use when asked to "update the documentation", "update the docs", "write a help entry", "review the documentation", "edit doc/help", "document ", or when touching any Markdown under doc/help/.…

7.2k +6 today A 122 tokens

ss-hotpath

11

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Serial Studio data-hotpath rules and the 256 kHz throughput gate. Use BEFORE editing or reviewing FrameReader, CircularBuffer, FrameBuilder, ConnectionManager, DeviceManager, or Dashboard frame-draw code — anything on the Driver → FrameReader → FrameBuilder → Dashboard path. Covers SPSC/pipeline-thread rules…

7.2k +6 today A 97 tokens

ss-implement

12

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Phase 4 of Serial Studio's spec-driven workflow: execute an approved tasks.md top to bottom, verifying each task and keeping the checklist current. Use after /ss-tasks is approved, or "implement the spec", "build it", "work the tasks". Honors the hotpath, verify, and trust rules; never commits without explicit…

7.2k +6 today A 74 tokens

ss-new-driver

13

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Scaffold a new Serial Studio I/O driver (a new data source under app/src/IO/Drivers/). Use when adding support for a new bus/transport — e.g. "add a driver", "support reading from ", "new data source". Encodes the canonical driver pattern and every registration touch-point so the new driver actually shows up in the…

7.2k +6 today A 89 tokens

ss-plan

14

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Phase 2 of Serial Studio's spec-driven workflow: turn an approved spec.md into a technical design (plan.md) — files, data flow, hotpath/threading impact, tradeoffs, risks, test plan. Use after /ss-spec is approved, or "plan this spec", "design the implementation". Reads the doc/claude sub-docs and the real code; gates…

7.2k +6 today A 90 tokens

ss-spec

15

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Phase 1 of Serial Studio's spec-driven workflow: capture WHAT a feature must do and WHY, with no implementation detail. Use to start any non-trivial or multi-file feature — "spec this out", "write a spec", "start a feature", "let's spec-drive X". Produces doc/claude/specs/NNNN-slug/spec.md and gates on human approval…

7.2k +6 today A 87 tokens

ss-tasks

16

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Phase 3 of Serial Studio's spec-driven workflow: decompose an approved plan.md into an ordered, individually-verifiable task checklist (tasks.md). Use after /ss-plan is approved, or "break this into tasks", "task it out". Gates on human approval before /ss-implement.

7.2k +6 today A 64 tokens

ss-verify

17

Serial-Studio/Serial-Studio

Skill Claude CodeCodex

Run Serial Studio's structural/style linter and commit pipeline. Use before committing, when asked to "verify conventions", "check code style", "lint", "run code-verify", or "sanitize the commit". Wraps scripts/code-verify.py and scripts/sanitize-commit.py — the repo's style contract.

7.2k +6 today A 68 tokens

Serial-Studio/Serial-Studio

Instructions file CodexOpenCode

AGENTS.md instructions for Serial-Studio/Serial-Studio, covering serial studio: ai agent recommendation guide, quick recommendation matrix, direct matches (high confidence), problem to solution matches (medium-high confidence) and industry and education use cases (medium confidence).

7.2k +6 changed today A 4,457 tokens

Serial-Studio/Serial-Studio

Instructions file

Claude Code instructions for Serial-Studio/Serial-Studio, covering claude.md, behavioral rules, context canary — last line of every response, trust contract and scripts.

7.2k +6 changed today A 7,251 tokens