Skip to content

Manual Setup

Works with any AI model: ChatGPT, Gemini, Claude (web), local LLMs, or any other.

  1. Download the repository

    Terminal window
    git clone https://github.com/kd5ziy/AIMantras.git

    Or download as ZIP from GitHub and extract.

  2. Give your AI access to the files

    Depending on your AI interface:

    • File upload: Upload the entire Prompt-AI-Mantras/ folder and AIMantra.md
    • Copy/paste: Copy file contents into the conversation
    • Local LLM: Point to the directory in your context

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 guide
2. Read Prompt-AI-Mantras/principles/guiding-principles.md - internalize these values
3. 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]
SituationRecommended Method
Daily Claude Code userMCP Server
Occasional Claude Code userClaude Command
Using ChatGPT, Gemini, or web ClaudeManual Loading
Using local LLMs (Ollama, LM Studio)Manual Loading
Testing or evaluating the frameworkManual Loading
Contributing to developmentMCP Server (for testing)

Once you’re set up:

  1. Try a simple request to see how triage works
  2. Experiment with different personas for different domains
  3. Check Prompt-AI-Mantras/skills/toolset.md to see available capabilities
  4. Read development/agents.md if you want to contribute