chat-recall-projectlisted
Install: claude install-skill munhq/chat-recall
# Project intelligence with chat-recall
## The one-call overview
`recall_project_context` — the full project dossier: overview,
tech stack, decisions log, recent sessions with summaries, open tasks, plans,
diary conclusions, and cost. Accepts a path, a name substring, or a project id
(`git:host/owner/repo`, `git-local:<sha1>` for a repo with no remote, `ws:name`,
`user:custom`). Start here for "catch me up on this project".
## Activity, cost, trends
- `recall_weekly_digest` — sessions, cost, top projects, trend
vs last week, open tasks, git activity. `weeks_back: 0` = this week.
- `recall_analytics_summary` — cross-tool spend & activity
totals (sessions, cost, top tools/projects/models). This one is NOT
project-scoped, so it is the right call for "how much did I spend this month"
across everything.
- `recall_outcome_summary` — how sessions ended over the last
N days (shipped / interrupted / abandoned), for "am I finishing what I start".
## Code intelligence (when the codeindex companion is present)
- `recall_code_projects` — indexed projects with health score.
- `recall_code_findings` — findings (security / clones / dead
code / coupling / cycles …); each carries a ready-to-run agent prompt. Filter
by `project`, `severity`, `category`.
- `recall_code_actions` — the ranked "what to fix next" plan.
- `recall_recommendations` — concrete recommendations
(`scope: 'project'` with a `project` id) reasoning over code + how sessions went.
- If a repo isn't indexed