Auto Refresh

Refresh stale market research data on login with a Three.js progress overlay.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Norfolk-Group/H-Analytics --skill auto-refresh-norfolk-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Auto Refresh
Source: https://github.com/Norfolk-Group/H-Analytics/tree/main/.claude/skills/research/auto-refresh
Command: npx skills add https://github.com/Norfolk-Group/H-Analytics --skill auto-refresh-norfolk-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically refreshes stale market research data when a user logs in, with an engaging 3D animated progress overlay to keep users informed as data is updated.

Core Features & Use Cases

  • Auto-refreshes market research data on user login for all tracked properties.
  • 3D animated progress overlay visualizes per-property refresh status.
  • Checks data freshness against a 7-day window and regenerates only stale entries.

Quick Start

Activate the auto-refresh on login to keep market research data current with the 3D progress overlay.

Frequently Asked Questions about Auto Refresh

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

FAQPage Schema
How do I auto-refresh stale market research data on user login in a React frontend?

You can auto-refresh stale market research on login by implementing client-side login-triggered API calls that check data freshness against a 7-day window and regenerate only stale entries for all tracked properties.

What is the 7-day freshness window for market research data?

The 7-day freshness window is the threshold used to evaluate market research data during login. Data older than 7 days triggers a regeneration flow via API calls to ensure researchers and product teams rely on up-to-date insights.

How do I visualize market research regeneration progress using Three.js in a React dashboard?

You visualize market research regeneration progress using a Three.js-based 3D animated overlay that renders during the login-triggered refresh flow, keeping users informed as per-property data is updated.

Does the auto-refresh flow work with existing session management in React?

The auto-refresh flow integrates with React session management by triggering client-side API calls during login, checking freshness via GET requests and regenerating stale market research via POST requests without disrupting the session.

When should I not use login-triggered auto-refresh for market research data?

You should avoid login-triggered auto-refresh if your frontend dashboard lacks API endpoints for per-property freshness checks or if the 3D progress overlay would disrupt the user experience during quick session restores.

What's the best way to check market research freshness per property before regenerating?

The best way to check market research freshness per property is using a GET API request to evaluate each entity against a 7-day window before triggering regeneration, ensuring only stale entries are processed.