instructor
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install instructor --cli claudewrites the skill into.claude/skills/instructor/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/instructor/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
When to use it
Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/prompt-engineering-instructor/SKILL.md -o .claude/skills/prompt-engineering-instructor/SKILL.md
Notes
Extracted from davila7/claude-code-templates, prompt-engineering-instructor category.