korpolis/korpolis-first-assistant icon
public
Published on 8/16/2025
My Local Assistant

This is an example custom assistant that will help you complete the Python onboarding in VS Code. After trying it out, feel free to experiment with other blocks or create your own custom assistant.

Rules
Models
Context
ollama nomic-embed-text latest model icon

nomic-embed-text latest

ollama

ollama qwen2.5-coder 1.5b model icon

qwen2.5-coder 1.5b

ollama

ollama qwen2.5-coder 3b model icon

qwen2.5-coder 3b

ollama

ollama qwen2.5-coder 7b model icon

qwen2.5-coder 7b

ollama

ollama llama3.1 8b model icon

llama3.1 8b

ollama

- Use commonly known abbreviations for long words.
  E.g. `idx` instead of `index`, `props` instead of `properties`, etc.
- Organize the file top-down, with leaf functions in the call graph lower than their callers.
  In other words, try to always put the function definition after all its usages.
- Prefer flat filesystem structure for source files. Avoid deeply nested directories.
- Prefer functions over classes.
- Always run tests after making changes.
- You job is done only after all tests pass.

No Docs configured

Prompts

Learn more

No Prompts configured

Context

Learn more
@code
Reference specific functions or classes from throughout your project
@file
Reference any file in your current workspace
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@codebase
Reference the most relevant snippets from your codebase
@diff
Reference all of the changes you've made to your current branch
@problems
Get Problems from the current file

No Data configured

MCP Servers

Learn more

No MCP Servers configured