krishna-devli/krishna-devli-first-assistant icon
public
Published on 4/29/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
Data
relace Relace Instant Apply model icon

Relace Instant Apply

relace

anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

voyage voyage-code-3 model icon

voyage-code-3

voyage

gemini Gemini 2.5 Pro model icon

Gemini 2.5 Pro

gemini

1048kinput·65.536koutput
ollama qwen2.5-coder 1.5b model icon

qwen2.5-coder 1.5b

ollama

xAI Grok 2 model icon

Grok 2

xAI

together Llama 4 Scout Instruct (17Bx16E) model icon

Llama 4 Scout Instruct (17Bx16E)

together

anthropic Claude 3.5 Sonnet model icon

Claude 3.5 Sonnet

anthropic

200kinput·8.192koutput
gemini Gemini 2.0 Flash model icon

Gemini 2.0 Flash

gemini

1048kinput·8.192koutput
openai o3-mini model icon

o3-mini

OpenAI

200kinput·100koutput
voyage voyage-code-2 model icon

voyage-code-2

voyage

openai OpenAI GPT-4o Mini model icon

OpenAI GPT-4o Mini

OpenAI

128kinput·16.384koutput
mistral Mistral Embed model icon

Mistral Embed

mistral

lmstudio deepseek-r1 8b model icon

deepseek-r1 8b

lmstudio

deepinfra Qwen2.5 Coder 32B Instruct model icon

Qwen2.5 Coder 32B Instruct

deepinfra

lmstudio qwen2.5-coder 1.5b model icon

qwen2.5-coder 1.5b

lmstudio

ncompass Qwen 2.5 Coder 32b model icon

Qwen 2.5 Coder 32b

ncompass

ollama deepseek-r1 8b model icon

deepseek-r1 8b

ollama

sambanova DeepSeek R1 model icon

DeepSeek R1

sambanova

deepinfra DeepSeek R1 model icon

DeepSeek R1

deepinfra

novita deepseek-r1 model icon

deepseek-r1

novita

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
Pythonhttps://docs.python.org/3/

Prompts

Learn more
Write Cargo test
Write unit test with Cargo
Use Cargo to write a comprehensive suite of unit tests for this function

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

New Relic

https://log-api.newrelic.com/log/v1

S3

${{ secrets.krishna-devli/krishna-devli-first-assistant/continuedev/s3-dev-data/AWS_SERVER_URL }}

Google Cloud Storage

${{ secrets.krishna-devli/krishna-devli-first-assistant/continuedev/google-cloud-storage-dev-data/GCP_SERVER_URL }}

MCP Servers

Learn more

Playwright

npx -y @executeautomation/playwright-mcp-server

Docker MCP Postgres

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

Memory

npx -y @modelcontextprotocol/server-memory

Browser MCP

npx -y @browsermcp/mcp@latest

Docker MCP Slack

docker run -i --rm -e SLACK_BOT_TOKEN -e SLACK_TEAM_ID mcp/slack

Postgres

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

Docker MCP Sequential Thinking

docker run --rm -i mcp/sequentialthinking

Repomix

npx -y repomix --mcp

GitHub

npx -y @modelcontextprotocol/server-github

Docker MCP Git

docker run --rm -i --mount type=bind,src=${{ secrets.krishna-devli/krishna-devli-first-assistant/docker/mcp-git/GIT_DIR }},dst=${{ secrets.krishna-devli/krishna-devli-first-assistant/docker/mcp-git/GIT_DIR }} mcp/git

Filesystem

npx -y @modelcontextprotocol/server-filesystem ${{ secrets.krishna-devli/krishna-devli-first-assistant/anthropic/filesystem-mcp/PATH }}

Docker MCP Gitlab

docker run -e GITLAB_PERSONAL_ACCESS_TOKEN -e GITLAB_API_URL mcp/gitlab