Skip to main content

Build, manage, and deploy AI agent teams across your projects

Project description

shypmate

Build, manage, and deploy AI agent teams across your projects.

Create named AI personas with distinct skills and personalities, deploy them as Claude Code slash commands, and let them accumulate memory across sessions. Manage everything through a CLI or the shypmate.dev dashboard.

Quick start

pipx install shypmate               # install once per machine (see Install below)
shypmate auth login                 # one-time auth, writes ~/.shypmate/config.json
cd ~/projects/my-app
shypmate init                       # register this repo with shypmate
claude /terry "Implement the login screen"

Install

shypmate is a machine-global CLI — install it once per machine, not per project. The recommended installer is pipx, which isolates shypmate in its own venv but puts shypmate on your PATH so you can run it from any directory.

First, install pipx if you don't have it yet:

# Windows
python -m pip install --user pipx
python -m pipx ensurepath       # then close and reopen your terminal

# macOS
brew install pipx
pipx ensurepath

# Linux
sudo apt install pipx           # or your distro equivalent
pipx ensurepath

Then install shypmate:

pipx install shypmate

To upgrade later: pipx upgrade shypmate.

If you previously installed shypmate inside a project's venv with pip install shypmate, uninstall that copy (pip uninstall shypmate in the venv) so the global pipx version takes over — nothing else to clean up.

Plain pip install shypmate still works, but pins shypmate to whichever Python environment you run it from. That's fine for one-off experiments but breaks the "run shypmate up from anywhere" model for managing multiple projects at once.

Commands

# Auth
shypmate auth login              # Authenticate with shypmate.dev
shypmate auth status             # Check auth status
shypmate auth logout             # Remove credentials

# Project setup
shypmate init                    # Initialize shypmate in current project
shypmate sync                    # Sync agents and playbook from shypmate.dev

# Team management
shypmate hire "qa"               # Hire by role shortcut
shypmate hire "senior backend engineer with postgres expertise"
shypmate fire terry --archive    # Archive an agent (reversible)
shypmate rehire terry            # Reinstate an archived agent
shypmate roster                  # Detailed team roster
shypmate team list               # Quick agent list

# Memory
shypmate memory list             # List all memory entries
shypmate memory show terry       # Show an agent's memory
shypmate memory search "drizzle" # Search across all memory

Role shortcuts

Shortcut Role
qa Senior QA Engineer
frontend Senior Frontend Engineer
backend Senior Backend Engineer
devops Senior DevOps Engineer
security Security Engineer
mobile Senior Mobile Engineer
data Data Engineer
writer Technical Writer
architect Solutions Architect
designer UI/UX Designer
fullstack Senior Full-Stack Engineer
lead Technical Lead

How it works

  1. shypmate.dev stores your agent personas, shared playbook, and memory centrally
  2. shypmate init syncs agents to your local ~/.claude/skills/ as Claude Code slash commands
  3. Agents read/write memory via the shypmate API on session start/end
  4. The playbook defines shared behavior for all agents — update it once, all agents get the update

What goes where

Location Contains Committed?
~/.shypmate/config.json API key Never
~/.claude/skills/{name}/ Agent SKILL.md files No (auto-synced)
.shypmate/config.json Project ID, agent list Yes
.shypmate/project-context.md Stack and architecture notes Yes
shypmate.dev Personas, playbook, memory Cloud

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shypmate-0.2.1.dev30.tar.gz (128.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shypmate-0.2.1.dev30-py3-none-any.whl (123.6 kB view details)

Uploaded Python 3

File details

Details for the file shypmate-0.2.1.dev30.tar.gz.

File metadata

  • Download URL: shypmate-0.2.1.dev30.tar.gz
  • Upload date:
  • Size: 128.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for shypmate-0.2.1.dev30.tar.gz
Algorithm Hash digest
SHA256 92867a711bec105f9e7c5f24ec639aee402ba0a9636986a3c251ae15ec7dcec6
MD5 6cb1818b4108abf0e50a947616a60452
BLAKE2b-256 cfc6aed75cd20d7e8de223624c7c09ad9c787db6c6be03ea219c1043c58055ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for shypmate-0.2.1.dev30.tar.gz:

Publisher: publish.yml on paulr978/shypmate

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file shypmate-0.2.1.dev30-py3-none-any.whl.

File metadata

  • Download URL: shypmate-0.2.1.dev30-py3-none-any.whl
  • Upload date:
  • Size: 123.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for shypmate-0.2.1.dev30-py3-none-any.whl
Algorithm Hash digest
SHA256 f61c228daec0c43fee5bab044480e3a5a34875ffda89cb3af6bcc539a626ea59
MD5 63db1f12c9875d2cfdcd6b9f2afd5e67
BLAKE2b-256 779ab79ea2723374b3537412bff8b287b822eab6293ca17b75bf80aafdab1fef

See more details on using hashes here.

Provenance

The following attestation bundles were made for shypmate-0.2.1.dev30-py3-none-any.whl:

Publisher: publish.yml on paulr978/shypmate

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page