with one click
find-ideal-estate
find-ideal-estate contains 15 collected skills from IagoPrandi, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Gera e revisa materiais públicos da estratégia GEO e AI Visibility Engine do BetterPlace. Use esta skill SEMPRE que precisar criar ou revisar: página de bairro (/bairros/{slug}), comparativo (/comparar/{a}-vs-{b}), relatório recorrente (/relatorios/{ano-mes}), post de comunidade própria, bloco da página de dados (/dados), texto de metodologia, ou variante de CTA. Garante estrutura obrigatória, tom de voz, termos proibidos, blocos de CTA rastreáveis e critérios de indexabilidade — sem revisão manual caso a caso. Base normativa: PRD_MKT_GEO.md (seções 7, 8, 12, 13, 22) e docs/geo/content-guidelines.md.
Integra e opera pagamentos Mercado Pago neste projeto. Use esta skill quando a tarefa envolver MCP oficial do Mercado Pago, Checkout Pro, Pix, webhook, validacao de x-signature, credenciais MERCADO_PAGO_*, reconciliacao por external_reference, confirmacao de pagamento, expiracao, cancelamento ou troubleshooting de pagamentos pendentes/expirados/nao reconciliados.
Firecrawl gives AI agents and apps fast, reliable web context with strong search, scraping, and interaction tools. One install command sets up three skill segments: live CLI tools, app-integration build skills, and outcome-focused workflow skills. Route the reader to the right usage path after install.
Orientações completas de boas práticas para desenvolvimento de projetos Web2 + Web3 híbridos. Use esta skill SEMPRE que a tarefa envolver: escrever, revisar ou refatorar código (backend, frontend, contratos); projetar arquitetura de sistema; implementar segurança; escrever testes; configurar deploy/CI; definir estratégias de observabilidade; trabalhar com smart contracts, indexadores ou APIs. Inclui anti-padrões, checklists de DoD e regras de atuação do agente. Ative também quando o usuário mencionar: "boas práticas", "code review", "segurança", "arquitetura", "contrato inteligente", "Solidity", "indexer", "Ponder", "The Graph", "deploy", "testes", "auditoria".
Apply this skill for ALL security-relevant work: reviewing or writing code, designing architecture, implementing auth, handling secrets, deploying contracts, building APIs, or doing infra changes. Trigger whenever the task touches: auth/login, payments/withdrawals, contracts, API endpoints, secrets/config, database writes, admin operations, upgradeability, indexer/replay logic, or frontend that talks to wallets. Also trigger when user asks about "is this secure?", "security review", "threat model", or "what could go wrong?". When in doubt, apply this skill — security is cheaper before shipping.
Implement/review the A2 scalable winner model using canonical playerKey per WinMode + O(1) aggregated counters & winner counts (no loops over players) for daily/monthly commit→reveal→draw→claim.
Implement deterministic, idempotent phase automation using Chainlink-style checkUpkeep/performUpkeep for updatePhase/requestDraw/openDay/closeDay, with safe retries and manual fallback.
Implement/review one-transaction checkout() batching (feed → commit → buyRelics → applyRelics → monthly action) with deterministic validation, canonical ordering, and exact payment reconciliation (refund extra).
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.
Enforce reorg-aware, idempotent indexing with stable event identity keys, replay safety, and clear optimistic vs confirmed consistency tiers. Use when touching DB writes or replay logic.
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.
Maintain Ponder event coverage + Postgres projections for the game. Use when adding/modifying on-chain events, handler logic, schema migrations, or API alignment.
Standardize release & configuration management across chains/environments: deployments/<chainId>.json, env/runtime secrets, ABI/schema versioning, idempotent migrations, and reproducible scripts. Use when touching deploy scripts, env vars, DB migrations, ABI/events, or production setup.
Enforce safe upgrade patterns (ERC-7201 namespaced storage, initializer discipline, authorizeUpgrade governance, and upgrade tests). Use when touching proxy/upgradeable contracts, storage layout, admin roles, or deploy scripts.
Implement or review Web2 wallet-based auth (SIWE/EIP-712) with nonce+expiry+anti-replay, ERC-1271 support, rate limiting, and safe logging. Use when touching login/session/authz endpoints or any signature verification off-chain.