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 l for little-endian and b for big-endian.

Patterns & Examples

View CPU Info

# Display detailed processor hardware information
x cpu info

Detect Endianness

# Check system byte order
x cpu endianness

Checklist

  • Confirm if general info or just endianness is needed.
Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026