From skillsets
Use when designing, implementing, reviewing, debugging, testing, profiling, or porting concurrent, parallel, distributed, high-performance, network dataplane, kernel-bypass, or real-time software, including locks, semaphores, monitors, MPI, CSP rendezvous, DPDK, VPP, eBPF, XDP, AF_XDP, SR-IOV, RSS, RoCEv2/RDMA, RMS/EDF, priority inversion, and environment selection from silicon to edge.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillsets:realtime-systems-codingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat every task as a state, timing, and synchronization contract. Identify the execution units, shared state, communication mode, timing limits, platform abstraction level, and correctness properties before writing or changing code.
agent.mdagents/openai.yamlcommands/concurrency-code-review.mdcommands/environment-selection.mdcommands/schedulability-review.mdcommands/timing-benchmark.mdreferences/development-environments/abstraction-level-map.mdreferences/development-environments/level--1-silicon-circuits.mdreferences/development-environments/level-0-hardware-offload.mdreferences/development-environments/level-1-bare-metal.mdreferences/development-environments/level-2-virtual-machines.mdreferences/development-environments/level-3-cloud-native-containers.mdreferences/development-environments/level-4-edge-geographic.mdreferences/distributed-programming-models.mdreferences/exercise-derived-patterns.mdreferences/flow-and-diagram-patterns.mdreferences/knowledge-map.mdreferences/message-passing-distributed.mdreferences/monitor-signalling-semantics.mdreferences/mutual-exclusion-algorithms.mdTreat every task as a state, timing, and synchronization contract. Identify the execution units, shared state, communication mode, timing limits, platform abstraction level, and correctness properties before writing or changing code.
references/knowledge-map.md for the conceptual map.references/shared-memory-synchronization.md for locks, semaphores, monitors, condition variables, and Java/POSIX patterns.references/mutual-exclusion-algorithms.md for Dijkstra conditions, refinement flow, Dekker, Peterson, N-process filters, busy waiting, and custom mutual exclusion proof.references/monitor-signalling-semantics.md for AS, SC, SX, SW, SU, signal stealing, urgent queues, nested monitor calls, and monitor verification rules.references/exercise-derived-patterns.md for canonical synchronization pseudocode: monitor semaphores, rendezvous, encoded-count buffers, readers-writers, bridge traffic, dining philosophers, priority allocation, FIFO/SJF queues, controller wakeups, and service pipelines.references/message-passing-distributed.md for rendezvous, buffered/non-blocking communication, MPI, and SPMD systems.references/distributed-programming-models.md for CSP guarded commands, alternative/repetitive orders, lack of fairness, RPC/RMI, remote invocation, and rendezvous entry points.references/realtime-scheduling-analysis.md for clocks, timers, drift, task attributes, RMS, EDF, blocking, priority inversion, and aperiodic servers.references/network-dataplane-and-kernel-bypass.md for DPDK, VPP, eBPF, XDP, AF_XDP, Linux TC, RSS, NAPI, IRQ suspension, SR-IOV, RoCEv2/RDMA, SmartNIC/DPU offload, TCP handoff, and IOAM-style telemetry.references/flow-and-diagram-patterns.md when a diagram, timeline, proof flow, monitor queue model, message-passing sequence, or Gantt-style task model would make the work safer.references/development-environments/abstraction-level-map.md before choosing ASIC/FPGA, accelerator/offload, bare-metal, VM, container, or edge targets.tasks/intake-and-modeling.md.tasks/design-shared-memory-concurrency.md, plus tasks/apply-exercise-patterns.md for canonical monitor/semaphore pseudocode, references/mutual-exclusion-algorithms.md for custom protocols, and references/monitor-signalling-semantics.md for monitor/condition signalling.tasks/design-message-passing-system.md and references/distributed-programming-models.md.tasks/design-network-dataplane-system.md.tasks/design-realtime-scheduler.md.tasks/implement-high-performance-pattern.md.tasks/diagnose-concurrency-bug.md.tasks/derive-correctness-proof.md.tasks/model-with-diagrams.md.tasks/verify-and-test-concurrent-realtime.md and references/review-checklist.md.scripts/schedulability.py --help to compute RMS/EDF utilization checks and simulate preemptive schedules over a bounded horizon.scripts/concurrency_static_scan.py <path> for heuristic checks around locks, semaphores, waits, notifications, MPI, sleeps, and drift risks.scripts/tooling_probe.sh to inspect local tooling for C/C++, POSIX, MPI, RT Linux, containers, FPGA, and edge/Wasm targets.Lead with the chosen concurrency or real-time model. State assumptions, task/resource map, synchronization or communication protocol, schedulability/performance evidence, commands run, and residual platform risks.
npx claudepluginhub oghie/skillsets --plugin skillsetsProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.