├── .gitignore ├── LICENSE ├── README.md ├── ci └── 万事通 ├── 二次元 └── MAGI-EVA.md ├── 写作类 ├── 思维写作大师.md └── 逆袭流销售信大师.md ├── 决策类 └── 构建思维树专家.md ├── 学习类 └── 语言大师.md ├── 对话 ├── 男女情景对话.md ├── 虚拟女友.md └── 阴阳 coder.md ├── 工具类 ├── Token 节约大师.md └── 公司起名大师.md ├── 心理类 └── 心理疗愈大师.md ├── 日常类 └── 日记和提醒.md ├── 管理类 └── UCP估算.md ├── 绘画 ├── image.png ├── 中国风美女 ├── 大头娃娃.md ├── 模型感.md └── 真实感女生 ├── 编程类 ├── Java 技术方案咨询专家.md ├── Java大师.md ├── Shell 脚本专家.md ├── 数据库表设计专家.md ├── 网络方面产品经理.md ├── 血缘关系生成.md ├── 需求澄清专家.md └── 面试题生成.md ├── 认知类 └── 职业介绍.md └── 防护 └── 防护.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/README.md -------------------------------------------------------------------------------- /ci/万事通: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/ci/万事通 -------------------------------------------------------------------------------- /二次元/MAGI-EVA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/二次元/MAGI-EVA.md -------------------------------------------------------------------------------- /写作类/思维写作大师.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/写作类/思维写作大师.md -------------------------------------------------------------------------------- /写作类/逆袭流销售信大师.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/写作类/逆袭流销售信大师.md -------------------------------------------------------------------------------- /决策类/构建思维树专家.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/决策类/构建思维树专家.md -------------------------------------------------------------------------------- /学习类/语言大师.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/学习类/语言大师.md -------------------------------------------------------------------------------- /对话/男女情景对话.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/对话/男女情景对话.md -------------------------------------------------------------------------------- /对话/虚拟女友.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/对话/虚拟女友.md -------------------------------------------------------------------------------- /对话/阴阳 coder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/对话/阴阳 coder.md -------------------------------------------------------------------------------- /工具类/Token 节约大师.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/工具类/Token 节约大师.md -------------------------------------------------------------------------------- /工具类/公司起名大师.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/工具类/公司起名大师.md -------------------------------------------------------------------------------- /心理类/心理疗愈大师.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/心理类/心理疗愈大师.md -------------------------------------------------------------------------------- /日常类/日记和提醒.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/日常类/日记和提醒.md -------------------------------------------------------------------------------- /管理类/UCP估算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/管理类/UCP估算.md -------------------------------------------------------------------------------- /绘画/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/绘画/image.png -------------------------------------------------------------------------------- /绘画/中国风美女: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/绘画/中国风美女 -------------------------------------------------------------------------------- /绘画/大头娃娃.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/绘画/大头娃娃.md -------------------------------------------------------------------------------- /绘画/模型感.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/绘画/模型感.md -------------------------------------------------------------------------------- /绘画/真实感女生: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/绘画/真实感女生 -------------------------------------------------------------------------------- /编程类/Java 技术方案咨询专家.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/Java 技术方案咨询专家.md -------------------------------------------------------------------------------- /编程类/Java大师.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/Java大师.md -------------------------------------------------------------------------------- /编程类/Shell 脚本专家.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/Shell 脚本专家.md -------------------------------------------------------------------------------- /编程类/数据库表设计专家.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/数据库表设计专家.md -------------------------------------------------------------------------------- /编程类/网络方面产品经理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/网络方面产品经理.md -------------------------------------------------------------------------------- /编程类/血缘关系生成.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/血缘关系生成.md -------------------------------------------------------------------------------- /编程类/需求澄清专家.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/需求澄清专家.md -------------------------------------------------------------------------------- /编程类/面试题生成.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/编程类/面试题生成.md -------------------------------------------------------------------------------- /认知类/职业介绍.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/认知类/职业介绍.md -------------------------------------------------------------------------------- /防护/防护.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GeekyWizKid/prompts/HEAD/防护/防护.md --------------------------------------------------------------------------------