firehose> #llmops

The Library Meta-Skill: How I Distribute Private Skills, Agents and Prompts

TL;DR

Once you run agents across 10+ codebases, several devices, teammates, and agent fleets, your private prompts/agents/skills — IndyDevDan's umbrella term is "agentics" — get copied, drift, and fall out of sync. His fix is a meta skill that unlocks other skills, agents, and prompts, "the library," backed by a single YAML reference file that works like a package.json for your agentics. The load-bearing design choice is that the manifest stores references, not copies — pointers to private GitHub repos or local paths — so there is one source of truth that every device/agent/teammate syncs to. A package-manager-shaped command surface operates it: add (catalog a reference), use (install by reference into a local or global namespace), push (write a local edit back to the source repo), list/search, and sync (pull the latest source, not just the catalog); there is deliberately no versioning — internally you always want latest. The whole tool is a pure-agent application (only SKILL.md + library.yaml, no code), so an agent can run the entire build → catalog → distribute → use loop itself. This is not a new spine so much as the reuse/layered-stack cluster (Reusable Workflow Library, Layered Agentic Architecture, Meta-Prompt) extended with a concrete distribution + sync mechanism for private agentics — and it carries the 2026 trust theme: you should know exactly what your agents run, down to the lines in your skills, prompts, and agents.

Concepts introduced

Held, not dropped

Key claims

Why this builds on the graph

The dominant stance is builds_on: the talk does not open a new spine so much as extend the existing reuse cluster with a concrete distribution and sync mechanism. It builds on Reusable Workflow Library — the same "agentics are durable, shareable artifacts" thesis, now with a reference-manifest + push/sync lifecycle and a payload broadened from loops to skills+agents+prompts. It corroborates Layered Agentic Architecture from a second IndyDevDan source (skills=capability / agents=scale / prompts=orchestration / justfile on top, plus the "overkilling skills" warning), and corroborates Meta-Prompt (meta-agentics as first-class reusable generators; the ~800-line meta-prompt templating his format). It introduces two genuinely new pages — Agentic Distribution (the reference-manifest-for-agentics mechanism) and Pure Agent Application (no-code, skill-as-app) — the latter also retroactively wiring Learnings from a No-Code Library: Keeping the Spec-Driven Development Triangle in Sync, its sibling one altitude up. Finally it corroborates Agent Supervision on legibility: "know exactly what your agents run" is the transparency lever applied to the agentics themselves.

Illustrated walkthrough

This talk is heavy on full-screen white-text-on-black slides. The two live demos (engineer's device, Mac mini agent) are well covered and carry the concrete detail below.

(Model names above — "Sonic 6," "Quinn 3.5," "flashlight 3.1" — are caption ASR of the on-screen model pickers and may be mis-transcribed; the stable, load-bearing detail is the mechanism, not the exact model.)


Linked from