blascarr/blascarr-first-assistant icon
public
Published on 4/5/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
anthropic Claude 3.5 Haiku model icon

Claude 3.5 Haiku

anthropic

200kinput·8.192koutput
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

## Build & Development Commands
The project is using ESP32 and ESP8266 boards or other boards with Wifi connection.

# Compilation

The project is using Platformio enviroment and it should use configurations for different board compilation based on platformio.ini


# ESP8266 and ESP32 differences

Some libraries for ESP8266 and ESP32 could be different and code may be sometimes adapted to work with both. 

## Build & Development Commands
The project utilizes the PlatformIO environment. Ensure that configurations focused ondifferent board compilations are specified in the platformio.ini file.

## Testing Guidelines
Unit Tests: Utilize the Unity framework for unit testing. Execute unit tests exclusively within the setup() function to ensure a controlled testing environment.
Integration Tests: Implement integration tests by executing actions within the loop() function. Use the Ticker library to schedule test executions at intervals until the test suite completes.

## Code Style & Guidelines 
Language Standard: Adhere to the C++11 standard for all code.
Utilize standard C++ structures such as map and vector to enhance code organization and efficiency.
Naming Conventions: Use descriptive and consistent naming conventions for variables, functions, and classes to improve code readability and maintainability.

## Documentation Guidelines 
API Documentation: If the project exposes an API, ensure comprehensive documentation is provided, including endpoints, request/response formats, and example usage.
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

No Data configured

MCP Servers

Learn more

No MCP Servers configured