llm-parse-retry

Community

Graceful retries for flaky LLM JSON.

Authordragonkid
Version1.0.0
Installs0

System Documentation

What problem does it solve?

LLM responses can be non-deterministic and occasionally return malformed JSON or unexpected formats. This Skill provides application-level retry logic to produce valid, structured outputs without failing immediately.

Core Features & Use Cases

  • Structured-output resilience: Retries and parses LLM outputs into validated JSON.
  • Error handling and fallback: Graceful degradation when all retries fail.
  • Use Case: Integrate with chat-based assistants to ensure reliable data extraction and downstream processing.

Quick Start

Use the llm-parse-retry to wrap an LLM call and automatically retry until a valid JSON payload is obtained or the system falls back to a default response.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: llm-parse-retry
Download link: https://github.com/dragonkid/dotfiles/archive/main.zip#llm-parse-retry

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.