Reference rapida slash commands disponibili Claude Code Mac suo. 3 tier: built-in essential + Sharkcode OS project + user-scope opzionali.
12 commands base Claude Code Mac suo Day 1. Lei usa quotidianamente.
| Command | Cosa fa | Use case Noelia |
|---|---|---|
/help | Lista commands disponibili + help generale | Day 1 lei chiede "che commands ho?" |
/clear | Pulisce context sessione corrente (reset Claude) | Cambio task → nuova sessione fresh |
/goal | Imposta condizione fine. Claude continua finche raggiunto | "Continua finche template Wedding responsive mobile" |
/context | Mostra qué caricato (CLAUDE.md + memory + config) | Debug se Claude non ricorda decisioni precedenti |
/resume | Apri picker sessioni precedenti per riprendere | Riprendere lavoro Wedding template ieri sera |
/doctor | Diagnostica CLAUDE.md + settings + hooks + MCP + skill | Troubleshooting "perche hook non funziona?" |
/hooks | Ispeziona quali hook caricati (pre/post actions) | Verifica auto-retrieval-preload + protected-paths attivi |
/mcp | Ispeziona MCP server connessi (Sanity, Tavily, ecc) | Check se MCP server attivo prima usarlo |
/loop | Ripeti prompt su schedule (polling) OR reminder one-shot | "Check Etsy notifiche cada 5 min" |
/schedule | Crea routine cloud schedule (cron) | Autopost Instagram lunedi 9am |
/compact | Comprime transcript sessione (riduce token overhead) | Sessione lunga 3+ ore = compact a meta |
/usage | Breakdown token usage (qué consuma sub Max quota) | Monitorare quota Michel-shared mid-week |
14 commands custom Sharkcode in .claude/commands/. Disponibili automatic Mac suo via clone repo. Per workflow cliente + audit + publishing.
| Command | Cosa fa | Use case Noelia |
|---|---|---|
/run-pipeline {client} {fase} | Esegue fase Sharkcode pipeline (lead/proposal/contract/brand/design/build/legal/qa/deploy) | Day 30+ orchestrare workflow cliente Wedding reale |
/find-leads | Cerca PMI italiane settore+citta sin sito | Lead generation (defer Day 60+, scope Michel) |
/generate-proposal | Genera preventivo PDF prospect | Day 30+ Wedding preventivo cliente reale |
/new-client | Avvia struttura nuovo cliente (clients/ + .planning/pipeline-state/) | Setup nuovo cliente Wedding pair-mode Day 30+ |
/client-status | Mostra stato todos progetti cliente attivi | Daily overview "che cliente in che fase?" |
/analyze-site {URL} | 3 team parallel (Design + SEO + Marketing) audit competitor | Analizzare competitor wedding template site pre-pitch |
/web-design-reviewer | Ispeziona design site (responsive + accessibility + visual) | QA Wedding template pre-launch cliente |
/screenshot-analyzer {PNG} | Multi-agent analysis screenshot (UI + interaction + business) | Estrarre feature competitor Etsy screenshot |
/performance-audit | Audit bundle + LCP + CLS + memory + bottleneck | Ottimizzare Wedding template load time |
/publisher-x {slug} | Genera X/Twitter thread copy-pastable (3 format) | Convertire tutorial Wedding in X thread engagement |
/publisher-linkedin {slug} | Genera LinkedIn post professionale + media attachment | Brand Etsy shop su LinkedIn professional |
/publisher-all {slug} | Batch genera X + LinkedIn + Medium + Dev.to da single source | Launch Welcome Tutorial multi-platform 1 cmd |
/code-review | Comprehensive review (security + performance + architecture) | Pre-merge Wedding template feature branch |
/ultra-think {problem} | Deep multi-dimensional analysis (tech + business + user + system) | Strategic decision longterm Etsy positioning |
10 user-scope skill Michel-side che lei potrebbe installare Day 30+ via npx skills add <skill>. NON essential Day 1, defer post Welcome Tutorial empirical.
| Skill | Cosa fa | Use case |
|---|---|---|
npx skills add caveman | Risposta ultra-compressa (75% token saving) | Sessione lunga + risparmio quota Max condivisa |
npx skills add caveman-commit | Commit message ultra-compresso (<50 char) | Commit veloci git |
npx skills add caveman-review | Code review feedback 1 linea per issue | Feedback rapido PR |
npx skills add gsd-do | Router intelligente → right GSD command da freeform text | Project management leggero sin memorizzare commands |
npx skills add gsd-progress | Mostra progress + route to next action | Daily "che fase sto + che faccio después?" |
npx skills add gsd-next | Advance to next step automaticamente | Continua pipeline sin decidere step manualmente |
npx skills add load-research | Carica L1 overview topic da manifest Sharkcode research | Access knowledge base book-* + intel papers via slash command |
npx skills add claude-statusbar | Customize CLI status bar (theme + colors) | Cosmetic, nice-to-have |
Use case concreti Day 7+ con commands ottimali per minimizzare friction.
/web-design-reviewer → review responsive + accessibility + visual/performance-audit → ottimizza bundle + LCP + CLS/code-review → security + arch quality check/commit "feat(cliente-X): ready for launch" → smart commit/run-pipeline cliente-X deploy → deploy pipeline/publisher-all my-etsy-post es → batch genera X + LinkedIn + Medium + Dev.to/ultra-think Roadmap Etsy shop Q3 2026: products + pricing + positioning/run-pipeline noelia-etsy lead per attivare/doctor → check todo OK (hooks + MCP + settings)/context → verify CLAUDE.md + memory caricati/usage → check quota Max condivisa remaining/clear → reset sessione + start fresh nuovo taskClaude Code session Noelia
│
├─ "Mi serve analizzare competitor"
│ └─ /analyze-site [URL] (3 team: design + SEO + marketing)
│ └─ /screenshot-analyzer [IMG] (estrai feature da screenshot)
│
├─ "Devo testare template pre-launch"
│ └─ /web-design-reviewer (layout + responsive + a11y)
│ └─ /performance-audit (bundle + LCP + memory)
│ └─ /code-review (security + arch)
│
├─ "Content planning Etsy + Instagram"
│ └─ /publisher-all my-post (X + LinkedIn + Medium)
│ └─ /publisher-x my-post (Twitter thread solo)
│
├─ "Strategia + brainstorming"
│ └─ /ultra-think [problem] (multi-dimensional analysis)
│
├─ "Code workflow daily"
│ └─ /code-review (quality check)
│ └─ /commit "msg" (smart commit Conventional)
│ └─ /run-pipeline X deploy (deploy pipeline)
│
└─ "Admin + Debug"
└─ /doctor (diagnose issues)
└─ /context (view loaded context)
└─ /usage (token breakdown quota)
└─ /hooks (ispeziona hook attivi)
└─ /mcp (ispeziona MCP server)