一键导入
help
Quick reference card for all Project Intelligence commands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick reference card for all Project Intelligence commands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | help |
| description | Quick reference card for all Project Intelligence commands |
| user_invocable | true |
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
Switch Claude Code to a different project folder with full context reload
Search episodic memory - sessions, progressions, and documents across all projects
Track evolving understanding of a topic through a sequence of documents
Save the current conversation insight as a reusable skill in the knowledge repo
Discover all installed plugins, skills, and commands available in this environment
Track and search what you (or others) have done — GitHub activity, issues, PRs, commits