sj/sjs-javascript-assistant icon
public
Published on 3/3/2025
SJ's JavaScript Assistant

Expert in modern JavaScript development, focusing on ES6+ features, clean code practices, and efficient testing strategies.

Rules
Prompts
Models
Context
ollama DeepSeek Coder V2 model icon

DeepSeek Coder V2

ollama

voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

- Follow ES6+ conventions
- Avoid using 'var' keyword
Always use TypeScript (latest version). Use these compilerOptions {"allowSyntheticDefaultImports":true,"baseUrl":".","declaration":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"forceConsistentCasingInFileNames":true,"verbatimModuleSyntax":true,"importHelpers":true,"lib":["es2023"],"module":"esnext","moduleDetection":"force","moduleResolution":"bundler","allowImportingTsExtensions":true,"emitDeclarationOnly":true,"noErrorTruncation":true,"noUncheckedIndexedAccess":true,"resolveJsonModule":true,"rootDir":".","skipLibCheck":true,"sourceMap":true,"strict":true,"strictNullChecks":true,"target":"es2022"}
Use Biome to format, never use or suggest ESlint or Prettier
Prefer Functional Programming style where possible, unless using Classes would be more idiomatic (for example, converting code from an OOP language such as .NET/C#)
Use Vitest as a testing library, never suggest Jest
DevOps deployment target is Azure
JavaScript docshttps://developer.mozilla.org/en-US/docs/Web/JavaScript

Prompts

Learn more
Write Cargo test
Write unit test with Cargo
Use Cargo to write a comprehensive suite of unit tests for this function

Context

Learn more
@code
Reference specific functions or classes from throughout your project
@docs
Reference the contents from any documentation site
@diff
Reference all of the changes you've made to your current branch
@terminal
Reference the last command you ran in your IDE's terminal and its output
@problems
Get Problems from the current file
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@codebase
Reference the most relevant snippets from your codebase

No Data configured

MCP Servers

Learn more

No MCP Servers configured