linux skills

519 tagged linux, measured the same way as everything else here.

Browse within: macos 141cross-platform 91bash 56LaTeX 55bibtex 55desktop-app 55kylinos 55rust 50terminal 48zsh 48mac 47assistant 45audio 43ecs 43

logging

25

y5-snowies/nourish

Skill Claude CodeCodex

How to log in the y5 compositor. Use whenever you add, change, or migrate logging — any time you'd reach for a log/print statement, "add a log", debug output, tracing::!, println!, or a fatal panic! with a message. y5 has its own tracing-free structured logging; this skill is the source of truth for using it.

228 +2 4d ago A 83 tokens original Apache-2.0

shader-skill

26

y5-snowies/nourish

Skill Claude CodeCodex

Audience: an agent writing a shader bundle for the y5 compositor from a natural-language request. This document is the specification. It is exhaustive: everything you need to emit a correct bundle is here. The example bundles listed at the end are for calibration — read one when you want to see a shape in practice…

228 +2 4d ago C 0 tokens original Apache-2.0

pr-review

27

aethersdr/AetherSDR

Skill Claude CodeCodex

Full PR review for AetherSDR — verifies the PR against its linked issue, audits scope creep and undisclosed changes, checks governance and code quality, posts one GitHub review with inline comments, and reports blockers/nits/recommendation as markdown. Use when asked to review a PR (e.g. "/pr-review 4609").

214 2d ago B 72 tokens GPL-3.0

drhelius/Gearcoleco

Skill Claude CodeCodex

Debug and trace ColecoVision and Super Game Module games using the Gearcoleco emulator MCP server. Provides workflows for Z80 CPU debugging, breakpoint management, TMS9918A VDP/SN76489/AY-3-8910 hardware inspection, disassembly analysis, execution tracing, and rewind/time-travel debugging. Use when the user wants to…

138 3d ago A 194 tokens GPL-3.0

drhelius/Gearcoleco

Skill Claude CodeCodex

Hack, modify, and translate ColecoVision and Super Game Module ROMs using the Gearcoleco emulator MCP server. Provides workflows for memory searching, value discovery, cheat creation, data modification, sprite/text finding, translation patching, and rewind-assisted experimentation. Use when the user wants to create…

138 3d ago A 160 tokens GPL-3.0

write-cve-rule

30

evdenis/cvehound

Skill Claude CodeCodex

Write, debug, or validate a CVEhound detection rule (.cocci or .grep) for a Linux kernel CVE. Use when adding a rule under cvehound/cve/, when a rule's slow tests fail, or when asked why a rule does or doesn't fire on a kernel tree. Not for general Coccinelle work outside this repository.

137 3d ago A 78 tokens GPL-3.0

bolivian-peru/os-moda

Skill Claude CodeCodex

Large-scale social simulation with 50-200 demographically diverse AI personas debating on a simulated Twitter/Reddit board to predict outcomes.

116 2mo ago A 32 tokens original Apache-2.0

bolivian-peru/os-moda

Skill Claude CodeCodex

Build software via spec-driven development (github/spec-kit). Whenever the user asks for a feature larger than a one-line tweak, scaffold a spec-kit project, capture WHAT + WHY, declare tech stack, break into tasks, then iterate the implementation until tests pass.

116 2mo ago A 56 tokens original Apache-2.0

swarm-predict

33

bolivian-peru/os-moda

Skill Claude CodeCodex

Multi-perspective risk analysis using structured persona debate before deploying changes.

116 2mo ago A 17 tokens original Apache-2.0

heinzel-fleet-audit

34

wintermeyer/heinzel

Skill Claude CodeCodex

Compare key policies across all servers in memory/servers/ to surface silent drift. Makes no configuration changes; writes one audit-trail line to each host's journal. Probes unattended-upgrades, sshd effective config, firewall posture, MTA, time sync, and auto-reboot behaviour. Use when the user asks to "fleet…

90 +1 14d ago A 112 tokens original MIT

wintermeyer/heinzel

Skill Claude CodeCodex

Run a heinzel housekeeping (health) inspection on a server — disk, memory, load, pending updates, firewall, SSL certs, failed systemd units, logs, kernel reboot status, and service-specific checks. Use when the user asks to "run housekeeping", "housekeeping report", "run a health check on ", or "do routine…

90 +1 14d ago A 124 tokens original MIT

heinzel-security

36

wintermeyer/heinzel

Skill Claude CodeCodex

Run a heinzel security audit on a server — SSH hardening (password auth, weak algos, root login), firewall, user account hygiene, listening services, kernel hardening (ASLR, IP forwarding), file permissions, SUID/SGID audit, fail2ban. Use when the user asks for a "security audit", "security review", "hardening check"…

90 +1 14d ago A 137 tokens original MIT

tauri-pilot

37

mpiton/tauri-pilot

Skill Claude CodeCodex

Inspect, interact with, and test a running Tauri v2 app via CLI. Communicates over Unix socket using JSON-RPC 2.0. Use when testing UI, automating interactions, or debugging a Tauri app.

77 2d ago B 52 tokens original MIT

gearlynx-debugging

38

drhelius/Gearlynx

Skill Claude CodeCodex

Debug and trace Atari Lynx games using the Gearlynx emulator MCP server. Provides workflows for 6502 CPU debugging, breakpoint management, hardware inspection, disassembly analysis, and execution tracing. Use when the user wants to debug a Lynx game, trace code execution, inspect CPU registers or hardware state, set…

74 3d ago A 137 tokens GPL-3.0

gearlynx-romhacking

39

drhelius/Gearlynx

Skill Claude CodeCodex

Hack, modify, and translate Atari Lynx ROMs using the Gearlynx emulator MCP server. Provides workflows for memory searching, value discovery, cheat creation, data modification, sprite/text finding, and translation patching. Use when the user wants to create cheats, find game values in memory, modify ROM data…

74 3d ago A 148 tokens GPL-3.0

dotfiles-bootstrap

40

sebastienrousseau/dotfiles

Skill Claude CodeCodex

Bootstrap a workstation with the dotfiles framework. Takes a GitHub user / owner+repo / explicit clone URL and runs dot init (which shells out to chezmoi) with the right safety prompts. Honors the active agent profile (ask / plan / apply / audit) so it defaults to dry-run in safer modes and full apply in apply.

74 2d ago A 88 tokens original Apache-2.0

vibe

41

sebastienrousseau/dotfiles

Skill Claude CodeCodex

Delegate a coding task to a cheap AI model (Mistral Vibe by default, but any provider Vibe knows about — DeepSeek, Gemini Flash, etc.) and supervise the result via git diff. Claude orchestrates, the cheap model codes. Claude consumes 500-1500 tokens per delegation regardless of how many file reads the delegate does…

74 2d ago A 137 tokens original Apache-2.0

docx

42

TetiAI/hivebox

Skill Claude CodeCodex

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

64 2mo ago A 168 tokens copy · 80% BSD-3-Clause

pptx

43

TetiAI/hivebox

Skill Claude CodeCodex

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…

64 2mo ago A 152 tokens copy · 83% BSD-3-Clause

skill-creator

44

TetiAI/hivebox

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

64 2mo ago A 64 tokens copy · 88% BSD-3-Clause

perf-audit

45

unisic/unisic

Skill Claude CodeCodex

Full performance/concurrency audit of Unisic (C++/Qt6/QML, Wayland). Use when the user asks for a performance audit, "make app fast", idle CPU/memory investigation, memory leaks, thread bugs, deadlocks, or invokes /perf-audit. Measurement-first — never guess; produces a structured report and minimal fixes.

54 +1 14d ago A 76 tokens GPL-3.0

ponytail-perf-audit

46

unisic/unisic

Skill Claude CodeCodex

Ponytail-style performance/concurrency audit of Unisic (C++/Qt6/QML, Wayland): lazy senior engineer, evidence-first, NO code changes during the audit. Produces a verdict/baseline/ranked-findings report in the strict P tag format. Use when the user says "ponytail audit", "audyt wydajności ponytail"…

54 +1 14d ago A 122 tokens GPL-3.0

agent-computer-use

47

kortix-ai/agent-computer-use

Skill Claude CodeCodex

REQUIRED for any task that involves operating a desktop application — opening apps, clicking buttons, typing into fields, pressing keys, scrolling, dragging, reading what's on screen, moving or resizing windows, or verifying state after an action. Always use the agent-cu CLI commands (open, snapshot, click, type, key…

53 +2 3mo ago B 216 tokens original MIT

1password

48

eobarretooo/ClawLite

Skill Claude CodeCodex

Retrieve secrets and vault items from 1Password using the op CLI with a service account token.

49 2mo ago A 22 tokens original MIT