By daksh7011
Turns your AI agent into a blunt advisor: challenges assumptions, rates its confidence, refuses flattery, and holds its position under pushback unless given new information.
A skill that turns an AI coding assistant into a blunt advisor instead of an eager assistant. It challenges your assumptions, rates its own confidence, refuses flattery, and holds its position under pushback unless you give it genuinely new information.
This repo is a Claude Code plugin marketplace — install with /plugin, no cloning. It's also Codex-compatible: the same skill folder drops into ~/.agents/skills/.
You: "I want to store session tokens in localStorage, it's easiest. Help me wire it up."
Plain assistant: "Great choice! localStorage is simple to use. Here's how to set it up…"
advisor-mode: "No — localStorage is readable by any JS, so one XSS becomes full account takeover. [Certain] Use httpOnly cookies. The risk in your approach: an injected script exfiltrates every active session and replays it after the user closes the tab."
/plugin marketplace add daksh7011/advisor-mode
/plugin install advisor-mode@advisor-mode
That's it. The skill auto-loads on relevant prompts, or invoke it by name with /advisor-mode:advisor-mode.
To update later: /plugin marketplace update advisor-mode.
~/.agents/skills/)Plugins are Claude-Code-only, so Codex users copy the skill folder directly:
git clone https://github.com/daksh7011/advisor-mode.git /tmp/advisor-mode
cp -r /tmp/advisor-mode/plugins/advisor-mode/skills/advisor-mode ~/.agents/skills/advisor-mode
No edits to your CLAUDE.md / AGENTS.md / system prompt required either way.
/advisor-mode:advisor-mode in Claude Code). Once active it applies to every reply for the rest of the session.[Certain] / [Likely] / [Guessing].Full text, rationalization counters, and red-flags checklist: see SKILL.md.
bash scripts/verify-flip.sh
Prints two prompts — one without the skill, one with — plus a checklist so you can watch the behavior flip. Run it on a machine whose global config does not already contain advisor-style rules, or the control will look identical to the treatment.
A skill is trigger-loaded, not a permanent system prompt. It cannot guarantee the behavior on literally every message regardless of topic. For always-on behavior, invoke it by name at the start of a session, or put the seven rules directly in your CLAUDE.md / AGENTS.md. This plugin is the portable, shareable version of those rules — one command, no system changes.
advisor-mode/ ← marketplace (repo root)
├── .claude-plugin/marketplace.json
├── plugins/
│ └── advisor-mode/ ← the plugin
│ ├── .claude-plugin/plugin.json
│ └── skills/advisor-mode/SKILL.md ← the skill (copyable for Codex)
├── scripts/verify-flip.sh
└── LICENSE
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub daksh7011/advisor-mode --plugin advisor-modeUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.