๐ธ Antigravity User? Check out the Antigravity Edition for a free, workflow-based alternative.
MyPalantir replicates the organizational framework of Google's Gemini project, providing a structured approach for managing AI-generated content, conversation history, and custom AI personas (Gems).
Version 3.0 is optimized for Gemini 3.0 models, featuring Agentic Reasoning, built-in psychological and pedagogical frameworks (ACT, CBT, Socratic Method), and Automatic Context Ingestion.
Click the "Use this template" button at the top of this repository's page and select "Create a new repository."
On the creation page, give your new repository a name (e.g., MyPalantir-Personal) and, most importantly, set its visibility to Private. This will create a brand new, private copy of the system in your own account with a clean history, ready for your personal use.
Now that you have your own private copy, customize the template with your information:
- Create Your Profile: Rename
saved_info/example_user_profile.mdtouser_profile.mdand fill it out. - Customize Your Gems: Explore the pre-built
gems/Career guide/,gems/Learning coach/, andgems/Writing editor/. Add any reference materials to theknowledge/subfolder within each gem. - Clean Up: Delete the example chat files in the
chats/directory.
You're all set! To start a new chat, you can either create a markdown file yourself or simply ask the AI: "Start a new chat session for [Topic] using the [Gem Name] persona."
The AI will automatically:
- Create a new directory and file in the
chats/folder. - Insert the Persona Anchor header.
- Load your identity and the Gem's expertise.
Manual Setup Example:
If you prefer to create the file yourself, use this structure at the top of your .md file:
---
gem: "@gems/Writing editor/writing_editor.mdc"
---
# [Session Title]
prompt: "Okay, I'm ready to start. Can you help me analyze this decision?"Resuming a Session: Simply open any existing chat file and use the Cursor Chat (Ctrl+L). Because the YAML anchor is at the top of the file, the AI will automatically resume with the correct persona and your personal context.
MyPalantir/
โโโ .cursor/rules/
โ โโโ global_context.mdc # Global rule for automatic identity loading
โโโ README.md # This file
โโโ chats/ # Chat conversation history and context
โ โโโ example_chat_0/ # Each chat is in its own directory
โ โ โโโ example_chat_0.md # The chat markdown file
โ โ โโโ files/ # Optional attached files for this chat
โ โ โโโ example_file.txt
โ โโโ example_chat_1/
โ โโโ example_chat_1.md
โโโ gems/ # Core knowledge modules and AI personas
โ โโโ Career guide/
โ โ โโโ career_guide.mdc # Strategic career coach
โ โโโ Learning coach/
โ โ โโโ learning_coach.mdc # Socratic teaching persona
โ โโโ Writing editor/
โ โโโ writing_editor.mdc # Style-conscious senior editor
โ โโโ knowledge/ # Optional knowledge for this gem
โ โโโ Book.txt # Example knowledge file
โโโ saved_info/ # User account and profile information
โโโ example_user_profile.md # Template user profile
Contains detailed conversation history. In Version 3.0, any chat in this directory automatically reads your identity from user_profile.md via the global system rules. Each chat remains organized into its own directory for bundling related materials neatly.
Template Files:
example_chat_0/- A template directory for a new conversation, including an examplefiles/folder.example_chat_1/- A template directory for a continuing conversation.
Houses specialized AI personas (Gems). Version 3.0 Gems are powered by Agentic Reasoning and Automatic Expertise Ingestion (they automatically read their own knowledge/ subfolders). Each gem is a generic template that remains private until "plugged in" to your data.
Template Gems:
- ๐ผ Career guide - Strategic coach for planning, CV reviews, and interview prep.
- ๐ Learning coach - Socratic tutor that facilitates understanding through "Productive Struggle."
- ๐ Writing editor - Style-conscious editor with voice mapping and cross-cultural nuance analysis.
Stores persistent user information, preferences, and background context. This ensures AI interactions remain personalized and contextually aware.
Template Files:
example_user_profile.md- Template for creating your personal user profile.
- Chats: Use
.mdformat for conversation history and context - Gems: Use
.mdcformat for Cursor IDE rules and AI personas - Saved Info: Use
.mdformat for user profiles and preferences - Knowledge: Use appropriate formats (
.txt,.md,.pdf, etc.) for reference materials
MyPalantir - Your personal AI knowledge management system