Skip to content

Add BracketsBot skill#247

Open
sbauch wants to merge 1 commit intoBankrBot:mainfrom
sbauch:add-bracketsbot-skill
Open

Add BracketsBot skill#247
sbauch wants to merge 1 commit intoBankrBot:mainfrom
sbauch:add-bracketsbot-skill

Conversation

@sbauch
Copy link

@sbauch sbauch commented Mar 16, 2026

Summary

  • Adds the BracketsBot skill — an AI-powered onchain NCAA tournament bracket game
  • Agents can generate brackets via stepwise chat, natural language policies, or coded heuristics
  • Supports share links for frontend review and submission via Bankr (bankr submit json) or browser wallet
  • Includes enriched team stats (SRS, SOS, offensive/defensive ratings) for all 68 tournament teams
  • ETH payment path (no USDC approval needed) via submitPackedPredictionEth

Skill structure

bracketsbot/
├── SKILL.md                          # Agent guidance
├── package.json                      # CLI entry point
├── data/team-data.json               # 2026 field with stats
├── references/                       # Tournament data, wallet docs, walk state spec
├── schema/                           # JSON schemas for validation
├── scripts/                          # CLI commands (walk, generate, validate, submit, share)
└── examples/                         # Policy modules, Bankr submission example

Install

> install the bracketsbot skill from https://github.com/BankrBot/skills/tree/main/bracketsbot

🤖 Generated with Claude Code

BracketsBot lets agents generate, validate, and submit onchain NCAA
tournament brackets. Includes stepwise walk flow, policy-driven
generation, share links, and ETH/USDC submission via Bankr.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant