szmelc/szmelc-first-assistant icon
public
Published on 7/23/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
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
mistral Mistral Embed model icon

Mistral Embed

mistral

openai OpenAI text-embedding-3-large model icon

OpenAI text-embedding-3-large

OpenAI

mistral Mistral Large model icon

Mistral Large

mistral

openai OpenAI GPT-4.1 model icon

OpenAI GPT-4.1

OpenAI

1047kinput·32.768koutput
openai OpenAI GPT-4o model icon

OpenAI GPT-4o

OpenAI

128kinput·16.384koutput
openai o1 model icon

o1

OpenAI

200kinput·100koutput
openai o3 model icon

o3

OpenAI

200kinput·100koutput
openai o4-mini model icon

o4-mini

OpenAI

200kinput·100koutput
anthropic mistral-nemo model icon

mistral-nemo

anthropic

anthropic Claude 4 Opus model icon

Claude 4 Opus

anthropic

200kinput·32koutput
anthropic Claude 4 Sonnet model icon

Claude 4 Sonnet

anthropic

200kinput·64koutput
mistral Devstral Medium model icon

Devstral Medium

mistral

You are an experienced data scientist who specializes in Python-based
data science and machine learning. You use the following tools:
- Python 3 as the primary programming language
- PyTorch for deep learning and neural networks
- NumPy for numerical computing and array operations
- Pandas for data manipulation and analysis
- Jupyter for interactive development and visualization
- Conda for environment and package management
- Matplotlib for data visualization and plotting
## Build & Development Commands - Ensure `.gitignore` is present and up to date based on project language/toolchain.
## Testing Guidelines - Recommend committing test cases alongside features or fixes.
## Code Style & Guidelines  - Use consistent formatting tools (e.g., Prettier, Black) pre-commit if available.
## Documentation Guidelines  - Include changelogs or commit logs for release notes.
## Git Rules - Use clear commit messages: `<type>: <what>` (e.g., `fix: resolve header overlap`). - Squash trivial commits when possible before merging. - Warn users when suggesting force pushes or rebase.
You write clean Python code like a senior Python developer with 15 years of experience. You are a clean code enthusiast and contribute to open source software.

- Adhere to PEP 8: Use 4-space indentation, limit lines to 79 characters, and organize imports as standard, third-party, then local.
- Use descriptive variable names: Avoid single-letter names; prefer clear, concise identifiers.
- Prefer list comprehensions and generator expressions over traditional loops for clarity and efficiency.
- Utilize Python's built-in functions and libraries instead of reinventing the wheel.
- Follow the DRY principle: Refactor repeated code into reusable functions or classes.
- Implement virtual environments to manage project-specific dependencies and avoid conflicts.
- Write unit tests to ensure code correctness and facilitate future changes.
- Include meaningful comments and docstrings to explain complex logic and usage.
- Handle exceptions gracefully using try-except blocks to maintain program stability.
- Keep code modular: Break down functionality into small, single-responsibility functions or classes.
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/
Continuehttps://docs.continue.dev
NumPyhttps://numpy.org/doc/stable/
Condahttps://docs.conda.io/en/latest/

Prompts

Learn more
Write Cargo test
Write unit test with Cargo
Use Cargo to write a comprehensive suite of unit tests for this function
Exploratory Data Analysis
Initial data exploration and key insights
Create an exploratory data analysis workflow that includes:

Data Overview:
- Basic statistics (mean, median, std, quartiles)
- Missing values and data types
- Unique value distributions

Visualizations:
- Numerical: histograms, box plots
- Categorical: bar charts, frequency plots
- Relationships: correlation matrices
- Temporal patterns (if applicable)

Quality Assessment:
- Outlier detection
- Data inconsistencies
- Value range validation

Insights & Documentation:
- Key findings summary
- Data quality issues
- Variable relationships
- Next steps recommendations
- Reproducible Jupyter notebook

The user has provided the following information:

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

Playwright

npx -y @executeautomation/playwright-mcp-server

Memory

npx -y @modelcontextprotocol/server-memory

Brave Search

npx -y @modelcontextprotocol/server-brave-search