From pi
Displays quick reference for Project Intelligence commands: progressions, episodic memory, preferences, activity intelligence, plugins, and CLI tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pi:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Print the following reference card exactly as shown. Do not run any commands — just display this text.
Print the following reference card exactly as shown. Do not run any commands — just display this text.
| Command | What it does |
|---|---|
/progress start <topic> | Start tracking a new investigation |
/progress add <type> "<title>" | Add a document (baseline, deepening, correction, pivot, synthesis) |
/progress correct <N> "<title>" | Correct a previous document |
/progress conclude <topic> | Mark investigation complete |
/progress show <topic> | See current state + open questions |
/progress list | List all progressions |
/progress search <terms> | Search across all progressions |
| Command | What it does |
|---|---|
/recall <terms> | Search all your past Claude Code sessions and documents |
Automatic: Every session is archived, summarized, and indexed. Recent sessions are injected at start.
| Command | What it does |
|---|---|
/remember <directive> | Store a preference for all future sessions |
| Command | What it does |
|---|---|
/reflect [topic] | Synthesize a progression's state via Opus |
| Command | What it does |
|---|---|
/activity | Show recent activity summary (GitHub + PI) |
/activity search <terms> | Search your activities |
/activity gather | Pull latest from GitHub |
/activity report | Generate structured monthly report |
/activity <username> | What has someone else been doing? (GitHub-only) |
/activity team | Activity across all configured users |
Setup: pi-activity sources add YOUR_GITHUB_USERNAME --org YOUR_ORG
| Command | What it does |
|---|---|
/plugins | Manage installed plugins |
# Episodic
pi-query <terms> # Search sessions
pi-backfill # Import existing sessions (one-time)
# Activity
pi-activity sources add <user> --org <org> # Add GitHub source
pi-activity gather # Pull activity
pi-activity search <terms> # Search activities
pi-activity report --user <slug> --month YYYY-MM # Monthly report
pi-activity recent --days 7 # Recent activity
# Progressions
pi-progression-status # All progressions
pi-progression-status --project <p> --topic <t> # Specific one
# Preferences
pi-remember <text> # Store preference
pi-remember --list # List preferences
# Knowledge
pi-knowledge-sync # Sync knowledge repo
pi-index --all # Re-index documents
# Maintenance
pi-export ~/backup.tar.gz # Export for another machine
pi-import ~/backup.tar.gz # Import on new machine
Full docs: README.md
npx claudepluginhub theaichimera/claude-code-project-intelligenceSearches and summarizes past Claude Code sessions, plans, and memory across all projects. Handles recaps by time period, keyword searches, and provides resume commands. (Deprecated: use /remember)
Guides efficient use of context-mem MCP tools: compress large outputs, search before re-reading files, persist knowledge across sessions, and manage token budget.