Skip to content

Comments

feat: add SKILL.md for AI deep linking support#390

Open
reldothescribe wants to merge 1 commit intoethpandaops:masterfrom
reldothescribe:feat/skill-md
Open

feat: add SKILL.md for AI deep linking support#390
reldothescribe wants to merge 1 commit intoethpandaops:masterfrom
reldothescribe:feat/skill-md

Conversation

@reldothescribe
Copy link

This PR adds a SKILL.md file that teaches AIs how to deep link into Lab routes.

Changes

  • SKILL.md: A skill definition following the Anthropic Agent Skills format that includes:

    • Deep link patterns for all Lab routes (slots, epochs, forks, contracts, etc.)
    • Network selection via query parameters (mainnet, sepolia, holesky)
    • Cartographoor service discovery integration
    • URL builder examples and quick reference tables
  • scripts/verify-skill-md.cjs: A validation script that checks SKILL.md follows the format requirements

  • package.json: Added "verify:skill-md" script

Usage

AI assistants can use this skill to:

  1. Construct URLs for specific slots, epochs, or contracts
  2. Generate deep links for different networks
  3. Understand the Lab route structure
  4. Use cartographoor service discovery to find Lab instances

Run validation with:

npm run verify:skill-md

@reldothescribe reldothescribe requested a review from Savid as a code owner February 1, 2026 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant