llm-output-schema-cons…
Zod schema constraints that Anthropic rejects or silently ignores when sent as structured-output tool definitions via aiSdk.Output.object(). Use when writing…
Pre-flight validation checks for Output SDK workflow operations. Ensures conventions are followed, requirements are gathered, and quality gates are passed before workflow execution.
$ npx -y skills add growthxai/output --skill output-meta-pre-flight --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/output-meta-pre-flightContext preview
The summary Claude sees to decide when to auto-load this skill.
Pre-flight validation checks for Output SDK workflow operations. Ensures conventions are followed, requirements are gathered, and quality gates are passed before workflow execution.
name: output-meta-pre-flight description: Pre-flight validation checks for Output SDK workflow operations. Ensures conventions are followed, requirements are gathered, and quality gates are passed before workflow execution. allowed-tools: [Read]
Ensure you have a deep understanding of the Output SDK and its capabilities. If not, use Claude Skill: `output-meta-project-context` and read it carefully.
Before proceeding with any workflow operation, verify:
`response.body?.cancel()`
When information is not explicitly provided, apply these defaults:
Only stop to ask for clarification on:
Before proceeding past pre-flight: 1. Confirm all required context is available 2. Verify understanding of the workflow's purpose 3. Check for existing similar workflows to use as patterns 4. Ensure Output SDK conventions are understood 5. Validate that necessary subagents are available
The open-source TypeScript framework for building AI workflows and agents. Designed for Claude Code — describe what you want, Claude builds it, with all the best practices already in place. One framework.
Repo: growthxai/output
Zod schema constraints that Anthropic rejects or silently ignores when sent as structured-output tool definitions via aiSdk.Output.object(). Use when writing…
Guide to the providerOptions structure in .prompt files — decision tree for where an option goes, common mistakes, per-provider quick reference, and Anthropic…
Implement an Output SDK workflow from a plan document. Use when the user asks to build, implement, or code a workflow from an existing plan, or after…
View and edit encrypted credentials in an Output.ai project. Use when adding secrets, updating API keys, verifying credential values, or retrieving a specific…
Wire encrypted credentials to environment variables using the credential: convention. Use when setting up LLM provider keys (ANTHROPIC_API_KEY, OPENAI_API_KEY)…