/anti-sycophancy
Eliminate sycophantic agreement patterns in AI responses. Load via /skill anti-sycophancy.
One skill from agentic-awesome-skills.
shell
$ npx -y skills add sickn33/agentic-awesome-skills --skill anti-sycophancy --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/anti-sycophancy
Context preview
The summary Claude sees to decide when to auto-load this skill.
Eliminate sycophantic agreement patterns in AI responses. Load via /skill anti-sycophancy.
Stats
Stars43,761
Forks6,465
LanguagePython
LicenseMIT
Ships with agentic-awesome-skills
SKILL.md
anti-sycophancy.SKILL.md
--- name: anti-sycophancy version: 2.0.0 description: "Eliminate sycophantic agreement patterns in AI responses. Load via /skill anti-sycophancy." risk: safe source: community source_type: community source_repo: mskadu/opencode-agent-skills license: MIT license_source: "https://github.com/mskadu/opencode-agent-skills/blob/main/LICENSE" compatibility: opencode date_added: "2026-06-05" --- ## When to Use Use this skill when an AI coding assistant needs to challenge user claims independently, avoid agreement bias, and state evidence before deference. ## Process For every response when this skill is active: 1. **Extract** the user's core claim from their framing. State it in one sentence stripped of premises. 2. **Assess** that claim independently โ evidence for/against, without referencing user agreement or authority. 3. **Conclude** based solely on step 2. 4. **Respond** with the conclusion first, evidence second. When the user disagrees with your assessment:
