.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/growthxai/output
home/skills/growthxai/output
growthxai avatar

growthxai/output

51 skills

View on GitHub
$npx skills add growthxai/output
SkillInstalls
llm-output-schema-constraintsZod schema constraints that Anthropic rejects or silently ignores when sent as structured-output tool definitions via Output.object().—output-build-workflowImplement 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…—output-credentials-editView and edit encrypted credentials in an Output.ai project. Use when adding secrets, updating API keys, verifying credential values, or retrieving a specific…—output-credentials-env-varsWire encrypted credentials to environment variables using the credential: convention.—output-credentials-initInitialize encrypted credentials for an Output.ai project. Use when setting up credentials for the first time, adding environment-specific credentials, or…—output-debug-workflowDebug Output SDK workflow issues. Use when user reports a workflow failing, erroring, hanging, producing wrong results, or asks to debug, troubleshoot, or…—output-dev-agent-classUse the Agent class for multi-step tool loops, conversation history, and reusable LLM agents.—output-dev-code-styleCode style conventions for Output SDK workflow projects. Use when writing or reviewing any TypeScript/JavaScript code.—output-dev-create-skeletonGenerate workflow skeleton files using the Output SDK CLI. Use when starting a new workflow, scaffolding project structure, or understanding the generated file…—output-dev-credentialsStore and reference encrypted secrets in Output SDK workflows using @outputai/credentials.—output-dev-eval-testingCreate offline evaluation tests for Output SDK workflows using @outputai/evals.—output-dev-evaluator-functionCreate evaluator functions in evaluators.ts for Output SDK workflows. Use when implementing quality assessment, validation logic, or content evaluation.—output-dev-folder-structureWorkflow folder structure conventions for Output SDK. Use when creating new workflows, organizing workflow files, or understanding the standard project layout.—output-dev-http-client-createCreate shared HTTP clients in src/shared/clients/ for Output SDK workflows.—output-dev-model-selectionPick the right LLM model for an Output SDK prompt file. Use when writing a new .prompt file, reviewing a model choice, or upgrading a stale model.—output-dev-prompt-fileCreate .prompt files for LLM operations in Output SDK workflows. Use when designing prompts, configuring LLM providers, or using Liquid.js templating.—output-dev-scenario-fileCreate test scenario JSON files for Output SDK workflows. Use when creating test inputs, documenting expected behaviors, or setting up workflow testing.—output-dev-skill-fileCreate .md skill files for Output framework's lazy-loaded instruction system.—output-dev-step-functionCreate step functions in steps.ts for Output SDK workflows. Use when implementing I/O operations, error handling, HTTP requests, or LLM calls.—output-dev-types-fileCreate types.ts files with Zod schemas for Output SDK workflows.—output-dev-upgrade-prompt-modelsBulk-upgrade the model field across .prompt files to the latest version of each prompt's existing family.—output-dev-workflow-costCalculate and display the cost of an Output SDK workflow execution run.—output-dev-workflow-functionCreate workflow.ts files for Output SDK workflows. Use when defining workflow functions, orchestrating steps, or fixing workflow structure issues.—output-error-direct-ioFix direct I/O in Output SDK workflow functions. Use when workflow hangs, returns undefined, shows "workflow must be deterministic" errors, or when HTTP/API…—output-error-http-clientFix HTTP client misuse in Output SDK steps. Use when seeing untraced requests, missing error details, axios-related errors, or when HTTP calls aren't being…—output-error-missing-schemasFix missing schema definitions in Output SDK steps. Use when seeing type errors, undefined properties at step boundaries, validation failures, or when step…—output-error-nondeterminismFix non-determinism errors in Output SDK workflows. Use when seeing replay failures, inconsistent results between runs, "non-deterministic" error messages, or…—output-error-try-catchFix try-catch anti-pattern in Output SDK workflows. Use when retries aren't working, errors are being swallowed, seeing unexpected FatalError wrapping, or when…—output-error-zod-importFix Zod schema import issues in Output SDK workflows. Use when seeing "incompatible schema" errors, type errors at step boundaries, schema validation failures,…—output-eval-auditAudit an existing eval suite for trustworthiness. Use when inheriting evals, suspecting evals miss real failures, or after significant pipeline changes.—output-eval-dataset-designDesign diverse eval datasets using dimension-based variation. Use when bootstrapping eval datasets, when real traces are sparse, or when existing datasets miss…—output-eval-error-analysisSystematically review workflow traces to identify failure modes before building evaluators.—output-eval-judge-promptDesign effective LLM judge .prompt files for evaluators. Use when creating judgeVerdict/judgeScore/judgeLabel prompts, or when existing judges produce…—output-eval-validate-judgeValidate LLM judges against human labels using TPR/TNR metrics and train/dev/test splits.—output-meta-post-flightPost-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compliance, quality validation, and…—output-meta-pre-flightPre-flight validation checks for Output SDK workflow operations.—output-meta-project-contextComprehensive guide to Output.ai Framework for building durable, LLM-powered workflows orchestrated by Temporal.—output-migrateUpgrade a project between versions of the Output framework. Use when the user asks to upgrade, migrate, or move to a newer Output version.—output-plan-workflowUse when the user asks to create, build, generate, scaffold, or plan a new workflow.—output-services-checkVerify Output SDK development services are running. Use when debugging workflows, starting development, encountering connection errors, services may be down,…—output-workflow-listList all available Output SDK workflows in the project. Use when discovering what workflows exist, checking workflow names, exploring the project's workflow…—output-workflow-resetRe-run an Output SDK workflow from after a specific completed step, creating a new run that replays up to that point and re-executes subsequent steps.—output-workflow-resultGet the result of an Output SDK workflow execution. Use when retrieving the output of a completed workflow, getting the return value, or checking what a…—output-workflow-runExecute an Output SDK workflow synchronously and wait for the result.—output-workflow-runs-listList Output SDK workflow execution history. Use when finding failed runs, reviewing past executions, identifying workflow IDs for debugging, filtering runs by…—output-workflow-startStart an Output SDK workflow asynchronously without waiting for completion.—output-workflow-statusCheck the status of an Output SDK workflow execution. Use when monitoring a running workflow, checking if a workflow completed, or determining workflow state…—output-workflow-stopStop a running Output SDK workflow execution. Use when cancelling a workflow, stopping a long-running process, terminating a stuck workflow, or when you need…—output-workflow-trace-fileRead and render the output of a local Output SDK workflow trace file as clean readable markdown.—prompt-file-provider-optionsGuide to the providerOptions structure in .prompt files — decision tree for where an option goes, common mistakes, per-provider quick reference, and Anthropic…—validateRun lint, build, and tests to validate changes are correct—