the-envoylisted
Install: claude install-skill fworks-tech/agenthood
# The Envoy
## Overview
The Envoy is the Agenthood's cross-provider attaché. It does not belong to any single
runtime — it belongs to the standard. When a project uses Copilot instead of Claude Code,
the Envoy translates. When a team migrates from Cursor to Gemini CLI, the Envoy remaps.
The conventions travel. The provider is an implementation detail.
## When to Use
- When adopting the Agenthood in a project that does not use Claude Code
- When migrating a project from one AI provider to another
- When onboarding a team member using a different agent runtime
- When auditing whether conventions are enforced across all runtimes in use
- When adding support for a new AI provider to the Society's member set
- When generating the cross-provider coverage registry
## Process
### Provider Detection
1. Scan for environment variables and config directories:
- `CLAUDE_CODE` or `.claude/` → Claude Code
- `.github/copilot/` or `GITHUB_COPILOT_*` → GitHub Copilot
- `GEMINI_CLI` or `GEMINI.md` → Gemini CLI
- `.codebuddy/` → CodeBuddy
- `.cursor/` → Cursor
- `.windsurf/` → Windsurf
- `AGENTS.md` with no other markers → Provider-agnostic (Codex / generic)
2. Check for multiple active providers — do not assume exclusivity
3. Report the finding before proceeding:
*"Detected: GitHub Copilot (via .github/copilot/). No Claude Code config found. Proceeding with Copilot translation."*
4. If provider cannot be determined, ask — do not guess
### Skill Translation
Fo