microsoft/typeagent-setup
Configure TypeAgent integration mode and settings
npx skills add https://github.com/microsoft/TypeAgent --skill typeagent-setup
Configure the TypeAgent integration for Copilot CLI.
Read the config file at ${PLUGIN_DATA}/config.json (create if it doesn't exist).
Ask the user which integration mode they'd like:
Also ask for:
Write the configuration to ${PLUGIN_DATA}/config.json:
{
"mode": "direct",
"host": "localhost",
"port": 8999
}
Tell the user to restart Copilot CLI for changes to take effect.
They can also override temporarily with environment variables:
TYPEAGENT_MODE=mcp or TYPEAGENT_MODE=directTYPEAGENT_HOST=hostnameTYPEAGENT_PORT=portTake microsoft/typeagent-setup from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.