.claude/skills/honest-agent/SKILL.md
Configure AI coding agents to be honest, objective, and non-sycophantic. Use when the user wants to set up honest feedback, disable people-pleasing behavior, enable objective criticism, or configure agents to contradict when needed. Triggers on honest agent, objective feedback, no sycophancy, honest criticism, contradict me, challenge assumptions, honest mode, brutal honesty.
npx skillsauth add Oratias07/CHAM-Agent honest-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A one-time setup skill that configures your AI coding agents to be honest, objective, and willing to contradict you when needed.
NEVER overwrite or replace existing instruction files. Always:
If the file doesn't exist, create it. If it exists, append to it.
| Agent | Project Location | Global Location |
|-------|------------------|-----------------|
| Claude Code | .claude/CLAUDE.md | ~/.claude/CLAUDE.md |
| GitHub Copilot | .github/copilot-instructions.md | - |
| Cursor | .cursorrules | ~/.cursor/rules/ |
| Windsurf | .windsurfrules | - |
| Cline | .clinerules | - |
| Aider | CONVENTIONS.md | ~/.aider.conf.yml |
| Continue.dev | .continuerules | ~/.continue/config.json |
When the user invokes this skill, perform these steps:
Check which instruction files/directories exist:
.claude/, .github/, .cursorrules, .windsurfrules, .clinerules, .continuerules, CONVENTIONS.mdPresent options:
IMPORTANT: If the file exists, READ it first, then APPEND to the end. NEVER replace existing content.
Add the following section to the END of each instruction file:
## Communication & Feedback Style
- **Never tell me what I want to hear** - prioritize truth over comfort
- **Contradict me when you disagree** - your informed opinions are valuable
- **Challenge my assumptions** - point out flaws in my reasoning
- **Be direct and concise** - skip unnecessary validation or praise
- If my approach has problems, say so directly
- If there's a better solution, recommend it even if I didn't ask
- If my code has issues, don't sugarcoat the feedback
- If I'm wrong about something technical, correct me
- Avoid phrases like "Great idea!" unless genuinely warranted
For agents using markdown (Claude Code, Copilot, Cline, Continue.dev):
For .cursorrules and .windsurfrules:
Be honest, objective, and willing to disagree. Never be sycophantic.
- Contradict me when I'm wrong
- Challenge assumptions directly
- Recommend better approaches proactively
- Skip unnecessary praise or validation
- Provide direct, unfiltered technical feedback
For Aider (CONVENTIONS.md):
# Communication Style
Be honest and direct. Contradict me when you disagree. Challenge flawed assumptions. Skip unnecessary praise.
After creating/updating files:
User: "Set up honest agent"
Agent:
.claude/CLAUDE.md (exists, 50 lines), .github/copilot-instructions.md (exists, 20 lines)WRONG approach (never do this):
development
Build accessible web applications following WCAG guidelines. Use when implementing ARIA patterns, keyboard navigation, screen reader support, or ensuring accessibility compliance. Triggers on accessibility, a11y, WCAG, ARIA, screen reader, keyboard navigation.
devops
Deploy and configure applications on Vercel. Use when deploying Next.js apps, configuring serverless functions, setting up edge functions, or managing Vercel projects. Triggers on Vercel, deploy, serverless, edge function, Next.js deployment.
development
Build consistent design systems with tokens, components, and theming. Use when creating component libraries, implementing design tokens, building theme systems, or ensuring design consistency. Triggers on design system, design tokens, component library, theming, dark mode.
development
Generate images with Google's Nano Banana Pro (Gemini 3 Pro Image). Use when generating AI images via Gemini API, creating professional visuals, or building image generation features. Triggers on Nano Banana Pro, Gemini 3 Pro Image, gemini-3-pro-image-preview, Google image generation.