All authors
n24q02m avatar

Claude Skills by n24q02m

github.com/n24q02m
28 skillsA× 280 installs6 views
Agent ChatA

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.

ai-agentspythongo
0
3
Impact AuditA

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.

ai-agentstypescriptpython
0
3
Onboard RepoA

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

ai-agentsgoshell
0
3
Refactor CheckA

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

ai-agentsgoshell
0
3
Review DeltaA

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

ai-agentsshellnode
0
3
Review PrA

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

ai-agentsgoshell
0
3
Security SweepA

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.

ai-agentsrustshell
0
3
Follow UpA

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

ai-agentsgoapi
0
3
Inbox ReviewA

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

ai-agentsgo
0
3
Add MechanicA

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

ai-agentsgonode
0
3
Build SceneA

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

ai-agentsgonode
0
3
Debug IssueA

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

ai-agentsgonode
0
3
Bulk UpdateA

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

ai-agentsgodatabase
0
3
Organize DatabaseA

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

ai-agentsgoapi
0
3
Channel PostA

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

ai-agentsgoapi
0
3
Setup BotA

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

ai-agentsapi
0
3
Image DescribeA

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

ai-agents
0
3
Knowledge AuditA

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

ai-agentsgosql
0
3
Memory CommitA

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.

ai-agentspythongo
0
3
Passport BootstrapA

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.

ai-agentsgobackend
0
3
Recall ContextA

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.

ai-agentsdatabase
0
3
Session HandoffA

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

ai-agentspythongo
0
3
Temporal QueryA

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.

ai-agentssqlnode
0
3
CompareA

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

ai-agentsapidatabase
0
3
Fact CheckA

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

ai-agentsdocumentation
0
3
Lock Project StackA

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.

ai-agentsgogit
0
3
Research TopicA

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.

ai-agentsapidocumentation
0
3
Scrape BatchA

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.

ai-agentsrustgo
0
3