@mrpink293/lore-cli
v1.1.1
Published
Global AI context manager — store your personal context and inject it into any AI tool.
Downloads
292
Maintainers
Readme
Lore
Global AI Context Manager — store your personal context and inject it into any AI tool.
What is Lore?
Lore lets you define your developer identity once — your name, tech stack, coding preferences, and active projects — then copy-paste that context into any AI tool (ChatGPT, Claude, Copilot, Gemini, etc.) so it understands who you are and how you work.
No more repeating yourself across tools.
Install
npm install -g lore-cliUsage
lore init
Interactive setup wizard. Creates your context profile at ~/.lore/context.json.
lore initlore show
Display your current context in the terminal.
lore showlore edit
Reopen the wizard to update any field (pre-filled with current values).
lore editlore copy
Copy your context as formatted markdown to the clipboard, ready to paste into any AI tool.
lore copyContext File
Your context is stored at ~/.lore/context.json and looks like this:
{
"name": "Jane Doe",
"role": "Full-Stack Engineer",
"stack": {
"languages": ["TypeScript", "Python", "Go"],
"frameworks": ["Next.js", "FastAPI"],
"tools": ["Docker", "Supabase", "Vercel"]
},
"preferences": {
"codeStyle": "concise",
"responseFormat": "markdown",
"customRules": "Always use TypeScript strict mode"
},
"projects": ["acme-dashboard", "ml-pipeline"],
"_meta": {
"version": "1.0.0",
"updatedAt": "2026-04-14T00:00:00.000Z"
}
}Roadmap
- [ ]
lore inject— auto-inject into supported tools - [ ] MCP server integration
- [ ] Cloud sync
- [ ] Team shared context
License
MIT
