🎯

writing-landing-page-copy

🎯Skill

from wesleysmits/agent-skills

VibeIndex|
What it does

Generates persuasive, conversion-focused landing page copy by following structured copywriting best practices and crafting compelling headlines, subheadings, and value propositions.

πŸ“¦

Part of

wesleysmits/agent-skills(29 items)

writing-landing-page-copy

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add wesleysmits/agent-skills --skill writing-landing-page-copy
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Antigravity Agent Skills Library

A curated collection of 43 production-ready skills for AI coding agents. Each skill provides structured instructions, workflows, and patterns that help agents perform specialized tasks with consistency and quality.

What Are Agent Skills?

Agent skills are markdown files that teach AI coding agents how to perform specific tasks. They live in the .agent/skills/ directory of your project and are automatically discovered by compatible agents. Each skill includes:

  • Triggers: When the skill should be activated
  • Workflows: Step-by-step processes to follow
  • Patterns: Code templates and best practices
  • Validation: Checklists to verify quality

Quick Start

  1. Copy the skills you need from .agent/skills/ to your project:

```bash

# Copy all skills

cp -r .agent/skills/ /path/to/your/project/.agent/skills/

# Or copy individual skills

cp -r .agent/skills/unit-test-generator/ /path/to/your/project/.agent/skills/

```

  1. Customize template skills (like brand-identity-template) with your specific requirements.
  1. Use the skills by asking your agent to perform related tasks. The agent will automatically reference the appropriate skill.

---

πŸ€– Agent Compatibility

This skills library works with multiple AI coding agents:

| Agent | Instruction File | Status |

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

| Windsurf | .agent/skills/ | βœ… Native support |

| Claude Code | CLAUDE.md | βœ… Supported |

| GitHub Copilot | .github/copilot-instructions.md | βœ… Supported |

| Cursor | .cursor/rules/ + AGENTS.md | βœ… Supported |

| Zed | AGENTS.md | βœ… Supported |

| Aider | AGENTS.md (via config) | βœ… Supported |

All agents read from the same .agent/skills/ folder β€” the compatibility files just point agents to the right location.

---

πŸ› οΈ Development & Engineering Skills (17)

| Skill | Description |

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

| [accessibility-auditor](.agent/skills/accessibility-auditor/) | Checks components and pages for WCAG 2.1 accessibility violations. Use for a11y, WCAG compliance, screen readers, aria labels, keyboard navigation. |

| [api-typescript-generator](.agent/skills/api-typescript-generator/) | Generates TypeScript interfaces from API responses or OpenAPI schemas. Use for typing API responses, creating interfaces from JSON. |

| [cicd-config-builder](.agent/skills/cicd-config-builder/) | Generates CI/CD pipeline configurations for GitHub Actions, GitLab CI, or CircleCI. Use for workflows, deployment automation. |

| [commit-message-formatter](.agent/skills/commit-message-formatter/) | Formats Git commit messages following Conventional Commits conventions. Use for commit writing or staged changes documentation. |

| [database-schema-manager](.agent/skills/database-schema-manager/) | Analyzes database schemas and suggests improvements for Prisma, TypeORM, or Drizzle. Use for migrations or ORM setup. |

| [design-token-validator](.agent/skills/design-token-validator/) | Ensures CSS and components only use approved design tokens. Use for design system enforcement. |

| [e2e-testing-patterns](.agent/skills/e2e-testing-patterns/) | Master end-to-end testing with Playwright and Cypress. Use for implementing E2E tests or debugging flaky tests. |

| [error-handling-patterns](.agent/skills/error-handling-patterns/) | Master error handling patterns including exceptions, Result types, and graceful degradation. |

| [image-optimizer](.agent/skills/image-optimizer/) | Optimizes images and generates responsive markup. Use for WebP/AVIF, srcset, responsive images. |

| [marketplace-integration-helper](.agent/skills/marketplace-integration-helper/) | Generates boilerplate for e-commerce API integrations. Use for WooCommerce, Shopify, Bol.com, or Etsy APIs. |

| [performance-profiler](.agent/skills/performance-profiler/) | Runs performance audits using Lighthouse and Web Vitals. Use for page speed or Core Web Vitals optimization. |

| [pr-linter-enforcer](.agent/skills/pr-linter-enforcer/) | Runs ESLint, Prettier, and stylelint against changed files. Use for linting or PR review. |

| [react-component-architect](.agent/skills/react-component-architect/) | Scaffolds React/Next.js components with TypeScript, CSS modules, tests, and Storybook stories. |

| [security-threat-detector](.agent/skills/security-threat-detector/) | Scans code for security vulnerabilities. Use for OWASP issues, XSS, SQL injection, or code audits. |

| [unit-test-generator](.agent/skills/unit-test-generator/) | Generates unit tests for changed files. Use for Jest, Vitest, Playwright, or Mocha tests. |

| [vue-component-architect](.agent/skills/vue-component-architect/) | Scaffolds Vue/Nuxt components with Composition API, CSS modules, Vitest tests, and Storybook. |

| [wordpress-fse-generator](.agent/skills/wordpress-fse-generator/) | Generates WordPress Full Site Editing blocks and theme files. Use for Gutenberg or FSE themes. |

---

✍️ Content & Marketing Skills (23)

| Skill | Description |

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

| [ad-copy-generator](.agent/skills/ad-copy-generator/) | Creates platform-specific ad copy for paid campaigns with A/B variants. Use for PPC, Google, Facebook, LinkedIn ads. |

| [blog-outline-generator](.agent/skills/blog-outline-generator/) | Creates structured blog post outlines based on topics and keywords. Use for content planning. |

| [brand-identity-template](.agent/skills/brand-identity-template/) | Template skill for brand guidelines, design tokens, and voice/tone. Customize for your brand. |

| [brand-voice-guide-generator](.agent/skills/brand-voice-guide-generator/) | Creates comprehensive brand voice and tone documentation with messaging pillars. |

| [case-study-creator](.agent/skills/case-study-creator/) | Writes compelling customer success stories with measurable results.

More from this repository10

🎯
writing-long-form-content🎯Skill

Helps AI agents systematically draft comprehensive, well-structured long-form written content like articles, reports, or essays by providing a step-by-step workflow for research, outlining, writing...

🎯
generating-webinar-slide-decks🎯Skill

Generates professional webinar slide decks by following structured design guidelines, content organization principles, and visual presentation best practices.

🎯
building-cicd-configs🎯Skill

Generates standardized, best-practice CI/CD configuration files (like GitHub Actions workflows, GitLab CI configs, or Jenkins pipelines) for software development projects.

🎯
implementing-e2e-testing🎯Skill

Skill

🎯
generating-blog-outlines🎯Skill

Skill

🎯
repurposing-content🎯Skill

Transforms existing content into different formats, styles, or target audiences while preserving the original message and intent.

🎯
generating-faqs-and-help-content🎯Skill

Generates comprehensive, user-friendly FAQs and help documentation by systematically breaking down complex topics into clear, concise, and structured question-and-answer formats.

🎯
writing-youtube-video-scripts🎯Skill

Helps AI agents systematically craft engaging YouTube video scripts by providing structured workflows, storytelling techniques, and content creation best practices.

🎯
creating-infographic-data-summaries🎯Skill

Transforms complex data sets into visually compelling, easy-to-understand infographic summaries by extracting key insights, identifying meaningful patterns, and designing concise graphical represen...

🎯
building-email-newsletters🎯Skill

Helps AI agents systematically design, structure, and generate professional email newsletters by providing step-by-step workflows and best practices for content creation and formatting.