Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
unbrowse-ai avatar

Skill Bundle Fabric

  • 1 installs
  • Updated April 3, 2026
  • unbrowse-ai/skill-bundle-fabric

Develops, packages, shares, indexes, and host-routes reusable skill bundles from one preset JSON, generating install commands, routing rules, and registry metadata across Codex, Claude, and OpenClaw.

About

Turns a reusable workflow into one portable, installable skill bundle with share manifest, registry metadata, and host-memory routing derived from a single preset. A developer uses it when a multi-skill workflow should become one portable bundle that works across hosts.

  • Single preset drives bundle build, share, index, and host-memory routing
  • Build and write-host-memory scripts; backend-ready artifacts

Skill Bundle Fabric by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #644 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/unbrowse-ai/skill-bundle-fabric --skill skill-bundle-fabric

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedApril 3, 2026
Repositoryunbrowse-ai/skill-bundle-fabric

What it does

Develops, packages, shares, indexes, and host-routes reusable skill bundles from one preset JSON, generating install commands, routing rules, and registry metadata across Codex, Claude, and OpenClaw.

Files

SKILL.mdMarkdownGitHub ↗

Skill Bundle Fabric

Core job:

  • turn a reusable workflow into one portable skill bundle that can be developed, shared, indexed, and routed through host memory

Use this skill when:

  • a workflow needs to become a portable multi-skill bundle
  • the bundle should ship install commands, routing rules, and registry metadata together
  • the same bundle should work across Codex, Claude, or OpenClaw
  • the bundle should be shareable by files now and indexable by backend later

Do not use this skill for:

  • building one domain skill with no bundle/share/index concern
  • publishing runtime API routes to a marketplace
  • writing free-form memory notes with no executable routing value

Workflow:

1. Start from the workflow bundle outcome: skills, routes, share path, index metadata. 2. Encode that in a preset JSON. 3. Run node scripts/build-bundle.mjs --preset presets/<name>.json --out dist. 4. Run node scripts/write-host-memory.mjs --preset presets/<name>.json --host <host> --scope <scope>. 5. Verify the generated bundle, share manifest, registry entry, and host-memory block. 6. Publish or share the generated artifacts with the target repo/host/backend.

Load-bearing rules:

  • one bundle preset is the source of truth
  • install commands, routing rules, share metadata, and index metadata stay derived from the same preset
  • the memory block must say which skill to call, not just what to install
  • support host-specific root files: AGENTS.md, CLAUDE.md, MEMORY.md
  • build artifacts must be backend-ready even if the backend is not live yet

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.