---
slug: "copilot-prompt"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/jim60105/copilot-prompt@master/README.md"
repo: "https://github.com/jim60105/copilot-prompt"
source_file: "README.md"
branch: "master"
---
# copilot-prompt

This is my GitHub Copilot prompt repository, used to store my personal prompts for easy copy and paste.

I use it as a submodule of [jim60105/dotfiles](https://github.com/jim60105/dotfiles), managed across systems with chezmoi.

> [!CAUTION]  
> This repository contains my personal configurations.  
> Please fork it first and make your changes before applying them.  
> And replace `ChenJ.im` and `jim60105` in those files!!!

## VSCode Settings

My Linux workstation uses chezmoi to set up this project at `~/copilot-prompt`, while my Windows machine cloned it to `~/repos/copilot-prompt`.

```jsonc
    "chat.instructionsFilesLocations": {
        "~/repos/copilot-prompt/.github/instructions": true,
        "~/copilot-prompt/instructions": true
    },
    "chat.agentSkillsLocations": {
        "~/copilot-prompt/skills": true,
        "~/repos/copilot-prompt/skills": true,
    },
    "chat.agentFilesLocations": {
        "~/copilot-prompts/agents": true,
        "~/repos/copilot-prompt/agents": true,
    },
```

## References

- [Customize chat responses in VS Code - Visual Studio Code](https://code.visualstudio.com/docs/copilot/copilot-customization)
- [Will 保哥: 最佳 GitHub Copilot 設定 - doggy8088/github-copilot-configs](https://github.com/doggy8088/github-copilot-configs)
- [GitHub Official Copilot Prompt - github/awesome-copilot](https://github.com/github/awesome-copilot)
- [burkeholland: Beast Mode](https://gist.github.com/burkeholland/88af0249c4b6aff3820bf37898c8bacf)

## License

<img src="https://github.com/user-attachments/assets/b3f68e49-004b-42e5-8bbe-1c85c1e0a77f" alt="gfdlv1.3" width="300" />

[GNU Free Documentation License 1.3](https://github.com/jim60105/copilot-prompt/tree/HEAD/LICENSE)

Copyright (C) 2025 Jim Chen <Jim@ChenJ.im>.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

A copy of the license is included in the section entitled "GNU Free Documentation License".
