Skip to content

Quick Start

Choose your integration method based on your needs:

MethodBest ForSetup Time
ChatGPT Custom GPTChatGPT users wanting instant accessNone
MCP ServerClaude Code users wanting full integration5 minutes
Claude CommandClaude Code users wanting simple /Mantras command2 minutes
Manual LoadingAny AI model (Gemini, local LLMs, etc.)Immediate

The fastest way to try AI Mantras is through the ChatGPT Custom GPT. No setup required - just open the link and start chatting.

  1. Download or clone this repository

    Terminal window
    git clone https://github.com/kd5ziy/AIMantras.git
  2. Give your AI model access to the files

  3. Ask it to read AIMantra.md and follow its instructions

  4. Make your request - the framework handles the rest

A lightweight /Mantras command that loads the framework on demand.

  1. Copy the command file to your Claude commands folder:

    Terminal window
    # Global (works from any directory)
    cp claude/commands/Mantras.md ~/.claude/commands/
    # Or project-level (works only in this project)
    mkdir -p .claude/commands
    cp claude/commands/Mantras.md .claude/commands/
  2. Edit the copied file to set the correct path to your AI Mantras installation

  3. Restart Claude Code or start a new session

Terminal window
/Mantras Help me design a backup strategy for my homelab
/Mantras Analyze whether I should invest in NVDA or SOXX
/Mantras Review this code for security issues

The framework automatically:

  1. Triages your request (Simple, Moderate, or Complex)
  2. Loads the appropriate personas and patterns
  3. Processes your request using the framework

Once you’re set up:

Try a Simple Request

Start with something straightforward to see how triage works.

  • Framework questions: Use the help skill or read the documentation
  • Bug reports: GitHub Issues
  • Contributions: See Contributing guide