all /lore intents, examples, and setup
Scanned 5/27/2026
Install via CLI
openskills install anipotts/claude-code-tips---
name: help
description: all /lore intents, examples, and setup
---
<!-- tested with: claude code v2.1.81 -->
# /lore help
## what you can ask
| intent | examples |
|---|---|
| dashboard | `/lore` or `/lore today` |
| costs | `/lore how much have i spent` or `/lore cost this month` |
| value/ROI | `/lore value` or `/lore roi` |
| search | `/lore search "websocket"` or `/lore find auth bug` |
| cache | `/lore cache hit rate` |
| projects | `/lore top projects` or `/lore project myapp` |
| tools | `/lore top tools` |
| models | `/lore compare models` |
| mistakes | `/lore mistakes` or `/lore wasted sessions` |
| hotspots | `/lore hotspots` or `/lore most edited files` |
| loops | `/lore loops` or `/lore where am i stuck` |
| workflows | `/lore tool chains` |
| compare | `/lore compare this week vs last week` or `/lore project-a vs project-b` |
| project detail | `/lore project myapp` or `/lore about myapp` |
| story | `/lore story of myapp` or `/lore history of myapp` |
| health | `/lore health` or `/lore stats` |
| time filter | `/lore this week` or `/lore january` |
| backfill | `/lore backfill` or `/lore refresh` |
| watch | `/lore watch` or `/lore every 30 minutes` - scheduled dashboard |
| freeform | `/lore anything else` - builds a query from your question |
## scope
`/lore` auto-detects your scope based on the current directory:
- **project** - if your cwd matches a project in lore.db, defaults to just that project
- **global** - if no match, shows all projects
say "global" or "project" to switch. the scope shows in the freshness line at the top of every output.
## data
all data comes from `~/.claude/lore/lore.db`, a local sqlite database built from your claude code session logs at `~/.claude/projects/`.
- dollar amounts show **API inference value** (what your usage would cost at published per-token rates), not what you actually pay on a subscription
- all counts exclude subagent sessions by default
- use `/lore backfill` if data seems stale
## setup
if you don't have a database yet, just run `/lore` - it'll walk you through setup.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Drive the full internationalization journey for a project — detect the stack, recommend a library, set up the chosen library, wrap existing strings, and optionally connect a translation platform. Use when the user asks to add or configure i18n, internationalization, localization, multi-language support, or translations — including when they explicitly mention LinguiJS, Lingui, next-intl, "wrap strings", "find hardcoded text", "make my app translatable", or "set up translations". Triggers on g...
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.