cpu
Installation
SKILL.md
cpu - CPU Information & Detection
The cpu module provides a quick way to retrieve detailed hardware information about the system's processor and determine the system's byte order (endianness).
When to Activate
- When identifying CPU architecture or hardware specs.
- When detecting system endianness (little-endian vs big-endian) for low-level development or network programming.
Core Principles & Rules
- Conciseness: Designed for rapid hardware checks.
- Endianness Flags: Returns
lfor little-endian andbfor big-endian.
Patterns & Examples
View CPU Info
# Display detailed processor hardware information
x cpu info