Favicon of typeagent-setup

typeagent-setup Skill

AI Agent SkillTypeScriptOpen source

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
71/100

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

Copy skill directory
  • Install or run with Copy skill directory

When to use typeagent-setup Skill

  • Use it for writing.

Built with

TypeScriptCopy skill directory

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.

Share:

Stars
719
Forks
101
Last commit
9 days ago
Repository age
2 years
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to typeagent-setup

typeagent-setup: Install, Config & GitHub Signals – SkillIndex