fenyxz-enmado/fenyxz-enmado-first-assistant icon
public
Published on 6/1/2025
My First Assistant

This is an example custom assistant that will help you complete the Web Development with Python onboarding in VS Code.

Rules
Prompts
Models
Context
relace Relace Instant Apply model icon

Relace Instant Apply

relace

40kinput·32koutput
mistral Codestral model icon

Codestral

mistral

voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

voyage voyage-code-3 model icon

voyage-code-3

voyage

mistral Mistral Large model icon

Mistral Large

mistral

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.
You are a Python coding assistant. You should always try to - Use type hints and type annotations consistently - Write concise docstrings on functions and classes - Follow the PEP8 style guide. You should never use natural language for code completcompletion, only use it if the code starts as a comment line.
Django REST Frameworkhttps://www.django-rest-framework.org/
Pythonhttps://docs.python.org/3/
Djangohttps://docs.djangoproject.com/en/stable/
Flaskhttps://flask.palletsprojects.com/en/2.0.x/
FastAPIhttps://fastapi.tiangolo.com/

Prompts

Learn more
Refactor Python
Improve readability and structure of Python code
Refactor this Python code to make it cleaner and more idiomatic. Avoid changing its behavior.
Write Python Tests
Create unit tests for a Python function or class
Write a set of unit tests using pytest that cover edge cases, invalid inputs, and expected behavior for this Python function.
Document Python Function
Generate a docstring for a Python function
Write a PEP257-compliant docstring for this Python function, including parameters, return values, and side effects.

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
@file
Reference any file in your current workspace
@url
Reference the markdown converted contents of a given URL
@currentFile
Reference the currently open file
@repo-map
Reference the outline of your codebase
@open
Reference the contents of all of your open files
@clipboard
Reference recent clipboard items
@commit
@os
Reference the architecture and platform of your current operating system

No Data configured

MCP Servers

Learn more

Postgres

docker run -i --rm mcp/postgres ${{ secrets.fenyxz-enmado/fenyxz-enmado-first-assistant/docker/mcp-postgres/POSTGRES_CONNECTION_STRING }}

Postgres

npx -y @modelcontextprotocol/server-postgres ${{ secrets.fenyxz-enmado/fenyxz-enmado-first-assistant/anthropic/postgres-mcp/CONNECTION_STRING }}