Skip to content

Commit ac6a204

Browse files
committed
- update PROMPTS.md with most recently used prompt
- implement a video to gif converter (which currently only is able to save the gif properly as HTML file) - add missing screenshots - add converter to sidebar and tools.json
1 parent 7dfba7c commit ac6a204

File tree

6 files changed

+1836
-1
lines changed

6 files changed

+1836
-1
lines changed

PROMPTS.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,25 @@ Here is the minified code:
205205
```
206206
207207
Now start providing improvements until I stop responding with `continue`.
208-
````
208+
````
209+
210+
## Claude 3.7 Enhance existing tools/games Prompt
211+
212+
```
213+
<goal>
214+
As you can see, the attached tool/game is not very sophisticated yet, but the core functionality is working well.
215+
Our goal is to improve it thoroughly.
216+
</goal>
217+
218+
<requirements>
219+
* Don't overengineer. Add smart, simple and straightforward features.
220+
* Don't change the core functionality.
221+
* The tool should stay in the scope of this single HTML page.
222+
* Provide the updated code with a minimal amount of line breaks and indentations in order to save tokens.
223+
* Implement modern, well-structured and fitting design, UI and UX.
224+
</requirements>
225+
226+
<task>
227+
Raise the quality of this standalone page to a highly sophisticated and professional level and provide the updated code.
228+
</task>
229+
```

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,5 +1131,16 @@
11311131
"aiPowered": false,
11321132
"featured": false,
11331133
"date": "2025-03-01"
1134+
},
1135+
{
1136+
"id": "video_to_gif_converter",
1137+
"title": "Video to GIF Converter",
1138+
"description": "Online tool to create high-quality animated GIFs from your videos.",
1139+
"url": "tools/video_to_gif_converter.html",
1140+
"screenshot": "screenshots/screenshot_152.png",
1141+
"type": "tool",
1142+
"aiPowered": false,
1143+
"featured": false,
1144+
"date": "2025-03-01"
11341145
}
11351146
]

screenshots/screenshot_151.png

27.4 KB
Loading

screenshots/screenshot_152.png

15.5 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ <h2>Tools by ChatGPT</h2>
238238
<li><a href="/games/living_rps.html">Living RPS</a></li>
239239
<li><a href="/tools/grammar_check.html">AI Grammar Checker</a></li>
240240
<li><a href="/tools/svg_path_editor.html">SVG Path Editor</a></li>
241+
<li><a href="/tools/video_to_gif_converter.html">Video to GIF Converter</a></li>
241242
<!-- end -->
242243
</ul>
243244
</div>

0 commit comments

Comments
 (0)