Agent Skill
2/7/2026venue-source-registry
Authoritative registry of verified data sources for all 777 poker venues. Use when scraping venue tournament schedules.
S
smarter
0GitHub Stars
2Views
npx skills add Smarter-Poker/Smarter-Poker-World-Hub
SKILL.md
| Name | venue-source-registry |
| Description | Authoritative registry of verified data sources for all 777 poker venues. Use when scraping venue tournament schedules. |
🌐 Smarter.Poker — World Hub
The command center for the Smarter.Poker ecosystem — a Next.js application serving as the main entry point at smarter.poker.
Architecture
The World Hub hosts multiple "orbs" (feature modules) as sub-routes:
| Orb | Route | Description |
|---|---|---|
| Club Arena | /hub/club-arena | Private poker clubs |
| GTO Training | /hub/training | Solver-backed training |
| Trivia Hub | /hub/trivia | Poker trivia games |
| Bankroll | /hub/bankroll | Financial tracking |
| Poker Near Me | /hub/poker-near-me | Venue intelligence |
| Personal Assistant | /hub/assistant | AI coaching |
Development
npm install
npm run dev # Start local dev server
npm run build # Production Next.js build
CI/CD Pipeline
All deployments are gated by the Build Safety Gate workflow:
- 6 Pre-Deploy Checks — Static analysis, Supabase query safety, hook import validation
- Next.js Compilation — Full production build with 4GB heap
- Vercel Deploy — Only after all checks pass
- Post-Deploy Verification — Live security header verification on smarter.poker
Manual Deploy
Use the Manual Deploy workflow in GitHub Actions for emergency or preview deploys.
Security Headers
All responses include 5 hardened security headers (configured in vercel.json):
X-Content-Type-Options: nosniffX-Frame-Options: SAMEORIGINReferrer-Policy: strict-origin-when-cross-originPermissions-Policy: camera=(), microphone=(), geolocation=()X-XSS-Protection: 1; mode=block
CODEOWNERS
Critical paths (CI, security, API routes) require admin review — see .github/CODEOWNERS.
Skills Info
Original Name:venue-source-registryAuthor:smarter
Download