l2

Resolve deprecated l2 Skill references by reading SKILL.md frontmatter and fetching the redirect URL.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/collat-labs/collat --skill l2-collat-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: l2
Source: https://github.com/collat-labs/collat/tree/main/.agents/skills/ethskills/l2
Command: npx skills add https://github.com/collat-labs/collat --skill l2-collat-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you locate the correct, non-deprecated Skill entrypoint when the l2 directory you opened is outdated.

Core Features & Use Cases

  • Deprecation Notice: Clearly indicates that this skill has moved to a new location.
  • Redirect to Correct Resource: Provides the updated SKILL.md URL so you can switch to the maintained skill.
  • Use Case: When an integration or documentation references an old l2 path, you can immediately fetch the active definition from the new l2s location.

Quick Start

Ask your assistant to load the updated Skill definition from https://ethskills.com/l2s/SKILL.md.

Frequently Asked Questions about l2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve a deprecated Skill entrypoint in my YAML frontmatter?

To resolve a deprecated Skill entrypoint, read the YAML frontmatter in the SKILL.md file to confirm its deprecation status and use the provided redirect URL to fetch the maintained definition.

Why does my integration point to an outdated l2 directory?

An integration points to an outdated l2 directory when documentation or system references have not been updated to the new canonical location, requiring you to read the deprecation notice and follow the redirect.

How do I find the updated SKILL.md redirect URL for a moved skill?

You find the updated SKILL.md redirect URL by reading the frontmatter of the outdated skill file, which contains the deprecation status and the exact URL to fetch the replacement definition.

What happens when I open a deprecated l2 directory?

When you open a deprecated l2 directory, the skill metadata indicates it has moved and provides a redirect URL to fetch the active definition from the new l2s location.

Do I need to manually update references when a skill directory is deprecated?

Yes, you need to manually update references by reading the deprecation notice in the old skill's frontmatter and switching your integration to fetch the active definition from the provided redirect URL.