Skip to main content

growthxai/output-claude-plugins

SkillsMP는 growthxai/output-claude-plugins에서 39개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
39
GitHub 스타
0
GitHub 포크
0

수집된 skill 39개 중 39개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Validate and fix folder structure for Output SDK workflows. Use to ensure migrated workflows follow the correct structure conventions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Convert Flow SDK activities.ts to Output SDK steps.ts. Use when migrating activity functions to step definitions with typed parameters.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Convert inline prompts and prompt arrays to .prompt files with YAML frontmatter. Use when migrating prompts from Flow SDK format to Output SDK prompt files.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Convert Flow SDK workflow class to Output SDK workflow() function. Use when migrating workflow.ts files from class-based to functional definitions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Create scenario files for testing migrated Output SDK workflows. Use to set up test inputs in the scenarios/ subfolder.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix ESLint issues in migrated Output SDK code. Use when seeing lint errors after migration, or when writing new Output SDK code that needs to follow project conventions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Remove try-catch antipattern from step calls during Flow to Output SDK migration. Use when converting workflow code that wraps step calls in try-catch blocks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix Zod schema import issues during Flow to Output SDK migration. Use when seeing "incompatible schema" errors, type errors at step boundaries, or when migrating files that import from 'zod' directly.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Complete migration validation checklist for Flow to Output SDK. Use after migration to verify completeness and correctness.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Generate workflow skeleton files using the Output SDK CLI. Use when starting a new workflow, scaffolding project structure, or understanding the generated file layout.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Store and reference encrypted secrets in Output SDK workflows using @outputai/credentials. Use when integrating API keys, database passwords, or third-party tokens.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Create offline evaluation tests for Output SDK workflows using @outputai/evals. Use when implementing test evaluators with verify(), creating dataset YAML files, building eval workflows, or running workflow tests via CLI.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create evaluator functions in evaluators.ts for Output SDK workflows. Use when implementing quality assessment, validation logic, or content evaluation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create shared HTTP clients in src/shared/clients/ for Output SDK workflows. Use when integrating external APIs, creating service wrappers, or standardizing HTTP operations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create .prompt files for LLM operations in Output SDK workflows. Use when designing prompts, configuring LLM providers, or using Liquid.js templating.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create step functions in steps.ts for Output SDK workflows. Use when implementing I/O operations, error handling, HTTP requests, or LLM calls.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create types.ts files with Zod schemas for Output SDK workflows. Use when defining input/output schemas, creating type definitions, or fixing schema-related errors.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Create workflow.ts files for Output SDK workflows. Use when defining workflow functions, orchestrating steps, or fixing workflow structure issues.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix direct I/O in Output SDK workflow functions. Use when workflow hangs, returns undefined, shows "workflow must be deterministic" errors, or when HTTP/API calls are made directly in workflow code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix 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 properly logged and retried.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix missing schema definitions in Output SDK steps. Use when seeing type errors, undefined properties at step boundaries, validation failures, or when step inputs/outputs aren't being properly typed.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix Zod schema import issues in Output SDK workflows. Use when seeing "incompatible schema" errors, type errors at step boundaries, schema validation failures, or when schemas don't match between steps.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Pre-flight validation checks for Output SDK workflow operations. Ensures conventions are followed, requirements are gathered, and quality gates are passed before workflow execution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Comprehensive guide to Output.ai Framework for building durable, LLM-powered workflows orchestrated by Temporal. Covers project structure, workflow patterns, steps, LLM integration, HTTP clients, CLI commands, and complete inventory of available tools.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Analyze Output SDK workflow execution traces. Use when debugging a specific workflow, examining step failures, analyzing input/output data, understanding execution flow, or when you have a workflow ID to investigate.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Catalog and analyze prompts in Flow SDK workflows before conversion. Use to identify prompt formats, variables, and conversion requirements.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyze Flow SDK workflow structure before migration. Use to map inputs, outputs, steps, control flow, and dependencies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Convert Handlebars template syntax to Liquid.js in prompts. Use when migrating prompt templates from Flow SDK to Output SDK.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix non-determinism errors in Output SDK workflows. Use when seeing replay failures, inconsistent results between runs, "non-deterministic" error messages, or workflows behaving differently on retry.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Fix try-catch anti-pattern in Output SDK workflows. Use when retries aren't working, errors are being swallowed, seeing unexpected FatalError wrapping, or when step failures don't trigger retry policies.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Post-flight validation for Output SDK workflow operations. Systematic verification of step completion, convention compliance, quality validation, and deliverable verification.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Verify Output SDK development services are running. Use when debugging workflows, starting development, encountering connection errors, services may be down, or when you see "ECONNREFUSED" or timeout errors.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

List all available Output SDK workflows in the project. Use when discovering what workflows exist, checking workflow names, exploring the project's workflow structure, or when unsure which workflows are available to run.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Get 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 workflow produced after async execution.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Execute an Output SDK workflow synchronously and wait for the result. Use when running a workflow and needing immediate results, testing workflow execution, or getting the output directly in the terminal.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

List Output SDK workflow execution history. Use when finding failed runs, reviewing past executions, identifying workflow IDs for debugging, filtering runs by workflow type, or investigating recent workflow activity.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Start an Output SDK workflow asynchronously without waiting for completion. Use when starting long-running workflows, getting a workflow ID for later monitoring, running workflows in the background, or executing multiple workflows in parallel.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Check the status of an Output SDK workflow execution. Use when monitoring a running workflow, checking if a workflow completed, or determining workflow state (RUNNING, COMPLETED, FAILED, TERMINATED).

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Stop a running Output SDK workflow execution. Use when cancelling a workflow, stopping a long-running process, terminating a stuck workflow, or when you need to abort a workflow in progress.

원문 언어: 영어

업데이트
수집된 skill 39개 중 39개를 표시합니다.