CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. freshtechbro
  4. /
  5. claudedesignskills
  6. /
  7. Aframe Webxr

Aframe Webxr

Editor's Note

A-Frame lets you build VR and AR experiences using plain HTML instead of wrestling with WebGL or Three.js directly. You get an entity-component architecture where you can drop primitives like boxes and spheres into a scene, add animations with HTML attributes, and have VR controller support working without touching much JavaScript. It's genuinely good for prototyping immersive experiences fast or adding 3D content to web pages when you don't want to manage a full game engine. The declarative approach means you can sketch out a scene in minutes, though you'll still write custom components in JavaScript when you need real interactivity beyond basic animations and clicks.

Install

npx skills add https://github.com/freshtechbro/claudedesignskills --skill aframe-webxr
Votes
0
Installs634
GitHub Stars196
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment