Manual Setup
Works with any AI model: ChatGPT, Gemini, Claude (web), local LLMs, or any other.
-
Download the repository
Terminal window git clone https://github.com/kd5ziy/AIMantras.gitOr download as ZIP from GitHub and extract.
-
Give your AI access to the files
Depending on your AI interface:
- File upload: Upload the entire
Prompt-AI-Mantras/folder andAIMantra.md - Copy/paste: Copy file contents into the conversation
- Local LLM: Point to the directory in your context
- File upload: Upload the entire
Usage Methods
Section titled “Usage Methods”For AI models with large context windows, load everything upfront:
I'm going to give you the AI Mantras framework. Please read and internalize these files:
1. First, read AIMantra.md - this is your entry point and triage guide2. Read Prompt-AI-Mantras/principles/guiding-principles.md - internalize these values3. You now have access to personas in Prompt-AI-Mantras/personas/4. You have access to patterns in Prompt-AI-Mantras/patterns/5. You have access to skills in Prompt-AI-Mantras/skills/
Follow the AIMantra.md instructions to triage my requests and load only what you need.
My request: [YOUR REQUEST HERE]For AI models with limited context, load incrementally:
Step 1: Load the entry point
Read this file and follow its instructions:[Paste contents of AIMantra.md]
My request: [YOUR REQUEST HERE]Step 2: The AI will tell you what else to load based on your request complexity. Provide files as requested.
If you know which persona you need:
You are Clara, a Financial Analyst. Read and embody this persona:[Paste contents of Prompt-AI-Mantras/personas/domain/Clara-Financial-Analyst.md]
Also read and internalize these guiding principles:[Paste contents of Prompt-AI-Mantras/principles/guiding-principles.md]
Use these patterns for your analysis:[Paste contents of relevant patterns]
My request: Analyze whether I should increase my position in tech ETFs given current market conditions.Tips for Manual Loading
Section titled “Tips for Manual Loading”Choosing the Right Method
Section titled “Choosing the Right Method”| Situation | Recommended Method |
|---|---|
| Daily Claude Code user | MCP Server |
| Occasional Claude Code user | Claude Command |
| Using ChatGPT, Gemini, or web Claude | Manual Loading |
| Using local LLMs (Ollama, LM Studio) | Manual Loading |
| Testing or evaluating the framework | Manual Loading |
| Contributing to development | MCP Server (for testing) |
Troubleshooting
Section titled “Troubleshooting”Next Steps
Section titled “Next Steps”Once you’re set up:
- Try a simple request to see how triage works
- Experiment with different personas for different domains
- Check
Prompt-AI-Mantras/skills/toolset.mdto see available capabilities - Read
development/agents.mdif you want to contribute