jules-de-bisschop/jules-de-bisschop-first-assistant icon
public
Published on 3/26/2025
My First Assistant

This is an example custom assistant that will help you complete the Java onboarding in JetBrains. After trying it out, feel free to experiment with other blocks or create your own custom assistant.

Rules
Models
Context

Please adhere  to the following guidelines when generating or modifying Python code:

- **PEP 8 Compliance**: Ensure all code conforms to PEP 8 standards for consistency and readability. :contentReference[oaicite:2]{index=2}

- **Modular Design**: Structure code into small, reusable functions and classes, each with a single responsibility, to enhance maintainability and scalability. :contentReference[oaicite:3]{index=3}

- **DRY Principle**: Avoid code duplication by abstracting repetitive code into functions or classes, promoting the 'Don't Repeat Yourself' principle. :contentReference[oaicite:4]{index=4}

- **Type Hinting**: Utilize type hints to specify the expected data types of function arguments and return values, improving code clarity and aiding in error detection. :contentReference[oaicite:5]{index=5}

- **Latest Python Features**: Incorporate features from the latest stable Python release to leverage performance improvements and new capabilities. :contentReference[oaicite:6]{index=6}

- **Framework Utilization**: Employ modern Python frameworks and libraries, such as FastAPI for web development and PyTorch for machine learning, to stay current with industry trends. :contentReference[oaicite:7]{index=7}

- **Clear Naming Conventions**: Use descriptive and consistent naming for variables, functions, and classes to enhance code readability.

- **Comprehensive Documentation**: Provide docstrings for all modules, classes, and functions, detailing their purpose, parameters, and return values, to facilitate understanding and maintenance.

- **Version Control**: Maintain a clear commit history with meaningful messages to document changes and facilitate collaboration.

- **Testing**: Develop unit tests for all functions and classes to ensure code reliability and facilitate refactoring.

No Docs configured

Prompts

Learn more

No Prompts configured

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