For the purposes of the demo, I built my own API for managing tasks. It is not the GitHub API and it is not about real company systems. It is a simulated, controlled problem: tasks, comments, the waiting-for-response state, occasional 429, and a workflow realistic enough for an agent to hit the same problems as in practice. The whole demo catalog is public in the tkubica12/skills-demo-catalog repository.
The catalog contains the task-api-helper skill, which includes:
SKILL.mdwith instructions and a description of the capability.scripts/task_cli.pyas a CLI wrapper over the Task API.references/API.mdfor understanding the underlying API when the CLI is not enough.references/IMPROVEMENT-PROCESS.mdwith rules for improving the skill through a central process.








