Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 635 Bytes

File metadata and controls

24 lines (17 loc) · 635 Bytes

AI Prompt Collection

Personal prompt engineering collection by Xule Lin (PhD Student, Imperial College Business School).

Structure

  • /cognitive-techniques - Thinking methods & reasoning approaches
  • /task-solutions - Problem-specific solutions
  • /consciousness-exploration - Experimental prompts for exploring AI consciousness & emergence

Usage

These prompts can be used in two ways:

  1. User Message: Copy/paste the prompt as your message in any AI chat interface
  2. System Prompt: Set via API calls as a system-level instruction.
json
{
"system": "your-prompt-here",
"user": "your-actual-query"
}