Use this skill when the user wants deep expert analysis of an idea, problem, feature, or system — combining Senior Engineer, Product Designer, Product Manager, and Cognitive Psychologist perspectives. Trigger on requests like "analyze this", "what do you think about", "help me design", "review my approach", "expert review", or "/expert".
A skill for Claude Code, Cursor, GitHub Copilot, and other AI agents that transforms the assistant into a combined expert team: Senior Engineer + Product Designer + Product Manager + Cognitive Psychologist.
Instead of getting a generic AI response, you get a structured analysis from four expert perspectives simultaneously:
Claude Code:
npx skills add nobottomline/skills@expert
Or manually:
cp -r expert ~/.claude/skills/
Cursor:
cp -r expert ~/.cursor/skills/
Other agents: Copy SKILL.md into your agent's skills directory.
Trigger with /expert or just describe your problem — the agent activates automatically when you ask for design, architecture, or product analysis.
/expert I'm building a habit tracker app. Should I use a streak mechanic or a flexible goal system?
/expert Review my API design for a real-time chat feature
/expert What's wrong with this onboarding flow? [paste your flow]
Every response follows this structure:
MIT
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer