CtrlK
BlogDocsLog inGet started
Tessl Logo

MetaClaw

github.com/aiming-lab/MetaClaw

SkillAddedReview
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

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

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

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

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

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

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

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

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

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

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