BanePlayss avatar

BanePlayss

Community

@BanePlayss

1Followers
|
8Public Repos
|
11Published Skills

BanePlayss maintains the Primitivão betting app: JSX build/deploy to GitHub Pages, Firestore persistence, championship lifecycle, and betting-card UI patterns.

Skills Distribution
DomainDeveloper To...Front-End UI Devel.. (35%)Build & Deployment.. (20%)Firestore Data Per.. (20%)Betting Markets & .. (15%)

Agent Skills by BanePlayss

Showing 11 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About BanePlayss

FAQPage Schema
What tasks can I accomplish with BanePlayss's Primitivão skills?▼

You can build and deploy the apostas app to GitHub Pages, visually verify UI changes in a local browser, manage Firestore reads/writes safely, run full championship lifecycles with prize awards, and construct betting cards with odds, coupons, settlement, and anti-exploit guards.

Who are these skills designed for?▼

They target developers maintaining the Primitivão betting app — anyone editing apostas-app.jsx, styles.css, or index.html, adding championship views (LoL, RL, CS, Valorant, FIFA, Golf), tweaking the tabloid poster generator, or touching persistence code like commitBetDocUpdate and onSnapshot loaders.

How does the build and deploy process work?▼

Edit apostas/apostas-app.jsx, styles.css, or index.html, then run JSX validation and the no-emoji check, apply cache-busting, compile with esbuild to apostas-app.compiled.js, commit as BanePlayss, and rebase over the build bot before pushing to GitHub Pages.

What are the key constraints when working on the UI?▼

Unicode emojis are strictly forbidden — a CI rule blocks the push. All visual symbols must use the inline-SVG <Icon name="..."> component, and betting UI must reuse exact classes like mk-bet-game, mk-bg-summary, mk-cupom-wrap, mk-betbar, and golf-tabs.

What data-safety prerequisites exist before touching persistence code?▼

Before modifying commitBetDocUpdate, onSnapshot loaders, backup/restore, wipe, or security rules, follow the firestore-safety skill. It encodes the exact landmines that previously caused data-loss scares in the primitivao/apostas and primitivao/state documents.