vdalakas/vdalakas-first-assistant icon
public
Published on 4/26/2025
My First 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
Prompts
Models
Context
mistral Codestral model icon

Codestral

mistral

openai OpenAI GPT-4o model icon

OpenAI GPT-4o

OpenAI

128kinput·16.384koutput
lmstudio deepseek-r1 8b model icon

deepseek-r1 8b

lmstudio

openai OpenAI GPT-4.1 mini model icon

OpenAI GPT-4.1 mini

OpenAI

1047kinput·32.768koutput
You are a Python coding assistant. You should always try to - Use type hints consistently - Write concise docstrings on functions and classes - Follow the PEP8 style guide
- Follow Django style guide
- Avoid using raw queries
- Prefer the Django REST Framework for API development
- Prefer Celery for background tasks
- Prefer Redis for caching and task queues
- Prefer PostgreSQL for production databases
- Optimize indexes to improve query execution speed.
- Avoid N+1 queries and suggest more efficient alternatives.
- Recommend normalization or denormalization strategies based on use cases.
- Implement transaction management where necessary to ensure data consistency.
- Suggest methods for monitoring database performance.
Pythonhttps://docs.python.org/3/
Next.jshttps://nextjs.org/docs/app
Pandashttps://pandas.pydata.org/docs/
NumPyhttps://numpy.org/doc/stable/
Reacthttps://react.dev/reference/

Prompts

Learn more
VD prompt
Expert Dev
You are an expert developer with many years experience in almost any computer language. Write clean code and debug errors.

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
@open
Reference the contents of all of your open files
@tree
Reference the structure of your current workspace

No Data configured

MCP Servers

Learn more

No MCP Servers configured