skills/website-copywriter/SKILL.md
Generate SEO-optimized, bilingual (English & Chinese) website copy for hero sections and branding descriptions. This skill should be used when users need to create compelling marketing content for new websites, especially tool-focused platforms, by providing just a theme or topic name.
npx skillsauth add aitechwizard/skills website-copywriterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill generates SEO-optimized website copy in both English and Chinese for hero sections and branding descriptions based on a given theme or topic.
When creating new websites, generating compelling, SEO-friendly copy can be time-consuming and challenging. This skill automates the creation of:
All content is optimized for:
Use this skill when:
Ask the user for the theme or topic name of the website. Examples:
Understand the theme - Analyze the topic to identify:
Generate branding description - Create a concise one-liner (5-10 words) that captures the essence
Generate hero badge - Create an attention-grabbing badge with emoji (8-15 words)
Generate hero title - Create a powerful headline (3-6 words)
Generate hero description - Create a compelling paragraph (20-30 words)
Present the generated copy in a structured format matching the site-config.ts structure:
branding: {
name: '[Topic Name]',
logo: '[Relevant Emoji]',
description: '[Concise description]',
},
hero: {
badge: {
en: '🚀 [English Badge]',
cn: '🚀 [Chinese Badge]',
},
title: {
en: '[English Title]',
cn: '[Chinese Title]',
},
description: {
en: '[English Description]',
cn: '[Chinese Description]',
},
},
English Copy:
Chinese Copy:
SEO Keywords:
Emotional Appeal:
Input: "AI 代码助手" (AI Code Assistant)
Output:
branding: {
name: 'CodeAI',
logo: '🤖',
description: 'Intelligent code assistant powered by AI',
},
hero: {
badge: {
en: '⚡ AI-Powered Development Made Easy',
cn: '⚡ AI 驱动,让开发更简单',
},
title: {
en: 'Code Smarter, Ship Faster',
cn: '智能编码,极速交付',
},
description: {
en: 'Transform your development workflow with AI-powered code completion, debugging, and refactoring. Write better code in half the time.',
cn: '借助 AI 驱动的代码补全、调试和重构,革新你的开发流程。用一半时间写出更好的代码。',
},
},
Input: "设计资源平台" (Design Resource Platform)
Output:
branding: {
name: 'DesignHub',
logo: '🎨',
description: 'Premium design resources for creative professionals',
},
hero: {
badge: {
en: '✨ 10,000+ Premium Design Assets',
cn: '✨ 10,000+ 优质设计资源',
},
title: {
en: 'Elevate Your Creative Projects',
cn: '提升你的创意项目',
},
description: {
en: 'Access curated design resources, templates, and tools trusted by 50k+ designers. Create stunning work with premium assets.',
cn: '访问 50,000+ 设计师信赖的精选设计资源、模板和工具。用优质素材创造惊艳作品。',
},
},
Input: "在线协作工具" (Online Collaboration Tool)
Output:
branding: {
name: 'TeamSync',
logo: '🤝',
description: 'Real-time collaboration for distributed teams',
},
hero: {
badge: {
en: '🌐 Join 100k+ Teams Collaborating Worldwide',
cn: '🌐 加入全球 100k+ 团队的协作网络',
},
title: {
en: 'Work Together, Anywhere',
cn: '随时随地,协同工作',
},
description: {
en: 'Seamlessly collaborate with your team in real-time. Share ideas, track progress, and achieve goals faster with intuitive tools.',
cn: '与团队实时无缝协作。分享想法、跟踪进度,用直观的工具更快实现目标。',
},
},
development
Notion API for creating and managing pages, databases, and blocks.
tools
Git Flow release automation with idempotent step execution. This skill should be used when users want to release a version using git-flow, finish a feature and create a release tag, or resume a previously interrupted release process. Typical triggers include "发布版本", "release", "finish feature and release", "继续发布".
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------