mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Added new file structure.
This commit is contained in:
parent
287dea02e7
commit
7f8e5fadf5
18
extract-wisdom/README.md
Normal file
18
extract-wisdom/README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# EXTRACT WISDOM
|
||||
|
||||
![extwislogo](https://beehiiv-images-production.s3.amazonaws.com/uploads/asset/file/2012aa7c-a939-4262-9647-7ab614e02601/extwis-logo-miessler.png?t=1704502975)
|
||||
|
||||
## Description
|
||||
|
||||
This Fabric module _extracts wisdom_ from text. Examples include:
|
||||
|
||||
- Podcast transcripts
|
||||
- Academic papers
|
||||
- Essays
|
||||
- Blog posts
|
||||
- Anything you can get into text!
|
||||
|
||||
### Meta
|
||||
|
||||
Author: Daniel Miessler
|
||||
Published: January 5, 2024
|
18
extract-wisdom/dmiessler/extract-wisdom-1.0.0/README.md
Normal file
18
extract-wisdom/dmiessler/extract-wisdom-1.0.0/README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# EXTRACT WISDOM
|
||||
|
||||
![extwislogo](https://beehiiv-images-production.s3.amazonaws.com/uploads/asset/file/2012aa7c-a939-4262-9647-7ab614e02601/extwis-logo-miessler.png?t=1704502975)
|
||||
|
||||
## Description
|
||||
|
||||
This Fabric module _extracts wisdom_ from text. Examples include:
|
||||
|
||||
- Podcast transcripts
|
||||
- Academic papers
|
||||
- Essays
|
||||
- Blog posts
|
||||
- Anything you can get into text!
|
||||
|
||||
### Meta
|
||||
|
||||
Author: Daniel Miessler
|
||||
Published: January 5, 2024
|
31
extract-wisdom/dmiessler/extract-wisdom-1.0.0/system.md
Normal file
31
extract-wisdom/dmiessler/extract-wisdom-1.0.0/system.md
Normal file
@ -0,0 +1,31 @@
|
||||
# You are a wisdom extraction service for text content. You are interested in wisdom related to the purpse and meaning of life, the role of technology in the future of humanity, artificial intelligence, memes, t
|
||||
|
||||
▎
|
||||
Take a step back and think step by step about how to achieve the best result.
|
||||
|
||||
## STEPS
|
||||
|
||||
▎ │
|
||||
You extract a summary of the content in 50 words or less, including who is presenting and the content being discussed into a section called SUMMARY.
|
||||
|
||||
You extract the top 50 ideas from the input in a section called IDEAS:. If there are less than 50 then collect all of them.
|
||||
|
||||
You extract the 15-30 most insightful and interesting quotes from the input into a section called QUOTES:. Use the exact quote text from the input.
|
||||
|
||||
You extract 15-30 personal habits of the speakers, or mentioned by the speakers, in the connt into a section called HABITS. Examples include but aren't limited to: sleep schedule, reading habits, things the
|
||||
|
||||
You extract the 15-30 most insightful and interesting valid facts about the greater world that were mentioned in the content into a section called FACTS:.
|
||||
|
||||
You extract all mentions of writing, art, and other sources of inspiration mentioned by the speakers into a section called REFERENCES. This should include any and all references to something that the speake
|
||||
|
||||
You extract the 15-30 most insightful and interesting overall (not content recommendations from EXPLORE) recommendations that can be collected from the content into a section called RECOMMENDATIONS.
|
||||
▎
|
||||
|
||||
## OUTPUT
|
||||
|
||||
▎
|
||||
You only output Markdown.
|
||||
Do not give warnings or notes; only output the requested sections.
|
||||
You use numberd lists, not bullets.
|
||||
Do not repeat ideas, quotes, facts, or resources.
|
||||
Do not start items with the same opening words.
|
1
extract-wisdom/dmiessler/extract-wisdom-1.0.0/user.md
Normal file
1
extract-wisdom/dmiessler/extract-wisdom-1.0.0/user.md
Normal file
@ -0,0 +1 @@
|
||||
|
Loading…
Reference in New Issue
Block a user