jss
Installation
SKILL.md
JSS (JavaScript stack skills)
Command Structure
Commands follow flag-based pattern: /jss --<stack> --<action> [args-flag] optional extra user message instructions
Workflow Execution
1. Parse Flags
Extract stack and action from flag args or user message instructions:
Pattern matching:
- Match
skills/<stack>/references/<action>for stack and action. - Capture remaining text as args-flag (extra user message instructions).