huynh-phu/assistant-work icon
public
Published on 5/29/2025
Assistant at Work

Rules
Prompts
Models
Context

MCP Servers

Learn more
podman run -i --rm --mount type=bind,src=c:/Users/Phu_Huynh/Desktop/test-mcp,dst=/projects mcp/filesystem /projects
podman run --rm -i mcp/sequentialthinking
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
# 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.

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