fugufish/fugufish-first-assistant icon
public
Published on 5/28/2025
EFF

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
openrouter Mistral Codestral model icon

Mistral Codestral

openrouter

openrouter GPT 4o-mini model icon

GPT 4o-mini

openrouter

Always run `rubocop -A <file-name>` after changing ruby files. If the current context is the `Gemfile` run rubocop for the entire directory
Ruby on Rails APIhttps://api.rubyonrails.org/
View Component Docshttps://viewcomponent.org/
Lookbook User Guidehttps://lookbook.build/guide
Rails Guideshttps://guides.rubyonrails.org/

Prompts

Learn more
Lint All
Run all project lintings
You are running all of the lintings for this project. Your job is NOT to resovle the erorrs only to report on them. Some resolve their own errors, don't report on self resolved errors.

1. Run `rubocop -A`
2. Run `brakeman`
3. Run `rubycritic`
4. Run `pnpm xo --fix`

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