agentsclimarketplace

Code example

Skill igapyon/igapyon-agent-skills/skills/igapyon-skill-compactor/tests/fixtures/code-example

A personal repository for managing Agent Skills used for Japanese Note/Qiita article writing, companion-style technical and music post writing, GitHub text drafting, and Mikuku character-agent workflows.

Install
npx -y skills add igapyon/igapyon-agent-skills --skill code-example

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing 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.

What its author says it does

Copied from the file, not written here

Use when the user asks widget-api-helper to create a Widget API request. Do not activate for unrelated HTTP questions.

SKILL.md

0.6 KB, 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.