mcpbeat Sign in

Signup Login Page Generator Agent Skill

When the user wants to create, optimize, or audit signup and login pages. Also use when the user mentions "signup page," "login page," "registration page," "auth page," "sign up form," "create account," "student discount at signup," or "auth subdomain." For indexing/auth URLs, use indexing.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
836
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/kostja94/marketing-skills --skill signup-login-page-generator

The instruction itself

12 sections, as written by the author

Pages: Signup / Login

Guides signup and login page structure, domain choice, modal vs dedicated page, discount integration, and SEO. Signup is the conversion endpoint from landing pages and pricing; when discounts apply at registration (e.g., student discount), signup is the P0 placement. Distinct from landing-page-generator (acquisition); newsletter-signup-generator (email capture only).

When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

Initial Assessment

Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for product, audience, and offers.

Identify:

  • Goal: Account creation, trial, paid signup
  • Discounts: Student, annual, promo code—apply at signup?
  • Auth: Self-built vs third-party (Auth0, Clerk, etc.)
  • Audience: General vs segmented (students, startups)

Domain & URL

| Option | Use |

|--------|-----|

| Main domain | /signup, /login, /auth; simple; common for SaaS |

| Subdomain | auth.example.com; Universal Login pattern; credentials not cross-origin; requires Cookie domain config for cross-subdomain session |

| Third-party | Redirect to Auth0, Clerk, etc.; provider hosts auth |

Paths: /signup, /login, /register, /auth; keep short and consistent.

| Approach | Use |

|----------|-----|

| Dedicated page | Account creation; discount verification; student verification; higher-quality leads; fewer fake emails |

| Modal / popup | Lightweight lead capture; newsletter; quick demo request; lower quality, higher volume |

When discount applies at signup (e.g., student 30% off): Use dedicated page—user needs space for verification, discount display, and form. Modal can work for simple email-only capture; avoid for full account + verification flows.

Mobile: Google penalizes intrusive interstitials; dedicated page avoids penalty.

Page Structure

| Section | Purpose |

|---------|---------|

| Headline | Value-focused; "Start free" or "Students: 30% off today, 15% off ongoing" |

| Trust signals | SSL, payment logos, privacy, customer logos; see trust-badges-generator |

| Media | Product screenshot, short video, or demo GIF above fold; reinforces value |

| Form | Minimal fields; email first; social login (Google, GitHub) reduces friction |

| Discount block | Student discount, annual discount, promo code; verification entry when applicable |

| Privacy / Terms | Links; compliance |

Discount Integration

Student / Education (education-program)

| Element | Placement |

|---------|-----------|

| Headline or subhead | "Students: 30% off today, 15% off ongoing" |

| Verification | .edu, SheerID, UNiDAYS; verify at signup to apply discount |

| Eligibility | Brief eligibility; link to full terms |

P0 placement: When student discount applies at registration, signup page is primary; pricing page and homepage banner are P1.

Other Discounts

  • Annual discount: Show when user selected annual plan from pricing; confirm before submit
  • Promo code: "Have a code?" link or inline field; validate before or after submit

Form & Verification

  • Minimal fields: Email only when possible; add name only if needed; see newsletter-signup-generator
  • Social login: Google, GitHub; reduces friction; faster than email form
  • Verification entry: .edu (instant), SheerID/UNiDAYS (broader); see education-program
  • Progressive: Collect email first; verify student; then complete profile if needed

SEO

| Page | Meta | Reason |

|------|------|--------|

| Login | noindex, nofollow | No search value; security risk; indexed login pages can confuse users |

| Signup | noindex, follow | Block from SERP; allow crawl of links (Privacy, Terms) |

Implementation: Use <meta name="robots" content="noindex"> or X-Robots-Tag header. robots.txt does not prevent indexing—crawlers must access the page to read the directive. See indexing for full noindex page-type list.

Output Format

  • Domain and URL choice
  • Modal vs page recommendation
  • Structure (headline, trust, media, form, discount block)
  • Discount integration (student, annual, promo)
  • SEO meta tags
  • Related skills for execution
  • indexing: Full noindex page-type list; noindex,follow vs noindex,nofollow
  • education-program: Student discount at signup (P0); verification; placement
  • landing-page-generator: Signup is CTA destination; landing page structure applies to signup when signup is conversion endpoint
  • popup-generator: Modal option for lightweight capture; signup as full form → dedicated page
  • newsletter-signup-generator: Form design; minimal fields; trust signals
  • trust-badges-generator: Trust signals on signup
  • pricing-page-generator: Pricing CTA → signup; annual discount flows to signup
  • website-structure: /login, /signup in Standalone paths

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take kostja94/signup-login-page-generator from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.