chinese-content-writing-guideline

My personal GitHub Copilot prompts (copilot-instructions)

설치
CLI
npx skills add https://github.com/jim60105/copilot-prompt --skill chinese-content-writing-guideline

CLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.

최근 업데이트: 4/24/2026

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

References

License

gfdlv1.3

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