veadk-go-skills

Generate VeADK-Go Agents from user requirements and convert Enio workflows.

417|87|Updated Nov 12, 2025
One-click install
npx skills add https://github.com/bytedance/agentkit-samples --skill veadk-go-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: veadk-go-skills
Source: https://github.com/bytedance/agentkit-samples/tree/main/skills/veadk-go-skills
Command: npx skills add https://github.com/bytedance/agentkit-samples --skill veadk-go-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly generate VeADK-Go Agent code from user requirements and convert existing Enio implementations to VeADK-Go, streamlining prototyping and production deployment.

Core Features & Use Cases

  • Directly generate VeADK-Go Agents based on a user's functional description, including model configuration and sub-agent composition.
  • Convert Enio-based workflows to VeADK-Go Agent equivalents using the official mapping rules documented in references/converter/enio_rule.md.
  • Provide guidance to ensure naming constraints, file structure, and configuration correctness, then save the resulting code to a ready-to-run project.

Quick Start

Describe your desired VeADK-Go Agent behavior and conversion needs, and the skill will output ready-to-run Go code or a conversion plan.

Frequently Asked Questions about veadk-go-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Enio workflows to VeADK-Go agents?

To convert Enio workflows to VeADK-Go agents, the skill applies official mapping rules from the converter guidelines, transforming existing implementations into production-ready Go code equivalents.

How do I generate a VeADK-Go agent from functional requirements?

Generating a VeADK-Go agent from functional requirements involves describing the desired behavior, which outputs ready-to-run Go code complete with model configuration and sub-agent composition.

What is the project structure for a generated VeADK-Go agent?

The project structure for a generated VeADK-Go agent adheres to strict naming constraints and file configuration rules, ensuring the output is a ready-to-run, production-grade Go project.

Does VeADK-Go agent generation support sub-agent composition?

Yes, VeADK-Go agent generation supports sub-agent composition, allowing developers to define complex multi-agent behaviors and model configurations directly from their functional descriptions.

Do I need to manually configure file structures when converting Enio to VeADK-Go?

No, you do not need to manually configure file structures when converting Enio to VeADK-Go, as the skill automatically ensures adherence to VeADK-Go project structures and naming rules.