← All creators

n24q02m

User

Knowledge graph for token-efficient code reviews -- semantic search and call-graph resolution across your codebase.

54 indexed · 5 Featured · 208 stars · avg score 77
Prolific

Categories

Indexed Skills (54)

AI & Automation Featured

impact-audit

Blast 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.

67 Updated today
n24q02m
AI & Automation Featured

onboard-repo

Index an unfamiliar codebase into the knowledge graph, then produce a first orientation map -- entry points, most-depended-upon modules, hotspots, test topology.

67 Updated today
n24q02m
AI & Automation Featured

security-sweep

Graph-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.

67 Updated today
n24q02m
Code & Development Featured

review-pr

Comprehensive PR review -- full branch diff against base, commit-by-commit analysis, breaking change detection, conventional commit verification.

66 Updated 1 weeks ago
n24q02m
AI & Automation Featured

refactor-check

Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.

66 Updated 1 weeks ago
n24q02m
AI & Automation Solid

build-graph

Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.

67 Updated today
n24q02m
Code & Development Solid

review-delta

Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.

66 Updated 1 months ago
n24q02m
AI & Automation Solid

add-mechanic

Add game mechanics with correct GDScript 4.x patterns -- movement, health, inventory, save/load

33 Updated 1 months ago
n24q02m
AI & Automation Solid

build-scene

Pattern-based Godot scene construction with node hierarchy templates and companion node rules

33 Updated 1 months ago
n24q02m
AI & Automation Solid

debug-issue

Systematic Godot debugging decision trees for physics, signals, rendering, navigation, and input issues

33 Updated 1 months ago
n24q02m
AI & Automation Solid

compare

Structured comparison of 2+ alternatives with consistent criteria and decision matrix

15 Updated 1 months ago
n24q02m
AI & Automation Solid

fact-check

Verify a claim using adversarial search — find both supporting AND contradicting evidence

15 Updated 1 months ago
n24q02m
AI & Automation Solid

lock-project-stack

Detect 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.

15 Updated 1 months ago
n24q02m
AI & Automation Solid

research-topic

Multi-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.

15 Updated 1 months ago
n24q02m
AI & Automation Solid

bulk-update

Update properties or content across many pages in a Notion database with dry-run and error recovery

35 Updated 1 months ago
n24q02m
API & Backend Solid

organize-database

Transform unstructured Notion pages into a well-designed database with proper schema and migration

35 Updated 1 months ago
n24q02m
AI & Automation Solid

follow-up

Find emails needing follow-up -- unanswered sent emails, flagged unreplied, draft contextual responses

29 Updated 4 weeks ago
n24q02m
AI & Automation Solid

inbox-review

Morning inbox workflow -- multi-account scan, thread grouping, priority classification, draft replies

29 Updated 4 weeks ago
n24q02m
AI & Automation Listed

scrape-batch

Extract 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.

16 Updated 1 months ago
n24q02m
AI & Automation Listed

temporal-query

Answer 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.

10 Updated 1 weeks ago
n24q02m
AI & Automation Listed

channel-post

Compose and post formatted content to a Telegram channel -- MarkdownV2 escaping, message splitting, media ordering

11 Updated 1 weeks ago
n24q02m
AI & Automation Listed

setup-bot

Diagnose and fix Telegram bot connection issues -- verify config, test send, resolve common errors

11 Updated 1 weeks ago
n24q02m
AI & Automation Listed

knowledge-audit

Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate

8 Updated 1 months ago
n24q02m
AI & Automation Listed

memory-commit

Use 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.

8 Updated 1 months ago
n24q02m
AI & Automation Listed

passport-bootstrap

Use 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.

8 Updated 1 months ago
n24q02m
AI & Automation Listed

recall-context

Use 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.

8 Updated 1 months ago
n24q02m
AI & Automation Listed

session-handoff

End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions

8 Updated 1 months ago
n24q02m
AI & Automation Listed

follow-up

Find emails needing follow-up -- unanswered sent emails, flagged unreplied, draft contextual responses

3 Updated 1 weeks ago
n24q02m
AI & Automation Listed

inbox-review

Morning inbox workflow -- multi-account scan, thread grouping, priority classification, draft replies

3 Updated 1 weeks ago
n24q02m
AI & Automation Listed

temporal-query

Answer 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.

3 Updated 1 weeks ago
n24q02m
AI & Automation Listed

scrape-batch

Extract 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.

3 Updated 1 weeks ago
n24q02m
Code & Development Listed

refactor-check

Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.

3 Updated 1 months ago
n24q02m
Code & Development Listed

review-delta

Review uncommitted changes using impact analysis. Quick local delta review with blast-radius detection.

3 Updated 1 months ago
n24q02m
Code & Development Listed

review-pr

Comprehensive PR review -- full branch diff against base, commit-by-commit analysis, breaking change detection, conventional commit verification.

3 Updated 1 months ago
n24q02m
AI & Automation Listed

add-mechanic

Add game mechanics with correct GDScript 4.x patterns -- movement, health, inventory, save/load

3 Updated 1 months ago
n24q02m
Web & Frontend Listed

build-scene

Pattern-based Godot scene construction with node hierarchy templates and companion node rules

3 Updated 1 months ago
n24q02m
Code & Development Listed

debug-issue

Systematic Godot debugging decision trees for physics, signals, rendering, navigation, and input issues

3 Updated 1 months ago
n24q02m
AI & Automation Listed

bulk-update

Update properties or content across many pages in a Notion database with dry-run and error recovery

3 Updated 1 months ago
n24q02m
API & Backend Listed

organize-database

Transform unstructured Notion pages into a well-designed database with proper schema and migration

3 Updated 1 months ago
n24q02m
AI & Automation Listed

channel-post

Compose and post formatted content to a Telegram channel -- MarkdownV2 escaping, message splitting, media ordering

3 Updated 1 months ago
n24q02m
AI & Automation Listed

setup-bot

Diagnose and fix Telegram bot connection issues -- verify config, test send, resolve common errors

3 Updated 1 months ago
n24q02m
AI & Automation Listed

knowledge-audit

Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate

3 Updated 1 months ago
n24q02m
AI & Automation Listed

memory-commit

Use 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.

3 Updated 1 months ago
n24q02m
AI & Automation Listed

passport-bootstrap

Use 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.

3 Updated 1 months ago
n24q02m
AI & Automation Listed

recall-context

Use 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.

3 Updated 1 months ago
n24q02m
AI & Automation Listed

session-handoff

End-of-session knowledge capture — decisions, preferences, corrections, conventions, open questions

3 Updated 1 months ago
n24q02m
AI & Automation Listed

compare

Structured comparison of 2+ alternatives with consistent criteria and decision matrix

3 Updated 1 months ago
n24q02m
AI & Automation Listed

fact-check

Verify a claim using adversarial search — find both supporting AND contradicting evidence

3 Updated 1 months ago
n24q02m
AI & Automation Listed

lock-project-stack

Detect 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.

3 Updated 1 months ago
n24q02m
AI & Automation Listed

research-topic

Multi-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.

3 Updated 1 months ago
n24q02m
AI & Automation Listed

image-describe

Describe the contents of an image file or URL in structured detail

4 Updated 1 months ago
n24q02m
AI & Automation Listed

agent-chat

Use 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.

3 Updated 1 weeks ago
n24q02m
AI & Automation Listed

agent-chat

Use 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.

1 Updated 6 days ago
n24q02m
AI & Automation Listed

image-describe

Describe the contents of an image file or URL in structured detail

3 Updated 1 months ago
n24q02m

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.