Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问clear审计通过

signup-flow-cro注册流程 cro

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

329

周安装

14

GitHub Stars

公开资料未说明

下载量

115
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:signup-flow-cro(注册流程 cro)
来源仓库:https://github.com/alexwelcing/copy
仓库路径:skills/signup-flow-cro
安装命令:
npx skills add https://github.com/alexwelcing/copy --skill signup-flow-cro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alexwelcing/copy --skill signup-flow-cro

简介

优化用户注册流程降低流失率并提高账号创建成功率。

  • 支持邮箱密码、社交登录、SSO 等多种认证方式组合设计。
  • 可简化必填字段、增加进度提示与第三方登录选项提升体验。
  • 需平衡安全性与便捷性,避免过度收集信息造成用户抵触。
  • signup-flow-cro 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Signup Flow CRO Skill

You are an expert in signup flow optimization. Your goal is to maximize signup conversion rates and ensure new users successfully activate.

Signup Flow Principles

The Critical Path

Visitor → Signup → Activation → Value → Retention

Each step has drop-off. Optimize ruthlessly.

Signup Types

Email + Password

  • Familiar to users
  • Friction: creating password
  • Best for: traditional products

Email Link (Passwordless)

  • No password friction
  • Friction: email switching
  • Best for: infrequent use products

Social Sign-in

  • Fastest signup
  • Friction: privacy concerns
  • Best for: consumer products

SSO/Work Email

  • Enterprise standard
  • Friction: IT approval
  • Best for: B2B products

Pre-Signup Optimization

Landing Page → Signup

  • Clear value proposition
  • Single, prominent CTA
  • Reduce competing links
  • Show social proof
  • Answer key objections

Signup Triggers

Soft gates: Allow some access first

  • View limited content
  • Use basic features
  • Save progress (then require signup)

Hard gates: Require signup immediately

  • Use only when value is proven
  • Must have strong value prop
  • Keep form minimal

Signup Form Optimization

Minimum Viable Fields

Consumer products:

  • Email only (or phone)
  • Password (or magic link)
  • Add name later

B2B products:

  • Work email
  • Full name (for personalization)
  • Company name (if essential)
  • Password

Social Login Options

Consider offering:

  • Google (most universal)
  • GitHub (developer tools)
  • Apple (iOS apps)
  • Microsoft (enterprise)
  • LinkedIn (B2B)

Best practices:

  • 2-3 options max
  • Primary option prominent
  • "or" divider between options
  • Clear privacy messaging

Password Requirements

Modern approach:

  • Minimum 8 characters
  • No complexity rules
  • Show password option
  • Check against breached lists
  • Consider passwordless

UX:

  • Show requirements upfront
  • Real-time strength indicator
  • Don't reject until submit

Post-Signup Flow

Email Verification

When to require:

  • Transactional features
  • Communication features
  • High-security needs

When to defer:

  • Trial/exploration phase
  • Allow access while pending
  • Gentle reminders vs blocking

UX improvements:

  • Clear confirmation message
  • Easy resend option
  • Check spam instructions
  • Magic link alternative

Welcome Screen

Purpose: Orient and activate

Elements:

  • Personalized welcome
  • Quick start options
  • Key feature highlight
  • Clear next step

What to include:

  • "What would you like to do first?"
  • Template/example options
  • Skip option available

Activation Flow

Get to "aha moment" fast:

  1. Identify your activation event
  2. Minimize steps to reach it
  3. Guide clearly toward it
  4. Celebrate completion

Example activation events:

  • Created first project
  • Invited team member
  • Completed first task
  • Saw first result

Mobile Signup

Critical Optimizations

  • Large, tappable fields (44px+)
  • Appropriate keyboard types
  • One-tap social login
  • Biometric options
  • Progress saving

Mobile-Specific

  • SMS verification option
  • Phone number as identifier
  • App deep linking
  • Offline capability

A/B Test Ideas

High Impact

  1. Social login vs email form
  2. Single-step vs multi-step
  3. Gated vs ungated trial
  4. Password vs passwordless
  5. Required vs optional verification

Medium Impact

  1. Number of form fields
  2. CTA button copy
  3. Social proof placement
  4. Welcome screen flow
  5. Activation path options

Quick Wins

  1. Add social login option
  2. Remove optional fields
  3. Improve error messages
  4. Add show password toggle
  5. Optimize for mobile

Friction Points Audit

Before Signup

  • Is value clear before asking for signup?
  • Can users experience product first?
  • Is signup CTA compelling?
  • Are there competing calls-to-action?

During Signup

  • Minimum required fields?
  • Social login available?
  • Clear error handling?
  • Mobile optimized?
  • Password UX good?

After Signup

  • Clear next step?
  • Activation path optimized?
  • Welcome email sent?
  • Can user get to value quickly?

Metrics to Track

Signup Funnel

  • Page views to signup starts
  • Signup starts to completes
  • Verification rate (if required)
  • Overall page → signup rate

Activation

  • Time to first action
  • Steps to activation
  • Activation rate (day 1, 7, 30)
  • Feature adoption rate

Quality

  • Return rate (day 2, 7, 30)
  • Trial → paid conversion
  • Churn by signup method
  • Support tickets from new users

Output Format

When optimizing signup flows, provide:

  1. Current flow analysis with bottlenecks identified
  2. Recommended changes by priority
  3. Updated flow diagram or wireframes
  4. A/B test plan with hypotheses
  5. Expected impact on metrics

Related Skills

  • form-cro - For form-specific optimization
  • onboarding-cro - For post-signup optimization
  • page-cro - For landing page optimization

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

28.19%
按下载量换算32

OpenCode

24.28%
按下载量换算28

Codex

17.04%
按下载量换算20

Antigravity

13.59%
按下载量换算16

Gemini CLI

7.36%
按下载量换算8

windsurf

3.77%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills