Skip to main content
growthxai
GitHub 제작자 프로필

growthxai

2개 GitHub 저장소에서 수집된 92개 skills를 저장소 단위로 보여줍니다.

수집된 skills
92
저장소
2
업데이트
2026년 8월 23일
저장소 탐색

저장소와 대표 skills

prompt-file-provider-options
미분류

Guide to the providerOptions structure in .prompt files — decision tree for where an option goes, common mistakes, per-provider quick reference, and Anthropic prompt caching. Use when writing or reviewing .prompt file frontmatter (provider, model,…

2026년 8월 23일
output-build-workflow
미분류

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 output-plan-workflow has produced a plan and the user is ready to build.

2026년 8월 23일
output-dev-agent-class
미분류

Use the Agent class for multi-step tool loops, conversation history, streaming progress, and reusable LLM agents. Use when building agents with skills, structured output, stateful conversations, or streaming callbacks.

2026년 8월 23일
output-dev-evaluator-function
미분류

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

2026년 8월 23일
output-dev-llm-streaming
미분류

Implement LLM text streaming in Output workflow steps with generateTextWithStreaming, Agent.generateWithStreaming, streamText, or Agent.stream. Use when adding token progress, onChunk callbacks, or handling streamText onFinish/onError with Temporal retries.

2026년 8월 23일
output-dev-prompt-file
미분류

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

2026년 8월 23일
output-dev-skill-file
미분류

Create .md skill files for Output framework's lazy-loaded instruction system. Use when adding skills to prompts, configuring skill loading, or debugging skill resolution.

2026년 8월 23일
output-dev-step-function
미분류

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

2026년 8월 23일
수집된 skill 53개 중 8개를 표시합니다.
flow-conventions-folder-structure
소프트웨어 개발자

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

2026년 3월 13일
flow-convert-activities-to-steps
소프트웨어 개발자

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

2026년 3월 13일
flow-convert-prompts-to-files
소프트웨어 개발자

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.

2026년 3월 13일
flow-convert-workflow-definition
소프트웨어 개발자

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

2026년 3월 13일
flow-create-scenario-files
소프트웨어 품질 보증 분석가·테스터

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

2026년 3월 13일
flow-error-eslint-compliance
소프트웨어 개발자

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.

2026년 3월 13일
flow-error-try-catch-removal
소프트웨어 개발자

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.

2026년 3월 13일
flow-error-zod-import
소프트웨어 개발자

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.

2026년 3월 13일
수집된 skill 39개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다