Skip to content

docs(skills): ship self-contained agent-runtime-adoption skill in-repo#77

Merged
drewstone merged 1 commit into
mainfrom
skill/agent-runtime-adoption
May 31, 2026
Merged

docs(skills): ship self-contained agent-runtime-adoption skill in-repo#77
drewstone merged 1 commit into
mainfrom
skill/agent-runtime-adoption

Conversation

@tangletools
Copy link
Copy Markdown
Contributor

External consumers of @tangle-network/agent-runtime shouldn't need the private
tangle-network/skills marketplace to adopt the package. This ships a focused,
self-contained adoption skill covering this package's own surface only:

  • the runLoop kernel + Driver seam
  • the three topology drivers — createRefineDriver, createFanoutVoteDriver,
    and createDynamicDriver (agent-authored topology) + createSandboxPlanner
  • the loopDispatch / loopCampaignDispatch campaign bridge
  • MCP delegation (agent-runtime-mcp)
  • identity-gated optimizePrompt (with the gepaDriver footguns: text/H2-only,
    domain-real scenarios, extend-don't-fork)

It needs only this package + @tangle-network/agent-eval — no company skills.

  • skills/agent-runtime-adoption/SKILL.md — the skill (directly loadable).
  • package.json: skills added to files, so it ships in the npm tarball
    (verified: 55 files, skills/agent-runtime-adoption/SKILL.md 9.3 kB).
  • README.md: points at the in-repo skill instead of a personal dotfiles URL.

The broader agent-eval-adoption skill (full self-improving pipeline) is being
updated separately in tangle-network/skills to add the dynamic driver +
optimizePrompt.

External consumers of @tangle-network/agent-runtime should not need the private
tangle-network/skills marketplace to adopt the package. Ship a focused,
self-contained adoption skill covering this package's own surface: the runLoop
kernel + Driver seam, the three topology drivers (refine / fanout-vote / dynamic
agent-authored), createSandboxPlanner, the loopDispatch campaign bridge, MCP
delegation, and identity-gated optimizePrompt — needing only this package +
@tangle-network/agent-eval.

- skills/agent-runtime-adoption/SKILL.md — the skill (loadable directly).
- package.json: add `skills` to `files` so it ships in the npm tarball.
- README: point at the in-repo skill instead of a personal dotfiles URL; keep
  the agent-eval-adoption / agent-stack-adoption pointers for the broader pipeline.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants