smithery/neversight

jss

JavaScript stack ecosystem. Best practices, patterns, and guidelines for React, RN, Next.js, Nest.js, etc.

Installation

$ npx skills add smithery/neversight --skill jss

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,000 B
  • docs SUMMARY.md 117 B

History

  1. First recorded snapshot · 0 installs

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).

2. Validate

Check if workflow exists for the stack/action combination. If not implemented, inform user it's coming soon with status.

3. Load Reference

Read appropriate workflow from skills/<stack>/references/<action>.md.

4. Execute

Follow workflow steps:

  • Parse arguments (if provided)
  • Gather requirements (AskUserQuestion if needed)
  • Run commands
  • Configure files
  • Report completion