shaq/shaq-first-assistant icon
public
Published on 5/8/2025
Supah Codah

Rules
Models
Context
ollama qwen2.5-coder 14b model icon

qwen2.5-coder 14b

ollama

32kinput·8.192koutput
ollama qwen2.5-coder 7b model icon

qwen2.5-coder 7b

ollama

32kinput·8.192koutput
ollama qwen2.5-coder:7b-instruct model icon

qwen2.5-coder:7b-instruct

ollama

Typescript
## Build & Development Commands

- Use a strict TypeScript configuration ("strict": true in tsconfig.json).
- Ensure all dependencies are installed and updated using npm install or yarn install.
- Favor ES modules over CommonJS unless compatibility requires otherwise.

## Testing Guidelines
- Write unit tests for functions and components using Jest or Vitest.
- Use type assertions sparingly in tests (as Type<T>).
- Ensure test coverage remains high with npm test --coverage.

## Code Style & Guidelines 

- Always enable ESLint and Prettier to enforce code consistency.
- Follow the single responsibility principle—each function should do one thing.
- Prefer explicit types over implicit inference when dealing with complex structures.

## Documentation Guidelines 

- Add meaningful JSDoc comments for public functions and classes.

No Docs configured

Prompts

Learn more

No Prompts configured

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