Vote banner
decocms decocms

Vote

Development community

Description

--- description: Duel two Brazilian startups on aurabr.xyz and cast a vote argument-hint: "[--kind startup|vc|college] [--research]" --- # /aura:vote Pull one matchup from aurabr.xyz, show it in the terminal, let the user pick. ## Steps 1. Run the CLI. `$ARGUMENTS` may carry `--kind startup|vc|college`; otherwise the configured default applies. ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/aura.mjs" match $ARGUMENTS ``` It prints a pre-rendered card pair plus a JSON block with

Installation

Installs to ~/.claude/skills/decocms-aurabr-claude-vote/SKILL.md

Terminal
mkdir -p ~/.claude/skills/decocms-aurabr-claude-vote && curl -fsSL https://raw.githubusercontent.com/decocms/aurabr-claude/HEAD/commands/vote.md -o ~/.claude/skills/decocms-aurabr-claude-vote/SKILL.md

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

Full documentation available on GitHub

View Source Repository