Lucas B Francelino
Community@Hinten · São José dos Campos
Formado em Direito pela Universidade Presbiteriana Mackenzie, programador autodidata. Fazendo técnico em IA na Fiap atualmente.
Agent Skills by Lucas B Francelino
Showing 9 vetted skills indexed across 1 GitHub repositories.
marketplace-integration
Plans and implements new marketplace sales-channel integrations in a Next.js and Firebase monorepo.
webhook-notifications
Implements enqueue-first webhook ingestion pipelines with retry lanes and durable-cursor reprocessing.
firestore-pipelines
Builds and tests Firestore Pipelines API queries including joins, aggregations, and DML stages.
freight-integrations
Implements and debugs Melhor Envio freight quoting, label purchase, and tracking flows.
nfe
Implements Brazilian NF-e model 55 generation, signing, SEFAZ transmission, and recovery workflows.
arquivos
Manages file uploads, storage, and deletion lifecycle in a Firebase-backed Next.js ERP.
ci-lanes
Documents GitHub Actions lane structure and gate patterns for monorepo CI workflows.
firestore-read-cache
Implements TTL-bounded in-memory caching for repeated Firestore reads in long-lived Node processes.
schema-driven-crud
Builds schema-driven CRUD screens with TableView and ObjectView for Firestore collections in Next.js.
Frequently Asked Questions About Lucas B Francelino
FAQPage SchemaWhat tasks can I accomplish with Hinten's skills?▼
You can build marketplace sales-channel integrations, implement NF-e fiscal document emission with SEFAZ transmission, integrate Melhor Envio freight quoting and label purchase, query Firestore via the Pipelines API, cache repeated Firestore reads, manage file uploads, and maintain GitHub Actions CI lanes with gate checks.
Who are these skills designed for?▼
Developers working inside this specific Brazilian e-commerce monorepo (apps/* and packages/integrations/*) who implement, debug, or review sales channels, fiscal NF-e flows, freight providers, webhook receivers, Firestore data access, schema-driven CRUD screens, or CI pipeline configuration.
How do the webhook notification skills work in practice?▼
They document the shared defineNotificationPipeline pattern: a receiver that acks 200 without writing Firestore, an onTaskDispatched task handler, a failures-only notificacoes collection, and an onSchedule durable-cursor reprocess sweep for at-least-once delivery with retry and dedup.
What NF-e regulations do these skills cover?▼
Coverage includes MOC 7.0 layout 4.00, NT 2025.001 synchronous mode, NT 2025.002 Reforma Tributária IBS/CBS/IS groups mandatory in production from 03/08/2026, and NT 2026.007 LCC-RFB CNPJ cadastral validation (cStat 178–186), plus DANFE rendering and contingency handling.
What are the prerequisites for using these skills?▼
You need access to the monorepo itself: the skills reference internal packages like @delfrance/data and @delfrance/ui, channel context loaders, Firestore (including the Enterprise Pipelines API), Cloud Tasks, Cloud Functions, and GitHub Actions rulesets. They are domain references, not standalone libraries.