MCP HubMCP Hub
スキル一覧に戻る

Workflow Validate

epieczko
更新日 Yesterday
64 閲覧
0
GitHubで表示
その他automation

について

Workflow Validateは、ワークフローYAMLファイルの実行前に構造とスキーマの正確性を検証する開発者向けツールです。`steps`、`skill`、`args`などの必須フィールドを検証し、適切なフィールドタイプを保証します。このスキルは、成功または失敗の結果と、具体的な検証エラーがあればそれを含むJSON結果を出力します。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/epieczko/betty
Git クローン代替
git clone https://github.com/epieczko/betty.git ~/.claude/skills/Workflow Validate

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Workflow Validate

Purpose

Ensures that workflow YAML files are valid before execution. Checks required fields (steps, skill, args) and field types.

How to Use

python skills/workflow.validate/workflow_validate.py workflows/example.yaml

Inputs

  • workflow_path – Path to the workflow file.

Outputs

  • JSON printed to stdout with ok, errors, status, and path fields.

Example

Input (invalid_workflow.yaml):

steps:
  - args: ["foo"]

Output:

{
  "valid": false,
  "errors": ["Step 1 missing 'skill'"],
  "status": "failed"
}

Dependencies

  • context.schema

Version

v0.1.0

GitHub リポジトリ

epieczko/betty
パス: skills/workflow.validate

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

Algorithmic Art Generation

メタ

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

スキルを見る