Create and update repo-local skills that follow the MetaMask Mobile standard. Use for new repo-local skills, skill entrypoints, or harness shims in this repository.
Canonical guidance for creating and updating repo-local skills in MetaMask Mobile.
Use this standard when the repo needs a reusable agent workflow with stable instructions, validation, or harness shims.
Do not create a skill when one of these is enough:
AGENTS.md or a narrow tests/AGENTS.md pointerdocs/Create a skill when the work is repeated, fragile, or benefits from a shared workflow across agents.
Use the native or harness-provided skill-creator guidance for general skill design principles or when creating a skill outside this repository.
Use repo-skill-authoring for any MetaMask Mobile repo-local skill that should live in .agents/skills/, .claude/, or other repo-owned harness folders.
If both apply, use native skill-creator for general design guidance, and use this skill as the source of truth for repository-specific structure, naming, and entrypoints.
Use these entrypoints:
.agents/skills/repo-skill-authoring/SKILL.md ($repo-skill-authoring).claude/skills/repo-skill-authoring/SKILL.mdRequired shape for a repo-local skill:
.agents/skills/<skill-name>/SKILL.md
.agents/skills/<skill-name>/agents/openai.yaml
Optional shape, when the workflow needs it:
.agents/skills/<skill-name>/scripts/
.agents/skills/<skill-name>/references/
.agents/skills/<skill-name>/assets/
.claude/skills/<skill-name>/SKILL.md
Keep .agents/skills/<name>/SKILL.md as the single source of truth. Any harness-specific shim should point directly to it.
SKILL.md frontmatter name must match exactly.description must say what the skill does and when to use it.For agent implementation and review tasks, follow this workflow:
SKILL.md.scripts/ only when deterministic validation or repeated logic is worth the maintenance cost.references/ only when detailed content should be loaded on demand instead of sitting in the skill body.name and description..claude/skills/<name>/SKILL.md when Claude needs a pointer..agents/skills/<name>/SKILL.md.Authoring principle:
Required agent response sections:
Implementation ChecklistFiles To Add Or ModifyValidationAssumptions---