Four-layer long-term memory (L0 Conversation → L1 Atom → L2 Scene → L3 Persona) for Claude Code — local FTS5 + EmbeddingGemma vector hybrid recall, agent-driven extraction and consolidation, zero external API.
Use this agent for background memory consolidation. Typical triggers include asyncRewake pipeline signaling that N turns have accumulated since last consolidation, and explicit dispatch after memory-seed completes. See "When to invoke" in the agent body for worked scenarios.
Orchestrator for Contributor Intelligence. Trigger when the user pastes a GitHub profile/repo URL or handle and asks to profile, analyze, learn from, or study an engineer (EN/VI — "phân tích người này", "học từ người này"). Runs add→ingest→build→playbook end-to-end via the per-phase contrib skills.
Internal phase — synthesize learnable playbooks, cross-engineer common capabilities, and you-vs-role-model comparisons from built personas. Invoked by contrib-profile / /contrib playbook|compare.
Open the memory visualiser in the browser — a health check on the memory store: is it working, what is wrong, and what to run to fix it. Run manually via /memory-view.
Inspect/manage the local memory store via the tmem CLI — counts, keyword/hybrid search, view persona, list/open scenes (tmem scene ), recent changes, sync vectors, thresholds, and cross-project search (tmem search --all, tmem projects). Trigger on "how many memories", "show my persona", "what scenes exist", "search…
Install Claude Code skills from GitHub URLs — clones to a temp dir, copies only the target skill folder into /.claude/skills/, cleans up after itself, and optionally rewrites the skill's description for better auto-triggering. Handles subfolder skills in monorepos (e.g. github/awesome-copilot/tree/main/skills/) and m.
Install a skill from a GitHub URL into the user's personal skills directory (/.claude/skills/). Use whenever the user says "chom ", "install this skill from github", "add/import/grab this skill", or pastes a GitHub URL that clearly points at a SKILL.md folder — handle both full-repo skills and subfolder skills like…
Design Thinking PRD Generator — guides users from raw pain points through Empathize, Define, Ideate, Prototype, and PRD compilation to produce vbounce-compatible Product Requirements Documents.
Use this agent to synthesize Empathize phase conversation data into structured artifacts: personas, empathy maps, pain points, and journey maps. Invoked after the orchestrator completes the structured interview (10-15+ turns across 5 rounds). Context: Empathize interview is complete and artifacts need to be…