Branching flow
Skill igapyon/igapyon-agent-skills/skills/igapyon-skill-compactor/tests/fixtures/branching-flow
Use when the user asks import-state-handler to process an import job. Do not activate for generic CSV questions.From its SKILL.md
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.
SKILL.md
0.7 KB, 132 tokens by cl100k_base, 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.
What ships with it: 1 file
454 B alongside SKILL.md
- expectations.json454 B