docs: add an installable agent skill for integrating the engine - #121
Merged
Conversation
Publishes `skills/amplifier-agent/SKILL.md`, an Agent Skills spec skill that teaches a coding agent how to install amplifier-agent and integrate it from TypeScript, Python, HTTP, or the CLI contract. The body routes to the canonical docs rather than restating them. It covers the surface picker, a minimal working example per SDK, the constraints that break a host integration (approval policy, workspace scoping, protocol pinning, stream separation), and the error codes raised at the seams a host owns. It installs with `npx skills add microsoft/amplifier-agent` for GitHub Copilot, Claude Code, Codex, Cursor, and other clients following the skills.sh convention. The skill lives at the repo root and is part of neither the wheel nor the engine's built-in bundle, so it ships to other agents rather than to amplifier-agent itself. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
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.
Adds
skills/amplifier-agent/SKILL.md, an Agent Skills skill that teaches a coding agent how to installamplifier-agentand integrate it, so a user can point their agent at the engine without first reading the guides themselves.What the skill covers
uvis missing, pinning a release, and the same-user rule for hosts that spawn a subprocessThe body routes to
docs/for anything normative rather than restating it, so the guides stay the single source of truth.Install
Works with GitHub Copilot, Claude Code, Codex, Cursor, and other clients that follow the skills.sh convention. The README also documents installing it by hand.
Scope of impact
Documentation only. No engine, wrapper, or spec changes.
The skill sits at the repo root, which is a well-known discovery path for the skills.sh CLI and is part of neither the wheel (
packagesis scoped tosrc/) nor the engine's built-in bundle. It ships to other agents, not toamplifier-agentitself.