AhmetErenLapanta

Leave — Development skill for Claude Code

Development community

Leave the current team skill base (return to solo mode) or switch teams.

How to install Leave

Installs to ~/.claude/skills/ahmeterenlapanta-teamhandbook-leave/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmeterenlapanta-teamhandbook-leave && curl -fsSL https://raw.githubusercontent.com/AhmetErenLapanta/TeamHandbook/HEAD/commands/leave.md -o ~/.claude/skills/ahmeterenlapanta-teamhandbook-leave/SKILL.md

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

What Leave does


description: Leave the current team skill base (return to solo mode) or switch teams

You are running TeamHandbook's team leave flow. This clears the local team binding so the user can return to solo mode or join a different team. It does NOT delete any skills, and it does not touch Claude Code's marketplace subscription.

  1. Run: node "${CLAUDE_PLUGIN_ROOT}/dist/leave.js"
  2. Relay the CLI output verbatim. It notes that removing the Claude Code marketplace subscription is a separate

Alternatives in Development

  • Dev — Switch to Dev Work mode - optimized for software development 2.8k ★
  • Obsidian Challenge — Red-team your current idea against your own vault history — finds contradictions, past failures, and flawed as 277 ★
  • Devteam — Run a team of local coding agents in your terminal 264 ★

Full documentation available on GitHub

View Source Repository