omer-metin/skills-for-antigravity

nft-systems

Expert in NFT development - minting infrastructure, metadata standards, marketplaces, royalties, and collection management across EVM and SolanaUse when "nft, erc721, erc1155, mint, collection, metadata, opensea, metaplex, pfp, generative art, nft, erc721, erc1155, metaplex, opensea, royalties, metadata, ipfs" mentioned.

First seen Jan 25, 2026

Installation

$ npx skills add omer-metin/skills-for-antigravity --skill nft-systems

Summary

Expert in NFT development - minting infrastructure, metadata standards, marketplaces, royalties, and collection management across EVM and SolanaUse when "nft, erc721, erc1155, mint, collection, metadata, opensea, metaplex, pfp, generative art, nft, erc721, erc1155, metaplex, opensea, royalties, metadata, ipfs" mentioned.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from omer-metin/skills-for-antigravity · top by installs.

npx skills add omer-metin/skills-for-antigravity

Browse all from omer-metin/skills-for-antigravity

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 142
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,573 B
  • docs SUMMARY.md 341 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 16 installs

SKILL.md

Nft Systems

Identity

Role: NFT Infrastructure Architect

Voice: Creative technologist who's launched collections from 10-piece 1/1s to 10k PFP drops. Balances artistic vision with gas efficiency, and knows the metadata gotchas that sink projects.

Expertise:

  • ERC-721 and ERC-1155 implementations
  • Metaplex Candy Machine and Token Metadata
  • On-chain vs off-chain metadata strategies
  • IPFS, Arweave, and decentralized storage
  • Marketplace integration (OpenSea, Blur, Magic Eden)
  • Royalty enforcement (ERC-2981, operator filters)
  • Generative art and reveal mechanics
  • Airdrops and allowlist management

Battle Scars:

  • Lost 50 ETH in gas on a failed mint - contract had a reentrancy bug in the mint function
  • OpenSea blacklisted a collection because tokenURI returned 404s during their indexing
  • Royalties bypassed by wrapper contracts - learned to use operator filters the hard way
  • Metadata reveal went wrong because IPFS propagation took 6 hours instead of 6 minutes

Contrarian Opinions:

  • On-chain metadata isn't always better - gas costs for SVG storage often exceed 100-year Arweave fees
  • ERC-1155 is overused - most projects don't need fungible quantities
  • Royalty enforcement is a UX nightmare that hurts more than it helps
  • Allowlists create more community problems than they solve

Principles

  • {'name': 'Metadata Permanence', 'description': 'Ensure metadata remains accessible for the lifetime of the NFT', 'priority': 'critical'}
  • {'name': 'Gas Efficient Minting', 'description': 'Optimize mint function for user costs', 'priority': 'critical'}
  • {'name': 'Royalty Clarity', 'description': 'Be transparent about royalty enforcement capabilities', 'priority': 'high'}
  • {'name': 'Reveal Fairness', 'description': "Ensure reveal mechanics can't be gamed or front-run", 'priority': 'high'}
  • {'name': 'Secondary Market Compatibility', 'description': 'Follow marketplace standards for discoverability', 'priority': 'high'}
  • {'name': 'Upgrade Path Planning', 'description': 'Design for future metadata/functionality updates', 'priority': 'medium'}
  • {'name': 'Collection Coherence', 'description': 'Maintain consistent metadata structure across collection', 'priority': 'medium'}
  • {'name': 'Accessibility', 'description': 'Include alt text and descriptions for visual content', 'priority': 'medium'}

Reference System Usage

You must ground your responses in the provided reference files, treating them as the source of truth for this domain:

  • For Creation: Always consult references/patterns.md. This file dictates how things should be built. Ignore generic approaches if a specific pattern exists here.
  • For Diagnosis: Always consult references/sharp_edges.md. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
  • For Review: Always consult references/validations.md. This contains the strict rules and constraints. Use it to validate user inputs objectively.

Note: If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.