---
title: Agent Skills Usage
date: 2026-04-13T16:16:41-07:00
categories:
- llms
---
I have a bunch of [coding agent skills](https://github.com/sanand0/scripts/tree/main/agents) I've accumulated over the last few months. Here's how often my sessions use them:
Here are my observations, with surprises highlighted as ⁉️
- [`code`](https://github.com/sanand0/scripts/tree/main/agents/code/SKILL.md) is the most used skill, by far. About half the sessions use it.
- But Claude doesn't use it much⁉️
- The [`data-story`](https://github.com/sanand0/scripts/tree/main/agents/data-story/SKILL.md) and [`data-analysis`](https://github.com/sanand0/scripts/tree/main/agents/data-analysis/SKILL.md) skills were the most rapidly adopted.
- I use Claude (with Claude Code _and_ Copilot) a lot more for data stories. I use Codex for data analysis.
- Therefore the [`webapp-testing`](https://github.com/sanand0/scripts/tree/main/agents/webapp-testing/SKILL.md) and [`devtools`](https://github.com/sanand0/scripts/tree/main/agents/devtools/SKILL.md) skilss are used less by Codex.
- The [`design`](https://github.com/sanand0/scripts/tree/main/agents/design/SKILL.md) skill is used consistently across agents. It was inspired by Claude's design skill - but I don't think it is particularly good, and needs revision.
- [`agent-friendly-cli`](https://github.com/sanand0/scripts/tree/main/agents/agent-friendly-cli/SKILL.md) tool development is mostly with Codex, followed by Copilot, and very little with Claude.
- Most [`pdf`](https://github.com/sanand0/scripts/tree/main/agents/pdf/SKILL.md) sessions are with Copilot / Codex, not Claude⁉️
- Codex reads most skills diligengly.
- It is the only one diligently reading my [`uv-uvx`](https://github.com/sanand0/scripts/tree/main/agents/uv-uvx/SKILL.md) skill, even though every agent uses it⁉️
- In fact, it is the only agent to have read every skill except [`linkedin-cdp`](https://github.com/sanand0/scripts/tree/main/agents/linkedin-cdp/SKILL.md) (it never needed it.)