pabx-design-system

pabx-design-system is a skill for Claude Code, Codex from dayvisonassis/sdd-skills. It costs 98 tokens per session (1,104 once invoked), scanned A, original, MIT.

The reference guide for the DRCALL PABX frontend's visual design system, including Angular Material rules, typography, spacing, colours, and common page, table, dashboard, and form patterns.

In plain words
What is it for?
Use it when creating or reviewing PABX frontend pages, tables, dashboards, forms, or dialogs.
Why use it?
It keeps new or revised screens consistent and identifies frontend styling mistakes that can cause visual or automated quality checks to fail.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating or reviewing PABX frontend pages, tables, dashboards, forms, or dialogs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dayvisonassis/sdd-skills/pabx-design-system
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add dayvisonassis/sdd-skills --skill pabx-design-system
Clone the repo
git clone --depth 1 https://github.com/dayvisonassis/sdd-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pabx-design-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/dayvisonassis/sdd-skills/pabx-design-system/github.svg)](https://agentmods.dev/skills/dayvisonassis/sdd-skills/pabx-design-system)
Your own site
<a href="https://agentmods.dev/skills/dayvisonassis/sdd-skills/pabx-design-system"><img src="https://agentmods.dev/badge/skills/dayvisonassis/sdd-skills/pabx-design-system/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pabx-design-system

Your own site · 80×15
<a href="https://agentmods.dev/skills/dayvisonassis/sdd-skills/pabx-design-system"><img src="https://agentmods.dev/badge/skills/dayvisonassis/sdd-skills/pabx-design-system.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,104 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.01104
Opus 5 $0.00049 $0.00552
Sonnet 5 $0.00020 $0.00221
Haiku 4.5 $0.00010 $0.00110

Measured 12d ago against content hash daded2c2183e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pabx-design-system scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pabx-design-system/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

PABX Design System

A fonte-da-verdade canônica do design system e das regras de Angular Material do DRCALL PABX vive dentro desta skill, em:

references/angular-material.md

O documento viaja junto com a skill: ao (re)instalar a skill num projeto/branch, a pasta references/ é copiada junto, então a referência está sempre disponível — sem depender de nenhum arquivo externo (IDE, .cursor, etc.). Leia e edite direto em references/angular-material.md.

Três armadilhas desta base que já custaram retrabalho

  1. Classe do design system que colide com o Bootstrap global. src/_bootstrap-utilities.scss é importado por styles.scss e define .btn-secondary, .btn-danger, .btn, .close, .dropdown-item, .nav-link e outras com :hover. Sobrescrever uma delas sem declarar o :hover deixa o hover nas mãos do Bootstrap — o botão fica ilegível no tema claro. O gate tails/complete-bootstrap-override reprova. Ver o bloco .btn-secondary na referência.
  2. .btn-primary-green / .btn-secondary / .data-table NÃO são globais — cada componente redeclara no próprio CSS. Sem isso o botão nasce preto e a tabela sem estilo.
  3. --mat-sys-primary não existe neste app (resolve para vazio). Para link, usar a classe global .link.

Convenções de UX obrigatórias no módulo de tickets

Aprendidas nas F05–F07 e válidas para toda feature nova do módulo (fonte canônica: a seção "Convenções de UX obrigatórias" em docs/cadastro_ticket/prd_ticket_module.md):

  • Card de ajuda (help_outline na linha do título → diálogo "Como … funciona") em todo componente com regra não óbvia. Explicar o que o usuário não tem como adivinhar.
  • Resolver a tarefa no próprio componente: sugestões calculadas do contexto + busca local, em vez de mandar o operador sair da tela e voltar com um identificador. Ação impossível aparece desabilitada com o motivo no tooltip, não falha no clique.
  • Consultar sem perder contexto: referência a outra entidade é âncora routerLink (ganha Ctrl+clique) e tem prévia em diálogo.
  • Operação em lote reporta o que fez e o que preservou, com o motivo de cada item.

Read the full file on GitHub · 66 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 66 lines · 98 tokens per session scan A daded2c2183e

Subscribe to this mod's changes

pabx-design-system is a skill published in the GitHub repository dayvisonassis/sdd-skills (1 stars, last pushed 15d ago), licensed MIT. It adds 98 tokens to every session and 1,104 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

information-architecture

Design the structure of a website or product including sitemap, navigation, URL structure, content types, taxonomy, and labeling. Use this skill whenever the user asks to plan a sitemap, design navigation, structure URLs, define content types, build taxonomies, design site search, or organize content at the system…

rampstackco/claude-skills · 131 tokens

frontend

Builds, styles, and polishes web UI and UX. Use for any frontend, page, component, styling, layout, animation, or visual-quality task, or when asked to make an interface look or feel a certain way.

code-yeongyu/oh-my-openagent · 49 tokens

shiny-bslib-theming

Advanced theming for Shiny apps using bslib and Bootstrap 5. Use when customizing app appearance with bstheme(), Bootswatch themes, custom colors, typography, brand.yml integration, Bootstrap Sass variables, custom Sass/CSS rules, dark mode and color modes, dynamic theme switching, real-time theming, theme inspection…

posit-dev/skills · 87 tokens

tastemaker

Generate genuinely beautiful, on-brand UI instead of generic "AI slop" — use whenever the user asks to build, design, style, or improve a UI, landing page, dashboard, app screen, or component, whenever a PRD/spec needs a design pass before implementation, whenever the user pastes reference images/Pinterest/Dribbble…

codeswithroh/tastemaker · 202 tokens

interaction-skill

Layer A interaction-mechanics reference anchored to the beui.dev catalog. Stacks on any style skill whenever work adds or changes motion or interaction — micro-interactions, animated components, transitions, gestures, hover/press/state feedback, loading/success/error morphs, 'make it feel alive'. Mandates reading the…

code-yeongyu/oh-my-openagent · 104 tokens