promptadvisers

Early AI Dopters — AI skill for Claude Code

AI community

Early AI-dopters worldbuilding kit: a scroll-snap field guide and a three-station Claude Architect workshop.

How to install Early AI Dopters

This entry records only its repository, not the path inside it, so there is no exact command to give. Open promptadvisers/early-ai-dopters and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Early AI Dopters does

Early AI-dopters worldbuilding kit: a scroll-snap field guide and a three-station Claude Architect workshop.

Alternatives in AI

  • Anthropic Quickstarts — by Anthropic - Offers comprehensive development guides for three distinct AI-powered demo projects with standa 15.4k ★
  • Claude Code Design Guide — From Early Internet Design Patterns to AI Agent Implementation — A Deep Dive into Claude Code for Developers 762 ★
  • Field Lab — A field lab for thinking with AI 570 ★

README

Early AI-dopters: Build learning worlds

A small, shareable production kit for building interactive 3D lessons with a browser, Blender, and a clear teaching idea.

**Live experiences**

What is here

`3d-world-community-guide/`

The static community guide: ten chapters, responsive scroll-snap layout, a separate prompt page, Claude reference images, and the downloadable starter kit.

Run it locally:

python3 -m http.server 43223 --bind 127.0.0.1 --directory 3d-world-community-guide/dist

Then open .

`claude-architect-mini-world/`

The Babylon.js workshop source and the Blender mascot source. The world includes a paced World Tour, free orbit/zoom/pan controls, station demonstrations, explanation cards, reduced-motion support, and a three-principle recap.

Run the workshop locally:

cd claude-architect-mini-world/game
npm ci
npm run build
npm run preview -- --host 127.0.0.1

Then open .

Run the focused tour tests from the same directory:

node --test tests/world-tour.test.mjs

Suggested build path

  1. Read the field guide before touching the scene.
  2. Copy the full build prompt and replace the audience, principles, mascot, and station actions.
  3. Edit claude-architect-mini-world/art-source/build-mascot.py or replace the reference asset.
  4. Build the browser world in claude-architect-mini-world/game/.
  5. Test the tour, close-ups, controls, mobile layout, reduced motion, and keyboard navigation.
  6. Publish the exact build you inspected.

Re