bundle-builder

Synthesize agent memory into a structured skill bundle directory.

40|6|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/magnus919/agent-skills --skill bundle-builder
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bundle-builder
Source: https://github.com/magnus919/agent-skills/tree/main/bundles/workflow-architect/skills/bundle-builder
Command: npx skills add https://github.com/magnus919/agent-skills --skill bundle-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of fragmented workflow knowledge by automatically synthesizing accumulated agent memory into a structured, reusable, and discoverable skill bundle.

Core Features & Use Cases

  • Automated Bundle Synthesis: Converts workflow state entries into a complete directory structure including manifests, decision maps, and sub-skills.
  • Standardized Discovery: Generates the mandatory umbrella SKILL.md entry point required for agent-level skill scanning and trigger-based activation.
  • Use Case: After an agent completes a complex research or development workflow, use this skill to package the entire process into a portable bundle that can be shared or re-run by other agents.

Quick Start

Load the bundle-builder skill and follow the prompts to synthesize your current workflow state into a new skill bundle.

Frequently Asked Questions about bundle-builder

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

FAQPage Schema
How do I convert accumulated agent memory into a reusable workflow bundle?▼

You can synthesize accumulated agent memory into a structured workflow bundle by using a skill that automatically generates a directory structure including manifests, decision maps, and sub-skill registrations. This process requires Hermes memory access and file-writing capabilities.

What is agent skill synthesis and when do I need to package a workflow?▼

Agent skill synthesis is the process of converting fragmented workflow knowledge into a structured, discoverable bundle. You need to package a workflow when a complex research or development process is complete and you want to make it portable for other agents to share or re-run.

How do I generate a SKILL.md entry point for agent-level skill scanning?▼

To generate a SKILL.md entry point for agent-level skill scanning, you synthesize your workflow state into a bundle. This automatically creates the mandatory umbrella manifest required for trigger-based activation and standardized discovery.

Can I create modular sub-skills and decision maps from existing workflow states?▼

Yes, you can create modular sub-skills and decision maps from existing workflow states. The synthesis process converts accumulated memory entries directly into a complete directory structure that includes these components.

Do I need Hermes memory access to synthesize workflow bundles?▼

Yes, Hermes memory access is required to synthesize workflow bundles. The skill relies on Hermes to read accumulated agent memory and also requires file-writing capabilities to generate and register the bundle components.

What's the best way to package a complex development workflow for other agents to reuse?▼

The best way to package a complex development workflow is to synthesize the accumulated agent memory into a structured skill bundle. This creates a portable directory with manifests and sub-skills that other agents can discover and re-run.