My personal GitHub Copilot prompts (copilot-instructions)
npx skills add https://github.com/jim60105/copilot-prompt --skill chinese-content-writing-guidelineInstale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.
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!!!
My Linux workstation uses chezmoi to set up this project at ~/copilot-prompt, while my Windows machine cloned it to ~/repos/copilot-prompt.
"chat.promptFilesLocations": {
"~/copilot-prompt/.github/prompts": true,
"~/repos/copilot-prompt/prompts": true
},
"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,
},
GNU Free Documentation License 1.3
Copyright (C) 2025 Jim Chen [email protected].
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".