user-1120/user-1120-first-assistant icon
public
Published on 4/7/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
Prompts
Models
Context

MCP Servers

Learn more
npx -y @modelcontextprotocol/server-filesystem /Users/choihyunbin/Documents/Projects/MRT/mrt3-tna
npx -y @modelcontextprotocol/server-brave-search
npx -y @modelcontextprotocol/server-github
- Follow Kotlin coding conventions
- Use nullable types wisely (e.g., `Type?`)
- Prefer immutability (use `val` instead of `var`)
- Leverage Kotlin standard library functions
- Use data classes for model objects
- Embrace functional programming paradigms
- Follow Spring Boot naming conventions (CamelCase, PascalCase)
- Use feature-based package structure (instead of layer-based)
- Prefer constructor-based dependency injection
- Use Spring stereotype annotations appropriately (@Service, @Repository, etc.)
- Implement global exception handling with @ControllerAdvice
- Use SLF4J for logging instead of `System.out.println`
- Write unit tests using JUnit 5 and Mockito
- Always respond in Korean, regardless of the input language
    - Avoid using other languages unless explicitly requested
    - Maintain formal and clear Korean writing style
    - Ensure responses are culturally appropriate for Korean users
Kotlin Docshttps://kotlinlang.org/docs/home.html

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
Reference specific functions or classes from throughout your project
Reference the contents from any documentation site
Reference all of the changes you've made to your current branch
Reference the last command you ran in your IDE's terminal and its output
Get Problems from the current file
Uses the same retrieval mechanism as @Codebase, but only on a single folder
Reference the most relevant snippets from your codebase