agentsclimarketplace

Form

Skill tbc-servicos/dataagile-agent-kit/fluig/skills/form

Plugin Claude Code para Protheus e ADVPL/TLPP — base 155k+ registros, Agent Teams, compilação TDS-CLI, testes TIR e MCP PO-UI

Install
npx -y skills add tbc-servicos/dataagile-agent-kit --skill form

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Cria formulário HTML para TOTVS Fluig com events/ e Util/. Use quando precisar criar formulário Fluig, adicionar validações, máscaras CPF/CNPJ/CEP/telefone, campos condicionais ou integrar SweetAlert2. Gera: HTML responsivo, events/enableFields.js, events/displayFields.js, events/validateForm.js, Util/UtilsHandler.js, Style/custom.css.

SKILL.md

1.8 KB, as published. Nobody here has run it

Consulta MCP

Antes de gerar código, consulte o MCP tbc-knowledge:

searchFluigApi({ category: "form" })
// → CardAPI, WCMAPI, getValue/setValue, FormAPI, jQuery masks

searchFluigPatterns({ category: "template", skill: "fluig-form" })
// → templates: HTML base, enableFields.js, validateForm.js, DatasetUtils.js

searchFluigPatterns({ category: "naming" })
// → convenção de nomenclatura e IDs de formulário

Padrões e Estrutura

Consulte o MCP antes de gerar o formulário:

searchFluigPatterns({ skill: "fluig-form", category: "template" })
searchFluigPatterns({ skill: "fluig-form", category: "naming" })
searchFluigPatterns({ skill: "fluig-form", category: "convention" })

Aplique a estrutura de pastas, naming e convenções retornadas pelo MCP.


Instruções para Claude

  1. Perguntar antes de gerar: qual o ID (6 dígitos)? qual o nome descritivo completo? quais campos (tipo, obrigatório, máscara)?
  2. Consultar MCP para obter os templates dos arquivos de eventos e utilitários.
  3. Criar TODOS os arquivos da estrutura definida acima — não apenas o HTML.
  4. Para cada campo informado: definir a lógica correspondente em enableFields, displayFields, inputFields e validateForm.
  5. Usar SweetAlert2 (Swal.fire()) para todo feedback ao usuário — NUNCA usar alert() nativo.
  6. Aplicar máscaras jQuery automaticamente para campos do tipo CPF, CNPJ, CEP, telefone e data.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.