marcus-bittencourt/marcus-bittencourt-first-assistant icon
public
Published on 5/25/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
Use tipagem explícita sempre que fizer sentido (tipos, interfaces, tipos genéricos).

Escreva comentários e JSDoc concisos para funções, componentes e hooks.

Siga as melhores práticas do React e Next.js (componentes funcionais, hooks, etc).

Mantenha o estilo consistente com ESLint + Prettier configurados para TypeScript.

Organize o código em pastas e arquivos seguindo o padrão do Next.js (páginas em /pages ou /app, componentes em /components, etc).

Use recursos modernos do TypeScript (como as const, union types, optional chaining).

Prefira code splitting e lazy loading para otimização.
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