---
title: "I got tired of rewriting the same prompts… so I built a tool for it"
url: https://daily.dev/posts/i-got-tired-of-rewriting-the-same-prompts-so-i-built-a-tool-for-it-nxuyfsqan
source_url: https://daily.dev/posts/i-got-tired-of-rewriting-the-same-prompts-so-i-built-a-tool-for-it-nxuyfsqan
type: freeform
source: "Frontend developer"
author: "Adem Kouki"
published: 2026-05-11T14:18:50.854Z
updated: 2026-05-11T14:19:31.179Z
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I got tired of rewriting the same prompts… so I built a tool for it

**[Frontend developer](https://daily.dev/sources/frontend_developer)** · [@ademking](https://daily.dev/ademking) · 1 min read · 0 upvotes · 0 comments

## Summary

A developer built SkillPrompts, a browser extension to save, organize, and reuse AI prompts across platforms like ChatGPT and Gemini. It supports variables for dynamic prompts and includes pre-built prompts for common tasks like writing, coding, and brainstorming. The project is open source on GitHub.

## Content

I kept running into the same annoying problem while using AI tools like ChatGPT / Gemini / etc..

I’d find a good prompt… use it once… then a few days later I’d either:

- forget it completely
- or rewrite something similar from scratch again

It felt like I was re-solving the same “prompt problem” every time instead of actually using AI productively.

So I built something to fix that for myself: SkillPrompts.

![2.png](https://media.daily.dev/image/upload/s--SIN5Svan--/f_auto/v1778466203/ugc/content_656569ba-63c0-40bc-9a5e-333ea6bd086f?_a=BAMAMiWQ0)

It’s a browser extension that lets you:

- Save and organize reusable AI prompts
- Reuse them instantly across ChatGPT and other AI platforms
- Add variables (so prompts aren’t static, they adapt)
- Access a set of pre-built prompts for common use cases (writing, coding, brainstorming, etc.)

Now instead of thinking “what should I type?”, I just pick a prompt and run it like a tool.

It basically turned my AI usage from random chatting into a structured workflow.

Curious if anyone else has this same “prompt rewriting fatigue” problem or if you already solved it in a better way.

If anyone wants to check it out or give feedback, here’s the repo:

[https://github.com/Ademking/SkillPrompts](https://github.com/Ademking/SkillPrompts)

---

[View this post on daily.dev](https://daily.dev/posts/i-got-tired-of-rewriting-the-same-prompts-so-i-built-a-tool-for-it-nxuyfsqan)
