Install

curl -sL https://bestmate.io/skills/install.sh | bash
Auto-detects and installs for:
  • Claude Code (~/.claude/skills/bestmate/)
  • OpenClaw (~/.openclaw/skills/bestmate/)
  • Codex (~/.codex/skills/bestmate/)

Prerequisites

The Bestmate CLI must be installed and authenticated:
brew tap kayacancode/askkaya
brew install bestmate
bestmate auth login --google

Usage

In your AI coding assistant, use the /bestmate command:
/bestmate How do I configure the API client?
/bestmate ask kaya "What's the deployment process?"
/bestmate What OpenClaw plugins are available?

How It Works

The skill invokes the bestmate CLI under the hood:
  1. Your question is sent to your twin’s knowledge base
  2. RAG retrieves relevant context from your ingested content
  3. The twin generates an answer with confidence scores
  4. Results are displayed in your coding assistant

Ingesting Code Context

You can also ingest content from your coding session:
bestmate ingest "Architecture decision: We're using Firebase for auth because..."
bestmate ingest --file ./ARCHITECTURE.md --title "Architecture Doc"