woocommerce-copy-guidelines

Guidelines for UI text and copy in WooCommerce. Use when writing user-facing text, labels, buttons, or messages.

25 stars

Best use case

woocommerce-copy-guidelines is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Guidelines for UI text and copy in WooCommerce. Use when writing user-facing text, labels, buttons, or messages.

Teams using woocommerce-copy-guidelines should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/woocommerce-copy-guidelines/SKILL.md --create-dirs "https://raw.githubusercontent.com/ComeOnOliver/skillshub/main/skills/aiskillstore/marketplace/woocommerce/woocommerce-copy-guidelines/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/woocommerce-copy-guidelines/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How woocommerce-copy-guidelines Compares

Feature / Agentwoocommerce-copy-guidelinesStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Guidelines for UI text and copy in WooCommerce. Use when writing user-facing text, labels, buttons, or messages.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# WooCommerce Copy Guidelines

This skill provides guidelines for writing user-facing copy in WooCommerce, including UI text, labels, buttons, messages, and documentation.

## Instructions

Follow these guidelines when writing any user-facing text:

1. **Sentence case**: See [sentence-case.md](sentence-case.md) for rules on using sentence case for all UI text

## Key Principles

- Always use sentence case for UI text, not title case
- Keep copy concise and action-oriented
- Use clear, simple language
- Be consistent with existing WooCommerce copy patterns

Related Skills

Copywriting

25
from ComeOnOliver/skillshub

## Purpose

recipe-copy-sheet-for-new-month

25
from ComeOnOliver/skillshub

Duplicate a Google Sheets template tab for a new month of tracking.

woocommerce-markdown

25
from ComeOnOliver/skillshub

Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.

woocommerce-dev-cycle

25
from ComeOnOliver/skillshub

Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.

woocommerce-code-review

25
from ComeOnOliver/skillshub

Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.

woocommerce-backend-dev

25
from ComeOnOliver/skillshub

Add or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend code. **MUST be invoked before writing any PHP unit tests.**

wordpress-woocommerce-development

25
from ComeOnOliver/skillshub

WooCommerce store development workflow covering store setup, payment integration, shipping configuration, and customization.

cc-skill-project-guidelines-example

25
from ComeOnOliver/skillshub

Project Guidelines Skill (Example)

brand-guidelines-community

25
from ComeOnOliver/skillshub

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatt...

brand-guidelines-anthropic

25
from ComeOnOliver/skillshub

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatt...

conversion-copywriting

25
from ComeOnOliver/skillshub

Generate conversion-optimized page copy using VOC research, competitor insights, and proven structures. Use when creating or revising landing pages, service pages, or marketing content.

backend-dev-guidelines

25
from ComeOnOliver/skillshub

Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns.