Skip to content

Add Teleport agent for Claude Code session sync#381

Open
Christian2002909 wants to merge 1 commit intomsitarzewski:mainfrom
Christian2002909:claude/implement-teleport-command-8klMX
Open

Add Teleport agent for Claude Code session sync#381
Christian2002909 wants to merge 1 commit intomsitarzewski:mainfrom
Christian2002909:claude/implement-teleport-command-8klMX

Conversation

@Christian2002909
Copy link
Copy Markdown

What does this PR do?

Adds the Teleport agent, a new specialized assistant that helps users sync their Claude Code sessions between the web interface (claude.ai/code) and their local terminal. This agent enables two key workflows:

  1. Web → Local: Pull an active web session to a local terminal with full conversation history and context
  2. Local → Any Device: Set up remote control to access a local session from web, mobile, or other devices

The agent provides step-by-step guidance, prerequisite checks, and command references to streamline session transfers.

Agent Information

  • Agent Name: Teleport
  • Category: specialized
  • Specialty: Session synchronization and remote access for Claude Code

Checklist

  • Follows the agent template structure from CONTRIBUTING.md
  • Includes YAML frontmatter with name, description, color, and emoji
  • Has concrete code examples and command references
  • Includes workflow steps and prerequisite checks
  • Proofread and formatted correctly

https://claude.ai/code/session_01P2QdTUciBFrBzgaoDfVCjj

Adds a global teleport agent that guides users through syncing
sessions between claude.ai/code web and local terminal, and
setting up remote control for multi-device access.

https://claude.ai/code/session_01P2QdTUciBFrBzgaoDfVCjj
@msitarzewski
Copy link
Copy Markdown
Owner

Hey @Christian2002909 — the concept here is valid! Claude Code's --teleport, --remote-control, and --remote commands are real features, and a helper agent for session sync is a useful idea.

However, the file doesn't follow the CONTRIBUTING.md agent template at all. It needs a full rewrite to include all 10 required sections:

  1. `## 🧠 Your Identity & Memory` — give the agent a personality
  2. `## 🎯 Your Core Mission`
  3. `## 🚨 Critical Rules You Must Follow`
  4. `## 📋 Your Technical Deliverables` — templates/examples
  5. `## 🔄 Your Workflow Process`
  6. `## 💭 Your Communication Style`
  7. `## 🔄 Learning & Memory`
  8. `## 🎯 Your Success Metrics` — with measurable numbers
  9. `## 🚀 Advanced Capabilities`

Also needs a `vibe` field in the frontmatter. Check any existing agent (e.g., `engineering/engineering-minimal-change-engineer.md`) for a model to follow.

The how-to content you have is good — it just needs to be restructured into the agent template format with personality, rules, and metrics wrapped around it. Happy to review once updated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants