AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Po Ui

skill-tbc-servicos-dataagile-agent-kit-po-ui · by tbc-servicos

Consulta componentes, inputs/outputs, exemplos e guias da biblioteca PO-UI (Angular TOTVS) via MCP server oficial. Use antes de escrever ou modificar qualquer UI que utilize PO-UI.

No reviews yet
0 installs
25 views
0.0% view→install

Install

$ agentstack add skill-tbc-servicos-dataagile-agent-kit-po-ui

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tbc-servicos-dataagile-agent-kit-po-ui)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Po Ui? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: PO-UI Component Reference

Quando ativar

Sempre que a tarefa envolva:

  • Criar componente Angular novo usando PO-UI
  • Modificar componente existente que use po-* tags
  • Decidir entre Angular Material e PO-UI (resposta: sempre PO-UI)
  • Buscar input/output específico (ex: po-table com paginação infinita)
  • Configurar tema, i18n, acessibilidade PO-UI
  • Resolver erro de componente PO-UI (input errado, output não chamado, layout quebrado)

Fluxo obrigatório antes de codar

  1. Identificar o componente: usar list_components quando não souber o nome exato
  2. Buscar doc detalhada: get_component_docs com o nome do componente
  3. Consultar exemplo: incluído na doc; copiar estrutura base
  4. Verificar inputs/outputs: nome exato, tipo, valor default
  5. Aplicar no código: usar nome de propriedades EXATO da doc (case-sensitive, prefixo p-)

Tools MCP

list_components

Lista todos componentes PO-UI agrupados por categoria.

Use quando: não sabe o nome do componente ou quer ver opções disponíveis em uma categoria.

Exemplo de retorno: po-table, po-button, po-input, po-dynamic-form, po-page, po-modal, ...

get_component_docs

Doc completa de um componente: descrição, inputs (p-*), outputs (p-*-change), métodos públicos, exemplos.

Use quando: já sabe o nome (ou aprendeu via list_components) e precisa implementar.

Parâmetros: component_name (ex: "po-table")

search_docs

Busca textual livre na documentação oficial — para conceitos, guias, dúvidas que não mapeiam diretamente a um componente.

Use quando: pergunta tipo "como faço paginação infinita" ou "exemplo de upload de arquivo".

get_guide

Guias temáticos: acessibilidade, theming, i18n, performance, setup.

Use quando: configuração transversal (não específica de componente).

Convenções obrigatórias

| Convenção | Regra | |-----------|-------| | Biblioteca UI | PO-UI sempre, nunca Angular Material | | Notificações | PoNotificationService (success/warning/error/info), nunca alert() | | Tabelas | po-table com p-columns tipadas ([{ property, label, type }]) | | Formulários reativos | po-dynamic-form (preferencial) ou campos PO individuais (po-input, po-select, po-datepicker) | | Ícones | prefixo po-icon-* (lista completa em get_component_docs de po-icon) | | Tema | @po-ui/style — não criar variáveis CSS manuais | | Loading | p-loading="true" no componente, não overlay custom | | Layout | po-page-default, po-page-dynamic-table, po-page-dynamic-edit conforme tipo de tela |

Anti-padrões

| Anti-padrão | Correção | |-------------|----------| | import { MatTable } from '@angular/material' | Use PoTableModule | | alert("erro") | this.poNotification.error({ message: '...' }) | | ` HTML puro | com colunas tipadas | | Variáveis CSS hardcoded (#1a4d5c) | Tokens do tema @po-ui/style | | getElementById para focus | ViewChild` + métodos do componente PO |

Instalação em projeto novo

ng add @po-ui/ng-components

Inclui automaticamente:

  • @po-ui/ng-components
  • @po-ui/ng-templates
  • @po-ui/style
  • Configuração de tema padrão

Recursos

  • Site: https://po-ui.io
  • Docs LLM compacta: https://po-ui.io/llms.txt
  • Docs LLM expandida: https://po-ui.io/llms-full.txt
  • npm MCP: https://www.npmjs.com/package/@po-ui/mcp

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.