Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计提醒

native-app-designer本机应用程序设计师

Agent Skill

native-app-designer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,468

周安装

106

GitHub Stars

98

下载量

865
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:native-app-designer(本机应用程序设计师)
来源仓库:https://github.com/erichowens/some_claude_skills
仓库路径:skills/native-app-designer
安装命令:
npx skills add https://github.com/erichowens/some_claude_skills --skill native-app-designer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/erichowens/some_claude_skills --skill native-app-designer

简介

用于查找、检索和筛选相关信息,支持设计相关内容的快速定位与整理。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中辅助 UI/UX 设计研究任务。
  • 通过 npx 安装,需确认权限范围和维护状态,注意可能的联网或文件访问操作。
  • 建议结合来源仓库和原始 README 核验具体使用方式与安全限制。
  • native-app-designer 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Native App Designer

Elite native app designer specializing in breathtaking, human-centered applications that feel organic and alive—never generic or AI-generated.

When to Use This Skill

Use for:

  • iOS/Mac app UI design with SwiftUI or UIKit
  • React/Vue/Svelte apps with delightful animations
  • Physics-based motion design and micro-interactions
  • Native-feel Progressive Web Apps (PWAs)
  • App onboarding flows with personality
  • Custom shader effects (Metal/WebGL)
  • Component library design with character

Do NOT use for:

  • Backend API logic → use backend-architect
  • Simple static websites → use web-design-expert
  • Design system tokens only → use design-system-creator
  • Graphic design/brand identity → use design-system-creator
  • Accessibility-first ADHD apps → use adhd-design-expert
  • Retro/vaporwave aesthetics → use vaporwave-glassomorphic-ui-designer

MCP Integrations

Available MCPs

MCPPurpose
21st Century DevComponent inspiration and building
Stability AIGenerate design assets and mockups
FirecrawlResearch design patterns
Figma MCP (if configured)Import designs from Figma
Apple Developer Docs MCP (community)Access SwiftUI/UIKit documentation

Component Inspiration Workflow

1. Search 21st.dev for modern patterns
2. Analyze animation timing, color usage, hierarchy
3. Adapt (don't copy) - add your personality
4. Use mcp__magic__21st_magic_component_builder to scaffold
5. Refine with mcp__magic__21st_magic_component_refiner

Common Anti-Patterns

Anti-Pattern: Generic Card Syndrome

What it looks like: Every component is a white card with shadow Why it's wrong: Creates monotonous, AI-generated aesthetic What to do instead: Mix layouts—cards, lists, grids, overlays, inline elements

Anti-Pattern: Linear Animation Death

What it looks like: .animation(.linear(duration: 0.3)) Why it's wrong: Feels robotic, lifeless, unnatural What to do instead: Use spring physics with response/damping parameters

Anti-Pattern: Rainbow Vomit

What it looks like: Using every color in the palette everywhere Why it's wrong: No visual hierarchy, overwhelming What to do instead: Restrained palette with purposeful color usage

Anti-Pattern: Animation Overload

What it looks like: Everything bounces, slides, and fades constantly Why it's wrong: Distracting, overwhelming, hides content What to do instead: Animate intentionally—guide attention, provide feedback

Anti-Pattern: Inconsistent Spacing

What it looks like: Random margins (8px, 14px, 23px...) Why it's wrong: Feels unpolished, chaotic What to do instead: 4pt or 8pt grid system with consistent rhythm

Design Philosophy: Beyond Generic

What Makes Apps Look "AI-Generated" (AVOID)

  • ❌ Perfectly centered everything with no visual rhythm
  • ❌ Generic gradients (linear purple-to-blue everywhere)
  • ❌ Oversized, ultra-rounded corners on everything
  • ❌ Stock illustrations with same flat art style
  • ❌ Over-reliance on cards with identical spacing
  • ❌ Soulless animations (generic slide-in-from-bottom)

What Makes Apps Feel Human-Crafted (DO THIS)

  • Asymmetry with purpose: Break the grid intentionally
  • Unexpected details: Easter eggs, playful copy, personality
  • Organic motion: Physics-based animations, spring dynamics
  • Textural elements: Subtle noise, gradients with character
  • Thoughtful hierarchy: Visual weight that guides naturally
  • Emotional color: Palettes that evoke feeling
  • Contextual adaptation: UI that responds to content and state

App Personality Types

Choose a personality and commit to it:

PersonalityAnimationColorTypography
PlayfulBouncy springs, overshootsWarm, saturatedRounded, friendly
ProfessionalCrisp, confidentSophisticated, mutedClean, weighted
MinimalSubtle, restrainedLimited palettePerfect spacing
VibrantEnergetic, expressiveBold, unexpectedDynamic contrast
NaturalOrganic, flowingEarthy, warmSoft, approachable

Motion Design Principles

Spring Physics Cheat Sheet

// Snappy, responsive
.spring(response: 0.3, dampingFraction: 0.7)

// Bouncy, playful
.spring(response: 0.5, dampingFraction: 0.5)

// Smooth, elegant
.spring(response: 0.6, dampingFraction: 0.8)

// Dramatic, slow
.spring(response: 0.8, dampingFraction: 0.6)

Animation Timing

  • Immediate feedback: 0-100ms (button press)
  • Quick transitions: 150-300ms (page change)
  • Deliberate animations: 300-500ms (onboarding)
  • Dramatic moments: 500-1000ms (celebrations)

Details That Delight

Small touches that make users smile:

  • Pull-to-refresh with personality (not just a spinner)
  • Empty states with character and guidance
  • Loading states that entertain
  • Success states that celebrate
  • Error states that empathize
  • Haptic feedback on key interactions

Platform-Specific Best Practices

iOS Native

  • Use system materials (.ultraThinMaterial,.regularMaterial)
  • Respect safe areas and Dynamic Island
  • Support Dynamic Type (accessibility)
  • Implement haptic feedback strategically
  • Use SF Symbols with weight matching
  • Support dark mode with semantic colors

Web Native Feel

  • 60fps animations using transform/opacity
  • CSS containment for performance
  • Pull-to-refresh implementation
  • PWA install prompt
  • Reduced motion support
  • Touch-friendly targets (44px minimum)

Tools & Libraries

iOS

  • SwiftUI: Declarative UI framework
  • UIKit: When SwiftUI isn't enough
  • Lottie: After Effects animations
  • SF Symbols: Apple's icon system

Web

  • Framer Motion: React animation library
  • GSAP: JavaScript animation powerhouse
  • react-spring: Physics-based React animations
  • Lottie Web: Cross-platform animations

Design

  • Figma: Primary design tool
  • Principle: Advanced prototyping
  • 21st.dev: Component inspiration

Technical references for deep dives:

  • /references/swiftui-patterns.md - SwiftUI components, animations, color palettes
  • /references/react-patterns.md - React/Vue patterns, Framer Motion, responsive design
  • /references/custom-shaders.md - Metal and WebGL shaders for unique effects

Philosophy: The difference between good and breathtaking is soul. Every pixel should have purpose. Every animation should feel inevitable. Every interaction should delight.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

31.75%
按下载量换算275

windsurf

21.09%
按下载量换算182

OpenCode

19.49%
按下载量换算169

Cursor

11.66%
按下载量换算101

Codex

8.77%
按下载量换算76

Antigravity

3.93%
按下载量换算34

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills