Claude-skill-registry iiot-seed/errors

Error handling and recovery for iiot-seed CLI

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/errors" ~/.claude/skills/majiayu000-claude-skill-registry-iiot-seed-errors && rm -rf "$T"
manifest: skills/data/errors/SKILL.md
source content

iiot-seed/errors

Error handling and recovery for iiot-seed CLI

When to Use

  • "iiot-seed error"
  • "iiot-seed failed"
  • "fix iiot-seed"

Instructions

[Step-by-step instructions for the agent to follow]

Patterns

Pattern 1: [Name]

// Code example

Anti-Patterns

DON'T: [Anti-pattern name]

[Explanation and correct approach]

Quick Reference

PatternUse Case
......