{"id":17781693,"url":"https://github.com/djiit/vscode-custom-prompts","last_synced_at":"2025-03-15T23:31:01.374Z","repository":{"id":258799469,"uuid":"875224771","full_name":"Djiit/vscode-custom-prompts","owner":"Djiit","description":"VS Code Extension: Custom Prompts for Github Copilot Chat","archived":false,"fork":false,"pushed_at":"2025-01-21T22:22:57.000Z","size":494,"stargazers_count":7,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T22:41:24.927Z","etag":null,"topics":["copilot-chat","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=djiit.vscode-custom-prompts","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Djiit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-19T12:22:51.000Z","updated_at":"2025-02-12T07:49:33.000Z","dependencies_parsed_at":"2024-10-21T23:00:03.123Z","dependency_job_id":null,"html_url":"https://github.com/Djiit/vscode-custom-prompts","commit_stats":null,"previous_names":["djiit/vscode-custom-prompts"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djiit%2Fvscode-custom-prompts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djiit%2Fvscode-custom-prompts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djiit%2Fvscode-custom-prompts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djiit%2Fvscode-custom-prompts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Djiit","download_url":"https://codeload.github.com/Djiit/vscode-custom-prompts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806122,"owners_count":20350773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["copilot-chat","vscode-extension"],"created_at":"2024-10-27T04:04:15.802Z","updated_at":"2025-03-15T23:31:00.987Z","avatar_url":"https://github.com/Djiit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom Prompts for Github Copilot Chat\n\nShare custom prompts for Github Copilot Chat with your team.\n\n## Usage\n\nUse `@customPrompts` to invoke the assistant, then select the desired command.\n\n### Configuration\n\nAdd your custom prompts in `.vscode/settings.json` as follow:\n\n```jsonc\n{\n  \"customPrompts\": {\n    \"prompts\": [\n      {\n        \"command\": \"prefixwithlegacy\",\n        \"content\": \"Rename functions with the 'legacy_' prefix.\",\n        \"name\": \"Refactor: prefix with 'legacy_'\", // optional\n        \"description\": \"Use this to rename functions with the 'legacy_' prefix.\", // optional\n      },\n    ],\n  },\n}\n```\n\nThen, in the chat, enter `@customPrompts /load /\u003ccommand\u003e` to invoke the custom command; e.g. with the example config above: `@customPrompts /load /prefixwithlegacy`\n\n### Available Commands\n\n- `/load`: Use `@customPrompts /load /\u003ccommand\u003e` to invoke a custom command.\n\n## Credits\n\nInspirations:\n\n- https://github.com/microsoft/vscode-extension-samples/tree/main/chat-sample\n- https://github.com/wolfsilver/friday\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjiit%2Fvscode-custom-prompts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjiit%2Fvscode-custom-prompts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjiit%2Fvscode-custom-prompts/lists"}