eda-system-packager

Package agent and skill infrastructure into a repository-ready bundle.

8|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill eda-system-packager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eda-system-packager
Source: https://github.com/Mr-Fang-VLSI/EDAgent/tree/main/skills/eda-system-packager
Command: npx skills add https://github.com/Mr-Fang-VLSI/EDAgent --skill eda-system-packager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill packages the agent and skill infrastructure into a portable, repository-ready bundle to simplify offline publication and reuse.

Core Features & Use Cases

  • Export current AGENTS.md, skills, and core KB/docs as a standalone package.
  • Mirror dependent scripts into the skill's references/scripts for portability.
  • Produce a repository-ready folder suitable for publication on GitHub.

Quick Start

Run the packaging script to generate a standalone bundle at exports/eda_agent_skill_system.

Frequently Asked Questions about eda-system-packager

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

FAQPage Schema
How do I package an agent and skill infrastructure into a standalone repository bundle?

Packaging an agent and skill infrastructure into a standalone bundle involves validating AGENTS.md, collecting skills, docs, and scripts, then emitting a repository-ready folder for offline publication.

What is the best way to export an agent kit with mirrored scripts for offline deployment?

Exporting an agent kit for offline deployment requires mirroring dependent scripts into references and bundling core KB docs into a self-contained, repository-ready artifact for publication.

How does bundling skills and docs into a portable repo export work?

Bundling skills and docs into a portable repo export works by validating AGENTS.md existence, aggregating required directories, and generating a self-contained package suitable for GitHub publication.

Does the agent kit packaging process require an AGENTS.md file to run?

Yes, the agent kit packaging process requires an AGENTS.md file. The system explicitly validates that AGENTS.md exists before collecting skills, docs, and scripts into the export directory.

Can I publish a self-contained agent skill bundle directly to GitHub?

Yes, you can publish a self-contained agent skill bundle directly to GitHub. The packaging process produces a repository-ready folder with mirrored scripts and core docs for immediate publication.