n24q02m
- 29 skills
- 0 followers
- 5 hours ago last updated
- ▌ Memory Commit · n24q02mUse when the user explicitly says "remember this", "save this", "ghi nho", "luu lai", "save for next time", or otherwise asks to persist the immediately preceding context. Captures with the appropriate context_type (decision, preference, fact, skill, task, conversation) so future sessions can retrieve it accurately.
- ▌ Recall Context · n24q02mUse at session start, before significant decisions, or when a new task references a known project to recall mnemo memories matching the current working directory, recently edited files, or topic keywords. Helps maintain continuity across sessions and avoid redoing past research.
- ▌ Temporal Query · n24q02mAnswer time-travel questions over stored memory — what was believed at a past point in time, when a belief changed, and what replaced it. Use when the user says "as of", "back in", "at the time", "history of", "timeline", "what did I think then", or asks why a current memory contradicts an older one.
- ▌ Knowledge Audit · n24q02mReview and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate
- ▌ Session Handoff · n24q02mEnd-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions
- ▌ Passport Bootstrap · n24q02mUse when the user installs mnemo-mcp on a fresh machine and wants to restore prior memory state from S3 or Google Drive (Phase 2 passport sync). Triggers on phrases like "set up mnemo on this machine", "restore my memory passport", "import passport", "bootstrap mnemo", or when the user says they got a new laptop / VM and wants their memories back.
- ▌ Agent Chat 2 · n24q02m bundleCoordinate peer sessions through markdown channels with portable CLI, tasks, leases, locks, and zero-token waits.
- ▌ Follow Up · n24q02mFind emails needing follow-up -- unanswered sent emails, flagged unreplied, draft contextual responses
- ▌ Inbox Review · n24q02mMorning inbox workflow -- multi-account scan, thread grouping, priority classification, draft replies
- ▌ Bulk Update · n24q02mUpdate properties or content across many pages in a Notion database with dry-run and error recovery
- ▌ Organize Database · n24q02mTransform unstructured Notion pages into a well-designed database with proper schema and migration
- ▌ Build Scene · n24q02mPattern-based Godot scene construction with node hierarchy templates and companion node rules
- ▌ Debug Issue · n24q02mSystematic Godot debugging decision trees for physics, signals, rendering, navigation, and input issues
- ▌ Add Mechanic · n24q02mAdd game mechanics with correct GDScript 4.x patterns -- movement, health, inventory, save/load
- ▌ Channel Post · n24q02mCompose and post formatted content to a Telegram channel -- MarkdownV2 escaping, message splitting, media ordering
- ▌ Review Pr · n24q02mComprehensive PR review -- full branch diff against base, commit-by-commit analysis, breaking change detection, conventional commit verification.
- ▌ Impact Audit · n24q02mBlast radius of a change you have not made yet -- traces a symbol across federated repositories, splits impact per repo, and reports what must ship together.
- ▌ Onboard Repo · n24q02mIndex an unfamiliar codebase into the knowledge graph, then produce a first orientation map -- entry points, most-depended-upon modules, hotspots, test topology.
- ▌ Review Delta · n24q02mReview uncommitted changes using impact analysis. Quick local delta review with blast-radius detection.
- ▌ Refactor Check · n24q02mSafety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.
- ▌ Security Sweep · n24q02mGraph-driven security sweep -- scan for dangerous sinks, then rank each finding by whether an entry point can actually reach it, and triage the rest into suppressions.
- ▌
- ▌ Agent Chat · n24q02mUse when two or more agent sessions (Claude Code or other tools, same machine or peers) must coordinate through markdown files in a shared folder instead of one supervisor driving subagents — group chat, blackboard, mailbox/inbox, multi-session handoff, or an agent-chat/ directory. Triggers include peer agents, N sessions sharing a folder, waiting for another session's reply, atomic task claiming, and needing multiple separate group chats/channels.
- ▌ Setup Bot · n24q02mDiagnose and fix Telegram bot connection issues -- verify config, test send, resolve common errors
- ▌ Compare · n24q02mStructured comparison of 2+ alternatives with consistent criteria and decision matrix
- ▌ Fact Check · n24q02mVerify a claim using adversarial search — find both supporting AND contradicting evidence
- ▌ Scrape Batch · n24q02mExtract many known URLs in one polite, rate-limited pass. Use when the user hands over a list of links, a set of search hits to read in full, or asks to "scrape these pages" / "pull the content from all of them". Drives extract(action="batch"), which fans out with per-domain rate limiting and returns partial results plus a per-URL error list.
- ▌ Research Topic · n24q02m bundleMulti-step research orchestration. Use when user asks "research X", "summarize current state of Y", "what's the latest on Z", or compares approaches. Calls extract(action="agent") which searches the web, extracts top results, then synthesises a citation-preserving Markdown answer with one configured LLM.
- ▌ Lock Project Stack · n24q02mDetect a project's manifest (pyproject.toml / package.json / go.mod / Cargo.toml), pin its library set into wet-mcp's Cabinets project_context, then route subsequent docs queries to the locked versions automatically.