I've been using Claude Code daily for the past few months, every day a little bit more. Here's my setup.
Skills
Skills are markdown files that give Claude context about specific workflows. Say "plan my day" and it knows what to do.
| Skill | What It Does |
|---|---|
| onurs-daily | Morning routine — checks Notion, Gmail, calendar, creates time-blocked plan |
| onurs-weekly | Week planning — retrospective, task distribution, deadlines |
| google-workspace | Google Calendar and Gmail (ai-agent-tools) |
| granola | Meeting transcripts and notes (ai-agent-tools) |
| notion | Tasks, pages, databases — API, not MCP (ai-agent-tools) |
| lenny-podcast | Ask Lenny and his guests about strategic decisions — RAG on 297 episodes. Still can't believe this exists. (thanks to traversaal-ai) |
| writer-onur | Blog publishing workflow with cross-posting and SEO checklists |
| diagram-creator | Text diagrams (Mermaid) or polished D2 with animated arrows |
| slide-deck | React + Vite + Tailwind presentation apps. My worst nightmare as a PM, now so easy. |
| image-generator | Gemini/Imagen for assets. Terrible for logos though — anyone know a better option? (ai-agent-tools) |
| ralph | Bash loops for iterative product builds, based on Ryan Carson's Ralph pattern |
| react-best-practices | Vercel's 45 React/Next.js performance rules. Another amazing thing in my life. |
| web-design-guidelines | Review UI against Vercel's Web Interface Guidelines. Yet another amazing thing. |
| agent-browser | Headless browser automation CLI |
| create-task | Only project-based skill — creates Etko-specific tasks in a pre-defined format. Nothing crazy. |
| skill-creator | Templates for building new skills. Don't we all love recursion? |
| skill-sync | Sync skills to GitHub. On new machines, detects which CLI tools and repos each skill depends on, then clones and installs them automatically. |
MCPs
Model Context Protocol servers that extend Claude's capabilities.
| MCP | What It Does |
|---|---|
| google-analytics | GA4 reports — traffic, pages, sources. Also amazing ❤️❤️ |
| chrome-devtools | Browser automation, screenshots, network. Kind of unnecessary after claude-in-chrome. |
| claude-in-chrome | Control Chrome with Claude extension — uses my Chrome profile, my auto-logins. ❤️❤️ |
Plugins
Official Claude Code plugins.
| Plugin | What It Does |
|---|---|
| frontend-design | Generate distinctive UI code. I love this one. |
| code-simplifier | Refactor and clean up code. Amazing addition. |
| commit-commands | Git commit, push, PR workflows |
| code-review | PR code review with CLAUDE.md compliance. Really good reviews. Highly recommend! |
| github | GitHub integration |
Other Setup
| Feature | My Setup |
|---|---|
| Hooks | Auto-format on Edit/Write |
| Status line | Custom — shows dir, git branch, model, context % |
| Permissions | Pre-approved for aitools CLI commands |
So, my Claude Code Stack contains 17 skills, 3 MCPs, 5 plugins as of today.
Happy to share the content of any of these skills — contact me if you're interested!