Skip to main content
Execute qualquer Skill no Manus
com um clique

llui-add-lint-rule

Estrelas7
Forks0
Atualizado16 de julho de 2026 às 22:46

Follow this exact procedure when adding a NEW compile-time lint rule to the LLui compiler (@llui/compiler, packages/compiler/src/signals/rules.ts). Use it whenever you want the build to reject an unsafe or non-idiomatic LLui authoring pattern — a new signal/view/reducer check that should fail compilation, not merely warn. This is framework-internals work. Critical doctrine it enforces: LLui framework rules are NON-BYPASSABLE compiler ERRORS, never ESLint rules (LLMs and humans ignore warnings), so the rule must be wired to halt the build and ship with BOTH positive and negative tests. Load it before writing the rule; getting the ScriptKind, the root-tracking, or the negative case wrong produces false positives that block valid builds.

Instalação

Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.

SKILL.md
readonly