技能构建器

Assemble and publish Agent skill packages with SKILL.md scaffolding.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/fran0220/jacoworks --skill -fran0220
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 技能构建器
Source: https://github.com/fran0220/jacoworks/tree/main/vm-agent/skills/building-skills
Command: npx skills add https://github.com/fran0220/jacoworks --skill -fran0220

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, curl, and includes scripts (resource) components.

What problem does it solve?

创建和管理 Agent 技能包,以简化向 vm-agent 平台扩展能力的工作流。

Core Features & Use Cases

  • 自动化技能打包与安装:帮助将新技能打包、验证和发布到本地环境。
  • 结构化技能描述支持:遵循 SKILL.md 前置条件,确保技能具备清晰的入口点和触发条件。
  • 使用场景:开发团队需要快速从头创建技能,并将其部署到开发或生产环境中。

Quick Start

Create a new skill package and begin managing skills with guided prompts.

Frequently Asked Questions about 技能构建器

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

FAQPage Schema
How do I create and package Agent skills for the vm-agent platform?

To create and package Agent skills, use this builder to scaffold SKILL.md files, validate frontmatter, and assemble optional scripts or references into a deployable skill package for your local vm-agent ecosystem.

What is a SKILL.md frontmatter and why is it needed for skill packaging?

SKILL.md frontmatter defines the structured metadata, entry points, and trigger conditions for an Agent skill. It is required during packaging to ensure the vm-agent platform can properly identify and execute the skill.

Can I update and install existing skills in the local agent ecosystem?

Yes, you can update and install existing skills. The builder manages the local skill directory lifecycle, allowing you to apply updates and reinstall previously published skill packages.

What is the best way to automate skill scaffolding from scratch?

The best way to automate skill scaffolding is using a dedicated builder that generates the required SKILL.md structure and validates frontmatter, ensuring your new skill package meets vm-agent platform specifications.

Are there limitations when packaging skills with optional scripts and references?

When packaging skills, you must ensure optional scripts and references are correctly linked within the local skill directories. The builder validates frontmatter but requires correct local paths for successful assembly.