Description
What do you need?
I really love this project and use it a lot.
One thing that limits it a little bit IMO is that many of the prompts have Dan Miessler or Paul Graham-specific content. This makes sense because it's Dan's project and he can do what he wants. However, not everyone will want to write in his style or use his data formats and so on.
My suggestion is to add a script or prompt that modifies the prompts in-place. This could be done with e.g. sed
or similar that strips references to specific people.
This should improve usability. For example, if someone wants to write in another author's style I should be able to echo
this into a fabric prompt without it then being turned into Paul Graham without knowing. That shouldn't be baked in.
This should allow Dan to keep working at will while others could quickly rub the script to make their prompts more generic.