docs(skills): ship self-contained agent-runtime-adoption skill in-repo#77
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
External consumers of
@tangle-network/agent-runtimeshouldn't need the privatetangle-network/skillsmarketplace to adopt the package. This ships a focused,self-contained adoption skill covering this package's own surface only:
runLoopkernel +DriverseamcreateRefineDriver,createFanoutVoteDriver,and
createDynamicDriver(agent-authored topology) +createSandboxPlannerloopDispatch/loopCampaignDispatchcampaign bridgeagent-runtime-mcp)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:skillsadded tofiles, so it ships in the npm tarball(verified: 55 files,
skills/agent-runtime-adoption/SKILL.md9.3 kB).README.md: points at the in-repo skill instead of a personal dotfiles URL.The broader
agent-eval-adoptionskill (full self-improving pipeline) is beingupdated separately in
tangle-network/skillsto add the dynamic driver +optimizePrompt.