auth-sync — auth-sync install auth-sync, SDLs_fullStack_remix, community, auth-sync install, ide skills, auth-sync benefits for developers, automated auth page syncing, auth-sync command line interface, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Frontend Agents needing automated auth page synchronization and consistency checks. auth-sync is a skill that synchronizes auth pages, checking and fixing inconsistencies across multiple pages, including login, register, and password-related pages.

Features

Scans three auth pages for inconsistencies using the `/auth-sync` command
Generates a difference report to identify inconsistencies
Automatically synchronizes all differences with the `/auth-sync fix` command
Supports targeted syncing of specific items, such as the brand panel width
Checks auth page paths, including `sdl-frontend-main/src/pages/login/Login.jsx` and other related pages

# Core Topics

Richie1129 Richie1129
[0]
[1]
Updated: 3/7/2026

Agent Capability Analysis

The auth-sync skill by Richie1129 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for auth-sync install, auth-sync benefits for developers, automated auth page syncing.

Ideal Agent Persona

Perfect for Frontend Agents needing automated auth page synchronization and consistency checks.

Core Value

Empowers agents to ensure consistency across login, register, forgot password, and reset password pages by scanning and synchronizing auth pages, utilizing JavaScript and React components like Login.jsx, Register.jsx, ForgotPassword.jsx, and ResetPassword.jsx.

Capabilities Granted for auth-sync

Automating auth page syncing
Generating consistency reports for auth pages
Debugging auth page discrepancies

! Prerequisites & Limits

  • Requires access to sdl-frontend-main/src/pages/login directory
  • Limited to scanning four specific auth pages (Login, Register, ForgotPassword, ResetPassword)
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

auth-sync

Install auth-sync, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Auth 頁面一致性同步 Skill

當使用者執行 /auth-sync 時,掃描三個 auth 頁面並比對一致性。

使用方式

/auth-sync          # 檢查並顯示差異報告
/auth-sync fix      # 檢查後自動同步所有差異
/auth-sync fix <項目>  # 只同步特定項目(如 /auth-sync fix 品牌面板寬度)

Auth 頁面路徑

以下四個頁面共用品牌面板(左側 customgreen)+ 表單(右側)的左右佈局:

  • sdl-frontend-main/src/pages/login/Login.jsx
  • sdl-frontend-main/src/pages/login/Register.jsx
  • sdl-frontend-main/src/pages/login/ForgotPassword.jsx
  • sdl-frontend-main/src/pages/login/ResetPassword.jsx

執行步驟

步驟 1:讀取三個頁面

同時讀取三個檔案,提取以下關鍵值:

品牌面板(左側):

  • 寬度 class(w-1/2, w-2/5 等)
  • 背景色(bg-customgreen, bg-green-* 等)
  • 是否有漸層(from-*, to-*
  • 隱藏斷點(hidden md:flex, hidden lg:flex 等)

表單面板(右側):

  • 寬度 class
  • 垂直置中方式(items-center, justify-center
  • 最大寬度(max-w-md, max-w-sm 等)

動畫:

  • 動畫速度(duration-fast, duration-normal, duration-slow 或具體 ms 值)
  • 動畫類型(transition-*, animate-*

整體佈局:

  • 外層容器 class(h-screen, min-h-screen, overflow-hidden 等)
  • Flex 方向

密碼欄位(若有):

  • 是否有顯示/隱藏切換按鈕

步驟 2:產出差異報告

## Auth 頁面一致性報告

| 項目 | Login | Register | ForgotPassword | 狀態 |
|------|-------|----------|----------------|------|
| 品牌面板寬度 | w-1/2 | w-2/5 | w-1/2 | ⚠️ 不一致 |
| 背景色 | customgreen | customgreen | customgreen | ✅ |
| 動畫速度 | duration-normal | duration-fast | duration-normal | ⚠️ 不一致 |
| 外層佈局 | h-screen overflow-hidden | h-screen | h-screen overflow-hidden | ⚠️ 不一致 |
| 響應式斷點 | hidden md:flex | hidden lg:flex | hidden md:flex | ⚠️ 不一致 |
| 密碼顯示切換 | ✅ 有 | ✅ 有 | - (無密碼欄) | ✅ |

共發現 N 處不一致。

完全一致,回報「✅ 三個頁面樣式完全一致,無需同步」。

步驟 3:詢問如何處理(若未帶 fix 參數)

發現以上 N 處差異。要如何處理?
1. 全部同步(以 Login.jsx 為基準)
2. 選擇性同步
3. 只查看報告,暫不修改

步驟 4:執行同步

同步基準:以 Login.jsx 為準(除非使用者指定其他頁面)

修改時:

  • 每次只修改一個檔案
  • 修改後列出具體變更的 class 名稱
  • 完成後再次執行步驟 1-2 驗證一致性

步驟 5:驗證報告

同步完成後,再跑一次比對,確認所有 ✅。

注意事項

  • ForgotPassword 頁面沒有密碼欄位,跳過密碼相關項目的比對
  • ResetPassword 頁面有兩組密碼欄位(新密碼 + 確認密碼),皆需有顯示/隱藏切換
  • 若三個頁面各有不同邏輯需求(如 Register 有更多欄位),只同步視覺樣式,不改動表單結構
  • 修改前先確認使用者想以哪個頁面為基準

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is auth-sync?

Perfect for Frontend Agents needing automated auth page synchronization and consistency checks. auth-sync is a skill that synchronizes auth pages, checking and fixing inconsistencies across multiple pages, including login, register, and password-related pages.

How do I install auth-sync?

Run the command: npx killer-skills add Richie1129/SDLs_fullStack_remix/auth-sync. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for auth-sync?

Key use cases include: Automating auth page syncing, Generating consistency reports for auth pages, Debugging auth page discrepancies.

Which IDEs are compatible with auth-sync?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for auth-sync?

Requires access to sdl-frontend-main/src/pages/login directory. Limited to scanning four specific auth pages (Login, Register, ForgotPassword, ResetPassword).

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Richie1129/SDLs_fullStack_remix/auth-sync. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use auth-sync immediately in the current project.

Related Skills

Looking for an alternative to auth-sync or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI