Spectra Skills Index
Spectra: GPU C++20 plotting (Vulkan, ImGui, IPC). CLAUDE.md + BUILD_ENVIRONMENT.md for build rules.
Workflow & repo
| Skill | Use when |
|---|---|
| spectra-dev | Full feature cycle (plan → build → QA) |
| spectra-implementation | Plan, design, or write C++/GLSL/Python |
| build-and-test | Compile, ctest, smoke |
| git-manager | Commits, branches, PRs, releases |
| github-ci | Actions workflows, CI failures |
| qa-orchestrator | Multi-domain QA sweep |
Development
| Skill | Use when |
|---|---|
| build-system | CMake targets, flags, shaders in build |
| debug-vulkan | Validation, swapchain, pipeline errors |
| add-shader | New GLSL/SPIR-V |
| add-series-type | New 2D/3D series |
| add-command | Command palette + shortcuts |
| add-test | Unit, golden, benchmark |
| add-example | examples/ demo |
| 3d-rendering | Axes3D, camera, 3D shaders |
| data-pipeline | Decimation, filters, streaming |
| ipc-protocol-dev | IPC messages, daemon |
| python-bindings | python/spectra/ |
| code-simplifier | Safe refactors, no API change |
| graphical-change-workflow | Any pixel/shader/UI change |
| spectra-mcp | Live app http://127.0.0.1:8765/mcp |
QA (SPECTRA_BUILD_QA_AGENT=ON)
| Skill | Use when |
|---|---|
| qa-designer-agent | Visual design review |
| qa-performance-agent | Stress/fuzz, crashes |
| qa-regression-agent | Golden + unit gate |
| qa-api-agent | Python/IPC/public API |
| qa-accessibility-agent | WCAG, colorblind, keyboard |
| qa-memory-agent | ASan, leaks, VMA |
| qa-ros-performance-agent | ROS2 adapter |
Quick routing
- Pixels/shaders →
graphical-change-workflow+ domain skill - Python/IPC break →
python-bindings+qa-api-agent - CI red →
github-ci(+ root fix in code if needed) - Commit/PR/release →
git-manager - Simplify only →
code-simplifier
Converted from .github/agents/*.agent.md (2026-06).
Source: danlil240/Spectra — distributed by TomeVault.