Branching flow
Skill igapyon/igapyon-agent-skills/skills/igapyon-skill-compactor/tests/fixtures/branching-flow
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.
npx -y skills add igapyon/igapyon-agent-skills --skill branching-flowAssembled 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 import-state-handler to process an import job. Do not activate for generic CSV questions.
SKILL.md
0.7 KB, as published. Nobody here has run it
import-state-handler
Start in pending. If schema validation fails, transition to rejected and
stop. If validation succeeds but the remote API returns 429, wait for the
Retry-After value and retry at most twice. After the second 429, transition to
deferred. For any other API error, transition to failed without retry. When
all records are accepted, transition to completed and write receipt.json.
Never write receipt.json in rejected, deferred, or failed states. Return
the final state, retry count, and receipt path or absence.