danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
22.95k stars 2.43k forks source link

[Question]: As a beginner, how can I know what ability the patterns have? #880

Open jeffw1527 opened 3 weeks ago

jeffw1527 commented 3 weeks ago

What is your question?

As the title, the content of patterns is hard to use. In other words, how can I get enough examples to konw how to use them?

ggsato commented 3 weeks ago

I suggest to begin with a slight modification to an existing pattern instead of writing your own from scratch. Then, see how it works and improve gradually.

The structure reflects the best practice of prompt engineering.

# IDENTITY and PURPOSE

# STEPS

# OUTPUT INSTRUCTIONS

# INPUT:

INPUT:
charlie-romeo commented 2 weeks ago

The patters do 'kind of' document themselves. If you open Daniels Gitbhub pattersn/<pattern_name>/system.mf or cat the local .config/fabric/patterns/<pattern_name>/system.md you will get the text of the prompt. A couple of the prompts have read-me's but not many.

Good luck