Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfsilver/friday
vscode copilot helper with prompts config
https://github.com/wolfsilver/friday
ai copilot prompt
Last synced: 17 days ago
JSON representation
vscode copilot helper with prompts config
- Host: GitHub
- URL: https://github.com/wolfsilver/friday
- Owner: wolfsilver
- License: mit
- Created: 2024-10-01T06:54:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:23:37.000Z (30 days ago)
- Last Synced: 2024-10-18T09:24:12.318Z (28 days ago)
- Topics: ai, copilot, prompt
- Language: TypeScript
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Friday AI Assistant
Friday AI Assistant is a VSCode plugin based on GitHub Copilot that helps you better utilize GitHub Copilot.
It provides prompts to make chatting more convenient.## Usage
Use `@friday` to invoke the assistant, then select the desired command.Custom Commands:
Add custom commands in `settings.json` with the following format:```json
{
"friday.prompts": {
"refactor_function": "Refactor the following code to eliminate redundancy and improve maintainability by applying the DRY (Don't Repeat Yourself) principle. Identify repeated code patterns and abstract them into reusable functions or classes as appropriate.",
}
}
```
Then, in the chat, enter `@friday /custom /refactor_function` to invoke the custom command.use command `Update Commands` to update the command list.
![](image.png)