This repository contains Agent Skills maintained by the Process Mission team, providing reusable expertise and workflows for AI coding agents specialized for Operating System development.
# List available skills
npx skills add processmission/agent-skills --list
# Select and install skills interactively
npx skills add processmission/agent-skillsgit clone https://github.com/processmission/agent-skills.git
cp -R agent-skills/skills/<skill-name> ~/.codex/skills/Replace <skill-name> with a skill directory name. For other agents, copy it to that agent's Skills directory.
| Skill category | Description |
|---|---|
| Interactive GDB debugging | Drive persistent GDB sessions safely through tmux for local, remote, QEMU, and core-dump debugging. |
| Zephyr agent skills | Reusable skills for Zephyr development, debugging, exploration, patch review, and safety evidence. |