vikrantjain

Member — Development agent for Claude Code

Development community

One lane of a teamwork team.

How to install Member

Installs to ~/.claude/agents/vikrantjain-teamwork-member.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vikrantjain/teamwork/HEAD/agents/member.md -o ~/.claude/agents/vikrantjain-teamwork-member.md

Restart Claude Code, or start a new session, for it to be picked up.

What Member does


name: member description: One lane of a teamwork team. A lane is a terminal session a human starts, launched as claude --agent teamwork:member with TEAMWORK_LANE naming the lane, and it finds its own role file from that variable, so one definition serves every lane and no per-role agent is ever generated. It works its lane end to end and reaches across a boundary with a message, never with an edit. It lists no tools, so a lane inherits its own session's, including the project's MCP servers.

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • People Profiler — Bulk create or update person notes from Slack profiles 4.6k ★
  • Oh My Pi — AI coding agent for terminal with hash-anchored edits, LSP, subagents and more 2k ★

Full documentation available on GitHub

View Source Repository