Skip to content

feat: add AI coding skill for MegaNames (.mega)#1

Merged
0xBreadguy merged 2 commits intomainfrom
add-skill
Mar 13, 2026
Merged

feat: add AI coding skill for MegaNames (.mega)#1
0xBreadguy merged 2 commits intomainfrom
add-skill

Conversation

@crumb-trail
Copy link
Copy Markdown
Collaborator

What

Adds a standalone skill/SKILL.md — an AI coding skill that works with Claude Code, Cursor, Windsurf, and OpenClaw.

Why

The repo already has AGENTS.md (full ABI reference for AI agents). This adds an opinionated development skill layer on top — the "how to build with this" companion that tells AI coding tools:

  • Default stack decisions (use registerWithPermit, always normalize labels, compute tokenIds client-side)
  • Core operations with copy-paste TypeScript/Solidity examples
  • Subdomain marketplace seller + buyer flows
  • Warren contenthash integration
  • MegaETH-specific notes (gas estimation, instant receipts, no commit-reveal)

References AGENTS.md for the full function/event reference rather than duplicating it.

Structure

skill/
  SKILL.md    # AI coding skill (opinionated patterns + examples)
AGENTS.md     # Full ABI reference (already exists)

For the awesome-megaeth-ai list

This skill can be listed separately as meganames-skill in the awesome repo, giving MegaNames its own entry under Identity & Naming.

crumb-trail and others added 2 commits March 12, 2026 17:04
Standalone SKILL.md for Claude Code, Cursor, Windsurf, and OpenClaw.
Covers registration, resolution, text records, subdomains,
subdomain marketplace, Warren contenthash, and frontend integration.

References AGENTS.md in repo root for full ABI details.
@0xBreadguy 0xBreadguy merged commit e0e7985 into main Mar 13, 2026
0 of 2 checks passed
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.

2 participants