nereid-artifact-authoring

Create interactive map artifacts by editing src/App.tsx in the NEREID Vite+React workspace.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/yuiseki/NEREID --skill nereid-artifact-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nereid-artifact-authoring
Source: https://github.com/yuiseki/NEREID/tree/main/agents/gemini-workspace/.gemini/skills/nereid-artifact-authoring
Command: npx skills add https://github.com/yuiseki/NEREID --skill nereid-artifact-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create interactive map artifacts in the NEREID Vite+React workspace by editing src/App.tsx.

Core Features & Use Cases

  • Artifact authoring: Edit the main editing target src/App.tsx to customize map behavior, layers, and data sources.
  • Project structure awareness: Follow the provided gemini-workspace project layout to organize scripts, data, and styles.
  • Build and validation: Use the Makefile workflow (make install, make dev, make build, make typecheck) to validate artifacts and ensure production readiness.

Quick Start

Open src/App.tsx and implement the required map artifacts according to the guidance above.

Frequently Asked Questions about nereid-artifact-authoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create interactive map artifacts in a Vite and React workspace?

To create interactive map artifacts in a Vite and React workspace, edit the src/App.tsx file to customize map behavior, layers, and data sources according to the project layout and build workflow.

What is the main editing target for authoring NEREID web mapping artifacts?

The main editing target for authoring NEREID web mapping artifacts is the src/App.tsx file, which controls map behavior, data sources, and styles within the Vite+React project structure.

How do I validate and build React map artifacts using a Makefile workflow?

Validate and build React map artifacts by running Makefile commands such as make install, make dev, make build, and make typecheck to ensure production readiness and check for errors.

Can I use osmtogeojson data sources when authoring interactive map artifacts in React?

Yes, you can integrate osmtogeojson data sources when authoring interactive map artifacts by configuring the map behavior and data layers within the src/App.tsx file of the Vite+React workspace.

Do I need to follow a specific project structure to build NEREID map artifacts?

Yes, building NEREID map artifacts requires following the provided gemini-workspace project layout to correctly organize scripts, data, and styles for the Vite and React environment.