auth-sync

Compare and synchronize CSS styling across login, register, and forgot password pages.

1|Updated Sep 25, 2024
One-click install
npx skills add https://github.com/Richie1129/SDLs_fullStack_remix --skill auth-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth-sync
Source: https://github.com/Richie1129/SDLs_fullStack_remix/tree/main/.claude/skills/auth-sync
Command: npx skills add https://github.com/Richie1129/SDLs_fullStack_remix --skill auth-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that the Login, Register, and Forgot Password pages maintain a consistent visual style, preventing design drift and improving user experience.

Core Features & Use Cases

  • Style Comparison: Analyzes and reports on visual discrepancies across authentication pages.
  • Targeted Synchronization: Allows for selective or full synchronization of styles based on a chosen reference page.
  • Use Case: After a UI update, quickly verify that the brand panel width, background colors, and animation timings are identical across all auth forms, or automatically apply the correct styles if they are not.

Quick Start

Run /auth-sync to check for style inconsistencies between the login, register, and forgot password pages.

Frequently Asked Questions about auth-sync

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

FAQPage Schema
How do I fix CSS inconsistencies across login and register authentication pages?

To fix CSS inconsistencies across authentication pages, you can compare and synchronize visual styling elements like brand panels and form containers. This process identifies and rectifies differences in width, color, animation, and responsiveness to ensure design consistency.

What is the best way to synchronize frontend auth page styles after a UI update?

The best way to synchronize frontend auth page styles is by analyzing visual discrepancies across authentication interfaces and applying targeted synchronization based on a chosen reference page. This ensures brand panel width, background colors, and animation timings remain identical.

Can I selectively sync styles for specific auth form containers instead of overwriting everything?

Yes, you can selectively synchronize styles for specific auth form containers. The process allows targeted synchronization of CSS classes related to layout, color, and animation based on a reference page, preventing full design overwrites.

Does auth-sync work on responsive authentication interfaces like forgot password pages?

Yes, auth-sync works on responsive authentication interfaces including login, register, and forgot password pages. It specifically identifies and rectifies differences in CSS classes related to width, color, animation, and responsiveness across these interfaces.

Why does my login page layout look different from the register page after updating CSS classes?

Your login page layout looks different from the register page due to design drift in CSS classes. Analyzing visual discrepancies across authentication pages identifies mismatched width, color, and animation properties, allowing you to rectify differences and restore consistency.