github.com/aiming-lab/MetaClaw
| Skill | Added | Review |
|---|---|---|
agent-task-handoff memory_data/skills/agent-task-handoff/SKILL.md Use this skill when delegating a subtask to a sub-agent, spawning a parallel worker, or handing off work across sessions. Write a self-contained task description so the receiving agent needs no prior context. | 79 79 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
async-communication-etiquette memory_data/skills/async-communication-etiquette/SKILL.md Use this skill when writing messages in async channels (Slack, GitHub issues, email threads) where the reader may not have context and cannot ask follow-up questions immediately. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
audience-aware-communication memory_data/skills/audience-aware-communication/SKILL.md Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
auth-and-authorization-patterns memory_data/skills/auth-and-authorization-patterns/SKILL.md Use this skill when implementing authentication (login, token issuance) or authorization (access control, permissions). Apply whenever the task involves login flows, JWT, OAuth2, session management, or RBAC. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
avoid-acting-on-assumptions memory_data/skills/avoid-acting-on-assumptions/SKILL.md Common mistake — proceeding with assumptions about ambiguous requirements instead of asking a clarifying question first. This skill reminds you to stop and ask before acting on uncertain interpretations. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
avoid-hallucinating-specifics memory_data/skills/avoid-hallucinating-specifics/SKILL.md Common mistake — stating specific facts (API endpoints, library versions, config options, function signatures) with false confidence when uncertain. Always flag uncertainty rather than guessing specifics. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
avoid-scope-creep memory_data/skills/avoid-scope-creep/SKILL.md Common mistake — doing unrequested work (refactoring, adding extra features, cleaning up style) when the user asked for a specific, targeted change. Only change what was explicitly asked. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
clarify-ambiguous-requests memory_data/skills/clarify-ambiguous-requests/SKILL.md Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
codebase-navigation memory_data/skills/codebase-navigation/SKILL.md Use this skill when exploring an unfamiliar codebase, tracing code paths, or answering questions about how the system works. Read before writing, and build a mental model of the architecture before making changes. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
context-window-management memory_data/skills/context-window-management/SKILL.md Use this skill in long conversations or multi-turn agentic sessions where context may be lost or the conversation is approaching token limits. Summarize, prioritize, and compact context proactively before it becomes a problem. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
data-validation-first memory_data/skills/data-validation-first/SKILL.md Use this skill before any data analysis, transformation, or modeling. Always inspect and validate the data before drawing conclusions or writing transformations. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
debug-systematically memory_data/skills/debug-systematically/SKILL.md Use this skill when diagnosing a bug, unexpected behavior, test failure, or any situation where code does not behave as expected. Follow a structured debugging process instead of randomly changing code. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
do-not-retry-without-diagnosis memory_data/skills/do-not-retry-without-diagnosis/SKILL.md Common mistake — retrying the same failing command or API call without understanding why it failed. Always diagnose the root cause before retrying anything. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
git-workflow memory_data/skills/git-workflow/SKILL.md Use this skill when working with git — making commits, creating branches, resolving merge conflicts, opening pull requests, or reviewing diffs. Apply whenever the user asks about version control operations. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
graceful-error-recovery memory_data/skills/graceful-error-recovery/SKILL.md Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
idempotent-script-design memory_data/skills/idempotent-script-design/SKILL.md Use this skill when writing scripts, cron jobs, data pipelines, or any automated process that may be run multiple times. Design every operation to be safely re-runnable without side effects. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
input-validation-and-sanitization memory_data/skills/input-validation-and-sanitization/SKILL.md Use this skill when implementing any endpoint, form handler, CLI tool, or function that accepts external input. Validate and sanitize all untrusted data before processing — never assume input is safe. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
plan-before-multi-step-execution memory_data/skills/plan-before-multi-step-execution/SKILL.md Use this skill before executing a sequence of 3 or more steps, especially when steps are irreversible or depend on each other. Write out the plan and verify it before starting execution. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
prioritize-by-impact memory_data/skills/prioritize-by-impact/SKILL.md Use this skill when the user has a list of tasks and needs help deciding what to do first. Rank by impact and urgency — not order of mention — and surface the highest-leverage work. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 | |
professional-email-drafting memory_data/skills/professional-email-drafting/SKILL.md Use this skill when drafting emails, Slack messages, announcements, or any external/internal communication. Apply professional structure and appropriate tone before writing any message. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 922caf3 |