原始内容
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, managed across systems with chezmoi.
[!CAUTION]
This repository contains my personal configurations.
Please fork it first and make your changes before applying them.
And replaceChenJ.imandjim60105in 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.
"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
- Will 保哥: 最佳 GitHub Copilot 設定 - doggy8088/github-copilot-configs
- GitHub Official Copilot Prompt - github/awesome-copilot
- burkeholland: Beast Mode
License
GNU Free Documentation License 1.3
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".