npx claudepluginhub adnanmueller/am-dev-plugins --plugin beeper-ai<chat_id> [--no-style]Generate a contextual reply for a Beeper conversation that matches your communication style.
@../SKILL.md
/beeper-ai:reply <chat_id> [--no-style]
Run the beeper-ai reply command:
cd /Users/adnanmueller/projects/code/beeper-ai && uv run beeper-ai reply "$CHAT_ID" $STYLE_FLAG
Where:
$CHAT_ID is the conversation ID (required)$STYLE_FLAG is --no-style if user wants to skip style matchingBy default, replies are generated to match the user's personal communication style as defined in their style guide. The style guide is created by running /beeper-ai:analyze-style.
If no style guide exists, the command will still work but won't apply style matching.
Present the generated reply and:
If the user approves, use the Beeper API to send:
# This is handled by the CLI command with user confirmation
Important: Always confirm with the user before actually sending any message.