araujomartin
@araujomartin
3 Skills
0 Total Stars
February 2026 Joined
Public Skills
angular-access-modifiers
by araujomartin
Recommended usage of access modifiers in Angular components: public readonly for API (inputs/outputs), protected readonly for template state, private readonly for internal logic. Trigger: When defining component properties in Angular.
angular-component-inputs
by araujomartin
Modern function-based component inputs and models using Angular Signals API. Trigger: When defining component inputs, when migrating from decorators, when working with reactive component APIs, when implementing two-way binding.
skill-creator
by araujomartin
Creates new AI agent skills for Angular following the Angular Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, document Angular patterns for AI, or create skill documentation.