Add agent-iteration guidance and the ElevenLabs hosted MCP to the agents skill - #3
Draft
AngeloGiacco wants to merge 1 commit into
Draft
Add agent-iteration guidance and the ElevenLabs hosted MCP to the agents skill#3AngeloGiacco wants to merge 1 commit into
AngeloGiacco wants to merge 1 commit into
Conversation
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.
What
Adds agent-iteration guidance to the
agentsskill and wires up the ElevenLabs hosted MCP.mcp.json: adds theelevenlabs-hostedserver (https://api.elevenlabs.io/v1/mcp), which exposes agent-building operations as direct tools authenticated per user over OAuth, alongside the existing localelevenlabs-mcpserver.skills/agents/references/iterating.md(new): the playbook for changing an agent that already exists, explore before change, safe partialupdate_agentpatches, editing large string fields, unified tool CRUD, branches/versions/launches, procedures draft-then-publish, the three test types, and durable facts via prompt/KB. Written against the hosted MCP tool names, with the SDK/xi-api-keyequivalent noted.skills/agents/SKILL.md: adds an "Iterating on an Existing Agent" section and a reference link.README.md: documents both MCP servers.Why
Building an agent from scratch is already covered by the
agentsskill; iterating on an existing one (branches, safe edits, tools, tests, procedures) has its own reliability rules. This makes that guidance available to any coding agent using the plugin, in Claude Code, Cursor, and Codex.The tools referenced here are served by the ElevenLabs hosted MCP (backed by the corresponding server-side change in
elevenlabs/xi).Written by claude-opus-4-8, using Claude Code.