Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计通过

mobile-web-domain-knowledge移动网络领域知识

Agent Skill

mobile-web-domain-knowledge 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,704

周安装

617

GitHub Stars

公开资料未说明

下载量

7,534
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:mobile-web-domain-knowledge(移动网络领域知识)
来源仓库:https://github.com/danhvb/my-ba-skills
仓库路径:skills/mobile-web-domain-knowledge
安装命令:
npx skills add https://github.com/danhvb/my-ba-skills --skill 'Mobile Web Domain Knowledge'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/danhvb/my-ba-skills --skill 'Mobile Web Domain Knowledge'

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合围绕仓库状态、代码变更或协作事项进行整理。

  • 适用于代码审查、协作流程管理和仓库状态跟踪等开发协作场景。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加技能,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • mobile-web-domain-knowledge 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Mobile/Web Domain Knowledge Skill

Purpose

Provide comprehensive knowledge for analyzing requirements in mobile and web application projects, covering platform differences, UX patterns, and technical considerations.

Application Types

Web Applications

Static Website: HTML/CSS, no server logic Single Page App (SPA): Client-side rendering (React, Vue, Angular) Server-Side Rendering (SSR): Server renders HTML (Next.js, Nuxt) Progressive Web App (PWA): Web app with native-like features

Mobile Applications

Native: Platform-specific (Swift/iOS, Kotlin/Android) Cross-Platform: Single codebase (React Native, Flutter) Hybrid: Web in native container (Ionic, Cordova) PWA: Web app installable on mobile

Comparison

AspectNativeCross-PlatformPWA
PerformanceBestGoodGood
Device AccessFullMostLimited
Development CostHigh (2 codebases)MediumLow
App StoreRequiredRequiredOptional
Update SpeedApp store reviewApp store reviewInstant
OfflineFullFullLimited

Platform Requirements

iOS Considerations

  • Swift/Objective-C or React Native/Flutter
  • iOS 15+ support (recommended)
  • App Store guidelines compliance
  • Apple Sign-In required if social login
  • Face ID/Touch ID for authentication
  • Push notifications via APNs
  • In-app purchases via Apple (30% fee)
  • Privacy nutrition labels

Android Considerations

  • Kotlin/Java or React Native/Flutter
  • Android 12+ support (recommended)
  • Google Play Store guidelines
  • Material Design principles
  • Fingerprint/biometric authentication
  • Push notifications via FCM
  • Multiple screen sizes/densities
  • Permissions model

Web Considerations

  • Browser compatibility (Chrome, Safari, Firefox, Edge)
  • Responsive design (mobile-first)
  • Accessibility (WCAG 2.1 AA)
  • SEO requirements
  • Performance (Core Web Vitals)
  • Progressive enhancement

Common Requirements Patterns

Authentication

Requirements:

REQ-AUTH-001: User shall login with email and password
REQ-AUTH-002: User shall login with social accounts (Google, Facebook, Apple)
REQ-AUTH-003: User shall use biometric authentication (Face ID, Touch ID, Fingerprint)
REQ-AUTH-004: Session shall expire after 30 minutes of inactivity
REQ-AUTH-005: User shall reset password via email link

Security Considerations:

  • Secure token storage (Keychain/Keystore)
  • Certificate pinning
  • HTTPS only
  • OAuth 2.0/OIDC standards
  • Rate limiting

Offline Functionality

Levels of Offline Support:

Level 1: Read-only Cache

  • View previously loaded data
  • No modifications offline
  • Simple implementation

Level 2: Optimistic Updates

  • View cached data
  • Make changes offline
  • Sync when online
  • Conflict resolution needed

Level 3: Full Offline

  • Complete feature set offline
  • Queue all actions
  • Complex sync logic
  • Background sync

Requirements Example:

REQ-OFFLINE-001: App shall cache last 50 orders for offline viewing
REQ-OFFLINE-002: App shall indicate offline status to user
REQ-OFFLINE-003: App shall queue actions when offline
REQ-OFFLINE-004: App shall auto-sync when connection restored
REQ-OFFLINE-005: App shall notify user of sync conflicts

Push Notifications

Types:

  • Transactional: Order updates, password reset
  • Marketing: Promotions, recommendations
  • Re-engagement: Cart abandonment, inactive user

Requirements:

REQ-PUSH-001: User shall receive order status notifications
REQ-PUSH-002: User shall opt-in to marketing notifications
REQ-PUSH-003: Notification shall deep-link to relevant screen
REQ-PUSH-004: User shall manage notification preferences in settings

Technical:

  • iOS: APNs (Apple Push Notification service)
  • Android: FCM (Firebase Cloud Messaging)
  • Web: Web Push API

Performance Requirements

Mobile Performance:

REQ-PERF-001: App shall launch in < 2 seconds (cold start)
REQ-PERF-002: Screen transitions shall complete in < 300ms
REQ-PERF-003: API responses shall complete in < 2 seconds
REQ-PERF-004: App shall maintain 60 fps during scrolling
REQ-PERF-005: Crash rate shall be < 1%

Web Performance (Core Web Vitals):

REQ-PERF-010: LCP (Largest Contentful Paint) < 2.5 seconds
REQ-PERF-011: FID (First Input Delay) < 100ms
REQ-PERF-012: CLS (Cumulative Layout Shift) < 0.1
REQ-PERF-013: TTI (Time to Interactive) < 3.8 seconds

Responsive Design

Breakpoints:

  • Mobile: < 768px
  • Tablet: 768px - 1024px
  • Desktop: > 1024px

Requirements:

REQ-RESP-001: Layout shall adapt to screen sizes 320px to 2560px
REQ-RESP-002: Touch targets shall be minimum 44x44 pixels on mobile
REQ-RESP-003: Content shall be readable without horizontal scroll
REQ-RESP-004: Images shall use responsive sizing (srcset)

Accessibility (WCAG 2.1)

Requirements:

REQ-A11Y-001: All images shall have alt text
REQ-A11Y-002: Color contrast ratio shall be 4.5:1 minimum
REQ-A11Y-003: All interactive elements shall be keyboard accessible
REQ-A11Y-004: Form fields shall have visible labels
REQ-A11Y-005: Error messages shall be associated with fields
REQ-A11Y-006: App shall support screen readers (VoiceOver, TalkBack)

Key UX Patterns

Navigation

  • Tab bar (mobile): 3-5 main sections
  • Hamburger menu: Secondary navigation
  • Bottom sheets: Contextual actions
  • Modal dialogs: Focused tasks

Forms

  • Single column layout (mobile)
  • Keyboard type matching input
  • Inline validation
  • Clear error messages
  • Progress indicators for multi-step

Loading States

  • Skeleton screens
  • Pull to refresh
  • Infinite scroll vs pagination
  • Optimistic UI updates

Gestures (Mobile)

  • Tap: Primary action
  • Long press: Secondary menu
  • Swipe: List actions, navigation
  • Pinch: Zoom

App Store Considerations

App Store (iOS)

  • Review time: 24-48 hours
  • Human review for initial submission
  • Reject reasons: bugs, crashes, guideline violations
  • Required: Privacy policy, age rating
  • In-app purchases: 15-30% commission

Google Play (Android)

  • Review time: Few hours to days
  • Automated + human review
  • Required: Privacy policy, age rating
  • In-app purchases: 15-30% commission

Common Rejection Reasons

  • Crashes or bugs
  • Incomplete functionality
  • Privacy issues
  • Guideline violations
  • Misleading metadata
  • Broken links

Analytics & Tracking

Key Events:

  • App install/open
  • Screen views
  • Feature usage
  • Conversion events
  • Errors/crashes

Tools:

  • Firebase Analytics
  • Mixpanel
  • Amplitude
  • App Store Connect / Google Play Console

Questions for Stakeholders

  • Native vs cross-platform vs PWA?
  • Which platforms and versions to support?
  • Offline functionality needed?
  • Push notification use cases?
  • Performance expectations?
  • Accessibility requirements?
  • App store presence required?
  • Analytics requirements?

References

  • Apple Human Interface Guidelines
  • Material Design Guidelines
  • Web Content Accessibility Guidelines (WCAG)
  • Core Web Vitals Documentation

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.27%
按下载量换算2,808

Claude

29.62%
按下载量换算2,232

Cursor

18.12%
按下载量换算1,365

Gemini CLI

8.09%
按下载量换算610

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills