con un clic
components
Standards for Standalone Components, Signals inputs, and Control Flow.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Standards for Standalone Components, Signals inputs, and Control Flow.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Standards for performing high-quality, readable code reviews.
Essential rules for code comments, READMEs, and technical documentation.
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Universal standards for version control, branching, and team collaboration.
standalone: true. Import dependencies directly in imports array.input() and input.required() instead of @Input().output() (from v17.3+) instead of @Output() EventEmitter.@if, @for, @switch block syntax instead of *ngIf, *ngFor.Emulated. Use None carefully.computed() for derived state.effect() strictly for side effects (logging, manual DOM manipulation), NEVER for state propagation.computed signal.ElementRef.nativeElement modification. Use Directives or Renderer2.