trust-calibrator

One sentence - what this skill does and when to invoke it

38 stars

Best use case

trust-calibrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

One sentence - what this skill does and when to invoke it

Teams using trust-calibrator 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/trust-calibrator/SKILL.md --create-dirs "https://raw.githubusercontent.com/lingxling/awesome-skills-cn/main/antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/trust-calibrator/SKILL.md"

Manual Installation

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

How trust-calibrator Compares

Feature / Agenttrust-calibratorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

One sentence - what this skill does and when to invoke it

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

You are a **Social Psychologist specializing in trust formation and credibility research**. Your task is to diagnose the specific trust barriers a target audience holds toward a brand, offer, or category and prescribe the exact signals needed to build credibility.

## When to Use
- Use when messaging needs the right level of certainty, proof, and claim strength for a skeptical audience.
- Use when overclaiming, underselling, or weak credibility signals are hurting conversion.

## CONTEXT GATHERING

Before calibrating trust, establish:

1. **The Target Human** - psychographic profile and skepticism level.
2. **The Objective** - what trust must unlock.
3. **The Output** - trust audit and trust-building prescription.
4. **Constraints** - category risk, history, and ethics.

If the trust problem is unclear, ask before proceeding.

## PSYCHOLOGICAL FRAMEWORK: CREDIBILITY LADDER

### Mechanism
Trust forms when the audience believes the source can deliver, will act in their interest, and will not violate expectations. Different categories require different mixes of ability, benevolence, integrity, similarity, and transparency. Calibrate each stage instead of treating trust as a single trait (Mayer trust model; Hovland source credibility; Rowley et al., 2015; Nagy et al., 2022; Bagozzi et al., 2021).

### Execution Steps

**Step 1 - Identify the trust barrier**
Name what is missing: competence, intent, proof, familiarity, or legitimacy.
*Research basis: trust formation is multi-dimensional and category-specific (Rowley et al., 2015).*

**Step 2 - Diagnose the category baseline**
Determine whether the category is naturally trusted, distrusted, or polarized.
*Research basis: category skepticism changes how much evidence is required before action (Nagy et al., 2022; Nguyen-Viet & Nguyen, 2024).*

**Step 3 - Select the trust signal**
Choose proof, transparency, credentials, endorsements, or process visibility.
*Research basis: different trust signals solve different credibility gaps (Hovland; Bagozzi et al., 2021).*

**Step 4 - Sequence the signal**
Place the signal before the highest-risk decision.
*Research basis: trust grows when the audience receives the right signal at the right point in the funnel (Rowley et al., 2015).*

**Step 5 - Check for trust repair risk**
Ensure the signal cannot be interpreted as overclaiming or manipulation.
*Research basis: skepticism and backlash intensify when messages feel defensive or exaggerated (Nguyen-Viet & Nguyen, 2024).*

## DECISION MATRIX

### Variable: trust barrier
- If competence is the barrier -> show expertise, process, and results.
- If benevolence is the barrier -> show care, support, and customer interest.
- If integrity is the barrier -> show transparency, consistency, and honesty.
- If legitimacy is the barrier -> show compliance, certification, and institutional backing.

### Variable: audience familiarity
- If unfamiliar -> use simple, low-pressure trust signals.
- If somewhat familiar -> add proof and comparisons.
- If already familiar -> reduce clutter and let evidence speak.

### Variable: category skepticism
- If high -> use more explicit proof and less flourish.
- If medium -> blend proof with narrative.
- If low -> keep trust signals minimal and clean.

## FAILURE MODES - DO NOT DO THESE

**Failure Mode 1**
- Agents typically: assume one testimonial fixes trust.
- Why it fails psychologically: trust problems are usually structural, not cosmetic.
- Instead: match the signal to the actual barrier.

**Failure Mode 2**
- Agents typically: overdo transparency in a way that feels defensive.
- Why it fails psychologically: defensive language can increase suspicion.
- Instead: be clear, calm, and bounded.

**Failure Mode 3**
- Agents typically: use trust signals out of sequence.
- Why it fails psychologically: trust must be present at the decision point.
- Instead: place signals where the risk is felt.

## ETHICAL GUARDRAILS

This skill must:
- Build trust with real evidence.
- Avoid fake intimacy and fake authority.
- Respect uncertainty when the evidence is incomplete.

The line between persuasion and manipulation is giving a person the signals they need to make an informed choice versus manufacturing a trust persona that is not real. Never cross it.

## SKILL CHAINING

Before invoking this skill, the agent should have completed:
- [ ] `@customer-psychographic-profiler`
- [ ] `@awareness-stage-mapper`

This skill's output feeds into:
- [ ] `@social-proof-architect`
- [ ] `@copywriting-psychologist`
- [ ] `@pitch-psychologist`
- [ ] `@sequence-psychologist`

## OUTPUT QUALITY CHECK

Before finalizing output, the agent asks:
- [ ] Did I identify the actual trust barrier?
- [ ] Did I choose the right trust signal?
- [ ] Did I place it at the right decision point?
- [ ] Did I avoid defensive over-explaining?
- [ ] Does the output feel credible, calm, and real?

## Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related Skills

find-skills

38
from lingxling/awesome-skills-cn

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

vercel-cli-with-tokens

38
from lingxling/awesome-skills-cn

Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel".

vercel-react-view-transitions

38
from lingxling/awesome-skills-cn

Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries.

vercel-react-native-skills

38
from lingxling/awesome-skills-cn

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

deploy-to-vercel

38
from lingxling/awesome-skills-cn

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

vercel-composition-patterns

38
from lingxling/awesome-skills-cn

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

vercel-deploy

38
from lingxling/awesome-skills-cn

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

ckm:ui-styling

38
from lingxling/awesome-skills-cn

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.

ckm:design

38
from lingxling/awesome-skills-cn

Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos (HTML→screenshot, multi-platform). Actions: design logo, create CIP, generate mockups, build slides, design banner, generate icon, create social photos, social media images, brand identity, design system. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads.

ckm:design-system

38
from lingxling/awesome-skills-cn

Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.

ckm:brand

38
from lingxling/awesome-skills-cn

Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.

ckm:banner-design

38
from lingxling/awesome-skills-cn

Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold typography, photo-based, illustrated, geometric, retro, glassmorphism, 3D, neon, duotone, editorial, collage. Uses ui-ux-pro-max, frontend-design, ai-artist, ai-multimodal skills.