trust-badges-generator
When the user wants to add or optimize trust badges, "Trusted by" logos, security seals, or social proof elements. Also use when the user mentions "trust badges," "trusted by," "security badges," "payment logos," "social proof," "trust seals," "SSL badge," "customer logos," "as seen in," or "trust signals." For press logos, use press-coverage-page-generator.
What this skill does
# Components: Trust Badges Guides trust badge design and placement for conversion. Trust badges borrow authority from third-party organizations to signal legitimacy and reduce purchase anxiety. **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 key partners and certifications. Identify: 1. **Site type**: E-commerce, SaaS, lead gen 2. **Available badges**: Security, payment, reviews, guarantees 3. **Placement goals**: Hero, checkout, product pages ## Badge Types & Impact | Type | Best Placement | Conversion Impact | |------|----------------|-------------------| | **Security** (SSL, Norton, McAfee) | Checkout, payment forms | +15–10% for unfamiliar brands | | **Payment logos** (Visa, PayPal, Stripe) | Checkout, cart | +8→2% trust | | **Money-back guarantee** | Product, checkout | +6–10% | | **Reviews/ratings** (Trustpilot, BBB) | Product, hero | +12→8% | | **Privacy/compliance** (GDPR, CCPA) | Forms, checkout | Data-sensitive transactions | **"Trusted by" logos**: Client/customer logos in hero or footer; social proof for B2B. **"As Seen In"** (press coverage): Publication logos; see **press-coverage-page-generator** for media mentions aggregation. ## Best Practices ### Quantity - **3→ badge types max**; more can cause "badge bloat" and reduce conversions by 5→% - Quality over quantity; use only legitimate, verifiable badges ### Placement - **Highest leverage**: Cart and checkout (near payment fields) - **Product pages**: Near add-to-cart button - **Hero**: "Trusted by" logos for brand credibility - **Footer**: Secondary trust signals ### Authenticity - Use only real, verifiable badges - Fake or irrelevant badges create skepticism - Link to verification where appropriate ## Design Guidelines - Consistent size and style; don't mix clashing visuals - **Image optimization**: Alt text, format—see **image-optimization** - Adequate spacing; avoid clutter - Grayscale or muted for "Trusted by" logos (don't compete with primary content) - Ensure badges are recognizable at display size ## Accessibility - Provide `alt` text for badge images (e.g., "Norton Secured") - Don't rely on badges alone for critical information ## Output Format - **Badge recommendations** by type and placement - **Placement map** (hero, product, checkout) - **Quantity** guidance (avoid bloat) ## Related Skills - **landing-page-generator**: Trust signals as step 2 (earn trust) in landing page flow - **hero-generator**: "Trusted by" often in hero - **testimonials-generator**: Complementary social proof - **cta-generator**: Badges near CTAs increase conversion - **pricing-page-generator**: Trust badges on pricing pages - **image-optimization**: Badge image optimization (alt, format) - **press-coverage-page-generator**: "As Seen In" publication logos; similar visual treatment; distinct (press = media coverage; trust-badges = security, payment, reviews) - **brand-protection**: "Official website" badges to distinguish from impersonation sites
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.