asem18/asem18-first-assistant icon
public
Published on 5/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
Prompts
Models
Context
anthropic Claude 4 Opus model icon

Claude 4 Opus

anthropic

200kinput·32koutput
- Follow Java coding standards
- Avoid using raw types
Java docshttps://docs.oracle.com/javase/8/docs/api/

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

Memory

npx -y @modelcontextprotocol/server-memory

Postgres

docker run -i --rm mcp/postgres ${{ secrets.asem18/asem18-first-assistant/docker/mcp-postgres/POSTGRES_CONNECTION_STRING }}

Slack

docker run -i --rm -e SLACK_BOT_TOKEN -e SLACK_TEAM_ID mcp/slack

Sequential Thinking

docker run --rm -i mcp/sequentialthinking

Postgres

npx -y @modelcontextprotocol/server-postgres ${{ secrets.asem18/asem18-first-assistant/anthropic/postgres-mcp/CONNECTION_STRING }}

GitHub

npx -y @modelcontextprotocol/server-github

Git

docker run --rm -i --mount type=bind,src=${{ secrets.asem18/asem18-first-assistant/docker/mcp-git/GIT_DIR }},dst=${{ secrets.asem18/asem18-first-assistant/docker/mcp-git/GIT_DIR }} mcp/git

Filesystem

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

Gitlab

docker run -e GITLAB_PERSONAL_ACCESS_TOKEN -e GITLAB_API_URL mcp/gitlab

Brave Search

npx -y @modelcontextprotocol/server-brave-search

Github

docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github