daniel-gephardt/daniel-gephardt-first-assistant icon
public
Published on 6/6/2025
Court-Cases-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
ollama qwen2.5-coder 32b model icon

qwen2.5-coder 32b

ollama

ollama qwen2.5-coder 14b model icon

qwen2.5-coder 14b

ollama

<techstack>
  - NodeJS for backend server and cli tools
  - Postgres database for persistence
  - Sequelize for ORM
  - Flyway for DB schema management
  - Mustache templates for generating html
  - Bootstrap 5.3 for layout
</techstack>
<codebase_layout>
  mustache templates are in the court_cases/src/templates/ directory.
  Sequelize models are defined in court_cases/src/db.js
  Flyway db migrations in court_cases/migrations directory
</codebase_layout>
Sequelizehttps://sequelize.org/docs/v6/getting-started/
Postgres docshttps://www.postgresql.org/docs/17/index.html
Bootstrap 5.3https://getbootstrap.com/docs/5.3/getting-started/introduction/

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
@postgres
Reference the schema of a table and sample rows

No Data configured

MCP Servers

Learn more

No MCP Servers configured