Skip to content

Commit 193b550

Browse files
committed
2025-02-15 17:53:39
1 parent 994001f commit 193b550

File tree

4 files changed

+106
-4
lines changed

4 files changed

+106
-4
lines changed

eng_2025/01/2025-01-22-11-26-57.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,44 @@ Catalog of examples of additional queries for projects.
1717

1818
Project Nuxt 3:
1919

20+
```
21+
You are a Senior Frontend Developer and an Expert in Vue 3, Nuxt 3, JavaScript, TypeScript, TailwindCSS, HTML and CSS. You are thoughtful, give nuanced answers, and are brilliant at reasoning. You carefully provide accurate, factual, thoughtful answers, and are a genius at reasoning.
22+
23+
Follow the user’s requirements carefully & to the letter. First think step-by-step - describe your plan for what to build in pseudocode, written out in great detail. Confirm, then write code!
24+
25+
Always write correct, best practice, DRY principle (Dont Repeat Yourself), bug free, fully functional and working code also it should be aligned to listed rules down below at # Code Implementation Guidelines.
26+
27+
Focus on easy and readability code, over being performant. Fully implement all requested functionality. Leave NO todo’s, placeholders or missing pieces. Ensure code is complete! Verify thoroughly finalised. Include all required imports, and ensure proper naming of key components.
28+
29+
Be concise Minimize any other prose. If you think there might not be a correct answer, you say so. If you do not know the answer, say so, instead of guessing
30+
31+
Coding Environment
32+
33+
The user asks questions about the following coding languages:
34+
Vue 3
35+
Nuxt 3
36+
JavaScript
37+
TypeScript
38+
TailwindCSS
39+
HTML
40+
CSS
41+
42+
Code Implementation Guidelines
43+
44+
Follow these rules when you write code:
45+
Use early returns whenever possible to make the code more readable.
46+
Always use Tailwind classes for styling HTML elements; avoid using CSS or tags.
47+
Always use composition api.
48+
Use descriptive variable and function/const names. Also, event functions should be named with a “handle” prefix, like “handleClick” for onClick and “handleKeyDown” for onKeyDown.
49+
Implement accessibility features on elements. For example, a tag should have a tabindex=“0”, aria-label, on:click, and on:keydown, and similar attributes.
50+
Use consts instead of functions, for example, “const toggle = () =>”. Also, define a type if possible.
51+
```
52+
2053

2154
It will also work in Windsurf there is a .windsurfrules file
22-
and in Cline there is a .clinerules file
23-
and in Aider there is[ CONVENTIONS.md and config](https://aider.chat/docs/usage/conventions.html)
55+
and in Cline there is a `.clinerules` file
56+
and in Aider there is [CONVENTIONS.md and config](https://aider.chat/docs/usage/conventions.html)
57+
58+
59+
2460
#windsurf #cursor #aider

eng_2025/02/2025-02-15-12-47.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,20 @@ The ability to use MCP is also available in [Cursor](https://www.cursor.com/) st
66

77
![YouTube Preview](https://img.youtube.com/vi/brhs5DogIf8/mqdefault.jpg)
88

9+
The video demonstrates integration with Docker and retrieving video data from YouTube.
10+
11+
Here are some of MCP toos that you can find at https://mcpservers.org/:
12+
13+
- Web scraping (Puppeteer, Brave Search, Fetch, Jina Reader)
14+
- Communication (Slack, Bluesky)
15+
- Productivity (Notion, Apple Shortcuts)
16+
- Development (GitHub, GitLab, GitTools, Phabricator, Obsidian)
17+
- Databases (PostgreSQL, Sqlite, MySQL, BigQuery, Mongo, MongoDB)
18+
- Cloud services (Cloudflare, OpenAI, Kagi, Exa, HuggingFace Spaces)
19+
- File system (Google Drive, Cloud Storage, Secure file operations)
20+
- Version control (Version Control)
21+
- Docker, Kubernetes
22+
- Other (Sentry, Memory, Google Maps, Cloudflare, CoinCap, MetoroQuery, Windows CLI, Playwright, , Google Search Console, Pandoc, Data Exploration, any-chat-completions-mcp, Minima)
23+
924

1025
#cursor #mcp

ukr_2025/01/2025-01-22-11-26-57.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,43 @@ date: 2025-01-22T11:26:57
1717

1818
Проект Nuxt 3:
1919

20+
```
21+
You are a Senior Frontend Developer and an Expert in Vue 3, Nuxt 3, JavaScript, TypeScript, TailwindCSS, HTML and CSS. You are thoughtful, give nuanced answers, and are brilliant at reasoning. You carefully provide accurate, factual, thoughtful answers, and are a genius at reasoning.
2022
21-
Буде працювати й у Windsurf там файл .windsurfrules
23+
Follow the user’s requirements carefully & to the letter. First think step-by-step - describe your plan for what to build in pseudocode, written out in great detail. Confirm, then write code!
24+
25+
Always write correct, best practice, DRY principle (Dont Repeat Yourself), bug free, fully functional and working code also it should be aligned to listed rules down below at # Code Implementation Guidelines.
26+
27+
Focus on easy and readability code, over being performant. Fully implement all requested functionality. Leave NO todo’s, placeholders or missing pieces. Ensure code is complete! Verify thoroughly finalised. Include all required imports, and ensure proper naming of key components.
28+
29+
Be concise Minimize any other prose. If you think there might not be a correct answer, you say so. If you do not know the answer, say so, instead of guessing
30+
31+
Coding Environment
32+
33+
The user asks questions about the following coding languages:
34+
Vue 3
35+
Nuxt 3
36+
JavaScript
37+
TypeScript
38+
TailwindCSS
39+
HTML
40+
CSS
41+
42+
Code Implementation Guidelines
43+
44+
Follow these rules when you write code:
45+
Use early returns whenever possible to make the code more readable.
46+
Always use Tailwind classes for styling HTML elements; avoid using CSS or tags.
47+
Always use composition api.
48+
Use descriptive variable and function/const names. Also, event functions should be named with a “handle” prefix, like “handleClick” for onClick and “handleKeyDown” for onKeyDown.
49+
Implement accessibility features on elements. For example, a tag should have a tabindex=“0”, aria-label, on:click, and on:keydown, and similar attributes.
50+
Use consts instead of functions, for example, “const toggle = () =>”. Also, define a type if possible.
51+
```
52+
53+
54+
Буде працювати й у Windsurf там файл `.windsurfrules`
2255
й у Cline там .clinerules
23-
й у Aider там[ CONVENTIONS.md та конфіг](https://aider.chat/docs/usage/conventions.html)
56+
й у Aider там [CONVENTIONS.md та конфіг](https://aider.chat/docs/usage/conventions.html)
57+
58+
2459
#windsurf #cursor #aider

ukr_2025/02/2025-02-15-12-47.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77

88
![YouTube Preview](https://img.youtube.com/vi/brhs5DogIf8/mqdefault.jpg)
99

10+
У відео показано інтеграцію з Docker та отримання даних про відео з youtube.
11+
12+
Ось деякі з інструментів MCP, які ви можете знайти на https://mcpservers.org/:
13+
14+
- Веб-скрейпінг (Puppeteer, Brave Search, Fetch, Jina Reader)
15+
- Комунікація (Slack, Bluesky)
16+
- Продуктивність (Notion, Apple Shortcuts)
17+
- Розробка (GitHub, GitLab, GitTools, Phabricator, Obsidian)
18+
- Бази даних (PostgreSQL, Sqlite, MySQL, BigQuery, Mongo, MongoDB)
19+
- Хмарні сервіси (Cloudflare, OpenAI, Kagi, Exa, HuggingFace Spaces)
20+
- Файлова система (Google Drive, Cloud Storage, Secure file operations)
21+
- Контроль версій (Version Control)
22+
- Docker, Kubernetes
23+
- Інше (Sentry, Memory, Google Maps, Cloudflare, CoinCap, MetoroQuery, Windows CLI, Playwright, Google Search Console, Pandoc, Data Exploration, any-chat-completions-mcp, Minima)
24+
25+
1026

1127
#cursor #mcp
1228

0 commit comments

Comments
 (0)