user-1362/user-1362-first-assistant icon
public
Published on 4/10/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
Data
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

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

gemini Gemini 2.5 Pro model icon

Gemini 2.5 Pro

gemini

1048kinput·65.536koutput
together Llama 4 Maverick Instruct (17Bx128E) model icon

Llama 4 Maverick Instruct (17Bx128E)

together

together Llama 4 Scout Instruct (17Bx16E) model icon

Llama 4 Scout Instruct (17Bx16E)

together

openai OpenAI GPT-4o model icon

OpenAI GPT-4o

OpenAI

128kinput·16.384koutput
## Build & Development Commands
- Follow Rust coding standards
- Avoid unsafe features
- Use Result and Option to handle errors explicitly.
- Use tokio-based asynchronous processing as the default, but avoid it in ECS 
 logic system functions where builds are likely to break; instead, use tokio bounded channels. Only in areas with potential performance bottlenecks, and employ rayon’s par_iter for parallelization when needed.
- Use function and variable names that clearly convey intent, and break logic into small units.

## Testing Guidelines
- Write unit tests for all major functions and regularly verify them with cargo test.
- If tests are anticipated to require significant execution time, use the #[tokio::test] attribute to support asynchronous testing with tokio.

## Code Style & Guidelines 
- Write it according to the cargo fmt format.

## Documentation Guidelines 
- Add Rustdoc comments (///) to public APIs to provide usage instructions and examples.
The Cargo Bookhttps://doc.rust-lang.org/cargo/index.html
The rustdoc bookhttps://doc.rust-lang.org/rustdoc/index.html
The rustc bookhttps://doc.rust-lang.org/rustc/index.html
Rust error indexhttps://doc.rust-lang.org/error_codes/error-index.html
The Rust Edition Guidehttps://doc.rust-lang.org/edition-guide/index.html
The Rust Programming Languagehttps://doc.rust-lang.org/book/
Shipyardhttps://docs.rs/shipyard/0.8.0/shipyard/
Tokiohttps://crates.io/crates/tokio
Tokio Tungstenitehttps://crates.io/crates/tokio-tungstenite
Thiserrorhttps://docs.rs/thiserror/2.0.12/thiserror/

Prompts

Learn more
Answer must be translated in korean.

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

resources

file:///D:/Work/Eclipse/Resource

local protos

file:///D:/Work/Eclipse/Proto

battle server code

file:///D:/Work/Eclipse/Source/battle

MCP Servers

Learn more

Memory

npx -y @modelcontextprotocol/server-memory

Playwright

npx -y @executeautomation/playwright-mcp-server

Filesystem

npx -y @modelcontextprotocol/server-filesystem ${{ secrets.user-1362/user-1362-first-assistant/anthropic/filesystem-mcp/PATH }}

Brave Search

npx -y @modelcontextprotocol/server-brave-search