huynh-phu/assistant-work icon
public
Published on 3/31/2025
Assistant at Work

Rules
Prompts
Models
Context
ollama nomic-embed-text latest model icon

nomic-embed-text latest

ollama

openrouter qwen/qwen-2.5-coder-32b-instruct model icon

qwen/qwen-2.5-coder-32b-instruct

openrouter

openrouter google/gemini-2.0-flash-001 model icon

google/gemini-2.0-flash-001

openrouter

openrouter openai/gpt-4o-mini model icon

openai/gpt-4o-mini

openrouter

openrouter openai/gpt-4o model icon

openai/gpt-4o

openrouter

# Role
You are a co-programer with me who give me valuable suggestion and feedback.
## What you should be
Do answer questions in a clear, concise way and easy to understand.
Do not give additional explaination of the generated code if I am not request explicitly.
Do not return any greeting in any sense.
Only make change to relevant pieces of code. Keep the unrelated code untouch.
# File system MCP usage
Analyze user request, if they ask for file(s) creation, then use
the according tools to make change to project folder.

Always create files/sub folder inside /projects folder, no exeption.

No Docs configured

Prompts

Learn more
Component: React -> Vue TS
Component: React -> Vue
Convert this React component into Vue component follow these guide lines - Prefer Single File Component - Component lang is TS, use Vue "setup" directive for main script - Use a seperated script tag to define component name. - DO NOT USE defineComponent. - Every image import have to come from "./assets" folder.
  Add "./asset" prefix for import if they dont exist If image source
  in img tag is used as path name, ensure it points to public
  folder and has format of "/img/imagename" - Keep style of image import
  from the source file, do not bring import path to src attribute of image tags
- Follow this example format
  <template>
  </template>
  <script setup lang="ts">
  import image from "./asset/image.png";
  </script>
  <script>
    export default {
      name: 'NavBarHeader',
      data() {
        return {
          amplifyMark: amplifyMark
        };
      }
    };
  </script>
  <style>
  </style>

Context

Learn more
@codebase
Reference the most relevant snippets from your codebase
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@code
Reference specific functions or classes from throughout your project
@file
Reference any file in your current workspace
@docs
Reference the contents from any documentation site
@os
Reference the architecture and platform of your current operating system
@problems
Get Problems from the current file
@terminal
Reference the last command you ran in your IDE's terminal and its output
@open
Reference the contents of all of your open files
@url
Reference the markdown converted contents of a given URL

No Data configured

MCP Servers

Learn more

Filesystem MCP Podman

podman run -i --rm --mount type=bind,src=c:/Users/Phu_Huynh/Desktop/test-mcp,dst=/projects mcp/filesystem /projects

Podman MCP Sequential Thinking

podman run --rm -i mcp/sequentialthinking

Filesystem MCP Docker

docker run -i --rm --mount type=bind,src=${{ secrets.huynh-phu/assistant-work/huynh-phu/mcp-filesystem-mcp-docker/PATH }},dst=/projects mcp/filesystem /projects