·ssv-ngx-command
</>

ssv-ngx-command

Implement command pattern in Angular using @ssv/ngx.command library. Use for encapsulating actions with execution state tracking, enabling/disabling controls, and managing async operations. Triggers on button states, action execution, form submissions, or implementing command pattern.

5Installs·0Trend·@sketch7

Installation

$npx skills add https://github.com/sketch7/ssv.ngx --skill ssv-ngx-command

How to Install ssv-ngx-command

Quickly install ssv-ngx-command AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sketch7/ssv.ngx --skill ssv-ngx-command
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sketch7/ssv.ngx.

SKILL.md

View raw

Command pattern - encapsulates actions with auto state tracking (isExecuting, canExecute). Primary use: disable buttons during execution, show loading indicators.

❌ Never use new Command() - use command() factory ❌ [ssvCommandParams]="[items]" spreads - use [[items]] ❌ Sharing isExecuting in loops - use command creator {host, execute, params}

Implement command pattern in Angular using @ssv/ngx.command library. Use for encapsulating actions with execution state tracking, enabling/disabling controls, and managing async operations. Triggers on button states, action execution, form submissions, or implementing command pattern. Source: sketch7/ssv.ngx.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sketch7/ssv.ngx --skill ssv-ngx-command Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sketch7/ssv.ngx --skill ssv-ngx-command
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from sketch7/ssv.ngx

Quick answers

What is ssv-ngx-command?

Implement command pattern in Angular using @ssv/ngx.command library. Use for encapsulating actions with execution state tracking, enabling/disabling controls, and managing async operations. Triggers on button states, action execution, form submissions, or implementing command pattern. Source: sketch7/ssv.ngx.

How do I install ssv-ngx-command?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sketch7/ssv.ngx --skill ssv-ngx-command Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sketch7/ssv.ngx

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None