A Skill Is Code the Agent Wrote for Itself
You'll see why a skill is really code an agent wrote for itself. Ask any stateless agent to repeat a multi-step task — pull the failing test names from the last CI run, group them by owning team, post the summary — and the first run gets reasoned out from scratch: parse the log, find the team field, format the output.

