Code example
Skill igapyon/igapyon-agent-skills/skills/igapyon-skill-compactor/tests/fixtures/code-example
Use when the user asks widget-api-helper to create a Widget API request. Do not activate for unrelated HTTP questions.From its SKILL.md
npx -y skills add igapyon/igapyon-agent-skills --skill code-exampleAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `curl -X POST https://api.example.invalid/v2/widgets -H 'Content-Type: application/json' -H 'X-Widget-Version: 2026-07-01' -d '{"widgetId":"wdg-2048","enabled":true}'`.
- fetches URLsInstructs the agent to fetch 1 URL, including https://api.example.invalid/v2/widgets.
SKILL.md
0.6 KB, 116 tokens by cl100k_base, as published. Nobody here has run it
widget-api-helper
Send a Widget API request with the required version and JSON shape.
curl -X POST https://api.example.invalid/v2/widgets \
-H 'Content-Type: application/json' \
-H 'X-Widget-Version: 2026-07-01' \
-d '{"widgetId":"wdg-2048","enabled":true}'
Never remove X-Widget-Version. Treat HTTP 409 as an existing-widget result,
not as a retryable failure. Return the HTTP status and response body.
What ships with it: 1 file
464 B alongside SKILL.md
- expectations.json464 B