Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

frontend-experience-extractor前端经验提取器

Agent Skill

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。它适合让 Agent 生成或审查 React、Next.js、Vue、Tailwind、CSS 等相关代码,整理组件结构,或定位布局和性能问题。使用时需要结合项目现有设计系统、路由和构建方式,避免只生成孤立片段;涉及页面改动时,应配合本地预览和构建检查确认视觉效果。

总安装

306

周安装

13

GitHub Stars

1

下载量

107
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:frontend-experience-extractor(前端经验提取器)
来源仓库:https://github.com/aircury/ai-framework
仓库路径:skills/frontend-experience-extractor
安装命令:
npx skills add https://github.com/aircury/ai-framework --skill frontend-experience-extractor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/aircury/ai-framework --skill frontend-experience-extractor

简介

用于辅助前端页面、组件、样式和交互逻辑的开发与维护。

  • 适合生成或审查 React、Next.js、Vue、Tailwind、CSS 等代码,整理组件结构或定位布局问题。
  • 需结合项目现有设计系统、路由和构建方式使用,避免生成孤立片段。
  • 涉及页面改动时应配合本地预览和构建检查确认视觉效果。
  • frontend-experience-extractor 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You are a senior UX and Behavioral Analyst. Your mission is to extract the EXACT behavioral experience of a frontend component or module, ensuring that the "it just works" feeling is captured.

The Goal

Produce an experience.md file that describes how the UI behaves, how it responds to user input, the flows it supports, and when each field, section, or action is rendered, hidden, disabled, or read-only.

This document complements the layout.md (which handles structure). While layout.md says "there is a button", experience.md describes the animation when clicking it, the loading state it triggers, the success toast that follows, and which actors are allowed to see or use it.

Input

  • A path to the component or module source code.

Output File: specs/features/<feature-name>/experience.md

Save the resulting analysis to specs/features/<feature-name>/experience.md. Create the directory if it does not exist.

The output MUST follow this structure:

1. User Flows & Navigation

  • Happy Path: Step-by-step description of the primary user journey.
  • Edge Cases: How the system handles empty states, large data sets, or cancelled actions.
  • Form Flows: Sequential interactions (e.g., "Step 1: Fill basic info, Step 2: Select options...").

2. Interaction & Micro-interactions

  • Feedback: What happens visually during hover, active, and focus states (abstractly).
  • Transitions: Describe animations between states (e.g., "Modal fades in from the bottom", "Sidebar slides from the right").
  • Loading States: Where and how loading indicators are shown.

3. State Management & Logic

  • Local State: UI-only state (e.g., "Is the accordion open?", "Which tab is active?").
  • Global/Async State: Data fetching states, success notifications, and error handling.
  • Validation Feedbacks: How and when errors are shown (e.g., "Inline errors appear on blur").
  • Visibility & Authorization Rules: Capture conditional rendering and usage logic exactly.

- Who can see which fields, sections, and actions. - Role-based differences (e.g., admin, vipUser, owner-only, tenant-scoped users). - Admin overrides. - Feature-flag, plan, account-state, and ownership conditions. - When elements are hidden vs disabled vs read-only. - Example: "internalNotes renders only for admin". - Example: "prioritySupportBanner renders only for vipUser". - Example: "Delete account action renders for owner and admin; hidden for other users".

4. Accessibility Behavior

  • Keyboard navigation flows (e.g., "Tab order", "Esc to close").
  • Screen reader announcements expected (e.g., "Announces 'Record deleted' after confirming").

Constraint: NO PIXEL-PERFECT STYLES

  • Focus on the behavior and experience.
  • Use descriptive terms: "Smooth transition" instead of "0.3s ease-in-out".
  • "Distinct success feedback" instead of "Green checkmark pops up".
  • Treat access gating and conditional rendering as behavioral contract, not layout trivia.

Quality Gate: Full Behavioral Parity

If the original UI has a subtle bounce animation when a list item is added, your experience.md MUST capture that intent.

If the original UI renders a field only for admin, hides a section from non-vipUser users, disables an action for non-owners, or makes a field read-only in a specific state, your experience.md MUST capture those rules exactly. Omitting authorization, visibility, or conditional rendering logic is a failure.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.76%
按下载量换算39

Claude

26.53%
按下载量换算28

Cursor

18.96%
按下载量换算20

Gemini CLI

9.64%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills