breenix-interrupt-syscall-development

Community

Pristine interrupt/syscall paths.

Authorryanbreen
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This document enforces strict rules for interrupt and syscall code paths to avoid diagnostic overhead that breaks real-time behavior.

Core Features & Use Cases

  • Absolute prohibitions on logging and memory diagnostics
  • Approved patterns for minimal, deterministic code
  • Guidance on testing and code-review checklist

Quick Start

Integrate the rules into your development workflow: ensure no debug prints in hot paths, avoid allocations in interrupt handlers, and prefer external tracing methods.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: breenix-interrupt-syscall-development
Download link: https://github.com/ryanbreen/breenix/archive/main.zip#breenix-interrupt-syscall-development

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository