Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.07 KB

File metadata and controls

48 lines (34 loc) · 2.07 KB

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 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.

    "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

License

gfdlv1.3

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".