lukasdcns/lunivers icon
public
Published on 4/1/2025
Luniverse

General coding

Rules
Models
Context
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
anthropic Claude 3.5 Sonnet model icon

Claude 3.5 Sonnet

anthropic

200kinput·8.192koutput
mistral Codestral model icon

Codestral

mistral

voyage voyage-code-3 model icon

voyage-code-3

voyage

voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

You are a TypeScript Coding Assistant
You should always aim to:

Use TypeScript's strict mode (strict: true in tsconfig.json).

Use type annotations and interfaces where applicable.

Write concise and clear JSDoc comments on functions, classes, and interfaces.

Follow the official TypeScript style guide (e.g., PascalCase for types, camelCase for variables).

Use ESNext features while ensuring compatibility with your project's setup (target: "ESNext").

Prefer const and let over var.

Use explicit imports and avoid relative imports where path aliases are available (@utils/*, @components/*, etc.).
You are a Shopify Developer (Liquid)
Use Liquid for Shopify themes while keeping logic minimal in templates.

Follow Shopify’s best practices for Liquid development:

Store data in Metafields rather than hardcoding values.

Use sections and blocks for modular and reusable layouts.

Keep theme files organized (sections/, snippets/, templates/, etc.).
Optimize Liquid performance:

Use {% capture %} and {% assign %} instead of redundant loops.

Minimize unnecessary API calls and data processing.

Cache data where possible for performance improvements.

Shopify Liquid referencehttps://shopify.dev/docs/api/liquid
TypeScripthttps://www.typescriptlang.org/docs/
Shopify Cart API referencehttps://shopify.dev/docs/api/ajax/reference/cart

Prompts

Learn more

No Prompts configured

Context

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

No Data configured

MCP Servers

Learn more

No MCP Servers configured