typeagent-setup Skill
Configure TypeAgent integration mode and settings Published by microsoft in TypeAgent.
What is typeagent-setup Skill?
Configure TypeAgent integration mode and settings Published by microsoft in TypeAgent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use typeagent-setup Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/TypeAgent
- Skill file: ts/packages/copilot-plugin/skills/typeagent-setup/SKILL.md
What it does
Configure TypeAgent integration mode and settings
Skill instructions
TypeAgent Setup Configure the TypeAgent integration for Copilot CLI. Current Configuration Read the config file at ${PLUGINDATA}/config.json (create if it doesn't exist). Options Ask the user which integration mode they'd like: 1. direct (default) - Hook handles requests directly, bypassing the LLM. Fastest response time (~2-3s) but no streaming. 2. mcp - Hook redirects to MCP tool, allowing the LLM to call TypeAgent. Adds ~1-2s for LLM overhead but enables streaming and LLM formatting. Also ask for: - TypeAgent host (default: localhost) - The host where the TypeAgent agent-server is running - TypeAgent port (default: 8999) - The port for the agent-server Save Configuration Write the configuration to ${PLUGINDATA}/config.json: 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: - TYPEAGENTMODE=mcp or TYPEAGENTMODE=direct - TYPEAGENTHOST=hostname - TYP
Explore related resources
Frequently asked questions
What is typeagent-setup?
typeagent-setup is a open-source AI agent skill with Copy skill directory. Configure TypeAgent integration mode and settings
Who is typeagent-setup best for?
typeagent-setup is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install typeagent-setup?
Install or run typeagent-setup using Copy skill directory. Check typeagent-setup for the latest setup command.
Is typeagent-setup actively maintained?
typeagent-setup may need a closer maintenance check before production use.
Auto-fetched from GitHub.