Try a Simple Request
Start with something straightforward to see how triage works.
Choose your integration method based on your needs:
| Method | Best For | Setup Time |
|---|---|---|
| ChatGPT Custom GPT | ChatGPT users wanting instant access | None |
| MCP Server | Claude Code users wanting full integration | 5 minutes |
| Claude Command | Claude Code users wanting simple /Mantras command | 2 minutes |
| Manual Loading | Any 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.
Download or clone this repository
git clone https://github.com/kd5ziy/AIMantras.gitGive your AI model access to the files
Ask it to read AIMantra.md and follow its instructions
Make your request - the framework handles the rest
A lightweight /Mantras command that loads the framework on demand.
Copy the command file to your Claude commands folder:
# Global (works from any directory)cp claude/commands/Mantras.md ~/.claude/commands/
# Or project-level (works only in this project)mkdir -p .claude/commandscp claude/commands/Mantras.md .claude/commands/Edit the copied file to set the correct path to your AI Mantras installation
Restart Claude Code or start a new session
/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 issuesThe framework automatically:
Once you’re set up:
Try a Simple Request
Start with something straightforward to see how triage works.
Explore Personas
Browse the 11 personas to find the right expert for your domain.
Learn Patterns
Study the 9 patterns to understand how reasoning is structured.
Check Skills
Review available skills to see what capabilities are available.
help skill or read the documentation