Skill Marketplace Overview page
Super powers: skills development, idea generation, issue resolution
The Obra skills market that extends Claude with six customized skills I use every day. Not affiliated to Obra: real after-use opinions on the Brownfield Portfolio at FedericoCalo.dev.
Six in-depth clusters, two lead-magnet PDFs, an upstream link to the official obra repository. No comparison matrix here (it lives on the cornerstone), no comparison email form (consolidated on the cornerstone).
Free two free PDFs to get started with
Download free patterns and recipes extracted from real portfolios (19 phases, sanitized) - get them with your email address only.
Workflow Patterns 2026
Pattern di workflow Claude Code estratti dalle 19 phase del portfolio brownfield - sezione skill marketplace inclusa.
PDF Contents
- Decision tree quando invocare uno skill custom
- Anti-pattern documentati (skill troppo grande, duplicato built-in)
- Checklist setup Superpowers in 5 minuti
v1.0 · aggiornato 2026-05
Skill Design Cookbook
Ricettario per scrivere SKILL.md Superpowers che il modello invoca davvero - 12 ricette concrete.
PDF Contents
- Frontmatter YAML chirurgico
- 3 regole quando invocare vs no
- Progressive disclosure pattern
v1.0 · aggiornato 2026-05
Six Cluster Super Powers
Each cluster is a self-contained technical article with actual examples taken from my Custom Skills - no abstract theory, code and the SKILL.md file are inspectable.
Brainstorming skill: come strutturare divergent thinking con Claude
Read the articleDebugging skill: scientific method + checkpoint pattern
Read the articleTDD enforcement skill: RED-GREEN-REFACTOR automatico
Read the articleCode-reviewer skill: integration in commit workflow
Read the articleRefactor-cleaner skill: knip + depcheck + ts-prune pipeline
Read the articleRepository Upstream
Link to the official obra/superpowers repository for transparency and correct citation of the author – no forks or up-selling.
Skill marketplace upstream - Superpowers framework di obra. Repository ufficiale obra/superpowers (MIT) con il pattern SKILL.md originale.
See on GitHubI am not affiliated with Obra. The opinions on this subpage are real after-use reviews of Superpowers from my personal portfolio at federicocalo.dev.
Frequently Asked Questions about Superpowers
Cosa sono Superpowers per Claude Code?
Superpowers è un skill marketplace creato da obra che estende Claude Code con file SKILL.md frontmatter-based: ogni skill è un modulo riutilizzabile (brainstorming, debugging, TDD-guide, code-reviewer, refactor-cleaner) che Claude Code richiama automaticamente via description matching. Non è un framework di runtime: è una convenzione di organizzazione skill che sfrutta l'auto-discovery built-in di Claude Code.
Come funziona lo skill auto-discovery?
Quando Claude Code parte legge la cartella `~/.claude/skills/` (e quella locale al progetto) ed indicizza ogni file SKILL.md. Il modello sceglie quale skill invocare in base al matching tra description nel frontmatter e contesto dell'utente - niente registrazione esplicita, niente import. Per scrivere skill che il modello invoca davvero serve description chirurgica (5-15 parole concrete) + esempi inline + when-to-invoke esplicito.
Posso scrivere skill custom o devo usare solo quelli di obra?
Skill custom è il caso d'uso più comune. La SKILL.md è solo Markdown con frontmatter YAML - puoi scriverla a mano in 10 minuti o partire dal template ufficiale obra. Sul mio portfolio (federicocalo.dev) uso 6 skill custom: brainstorming, debugging, TDD-guide, code-reviewer, refactor-cleaner, doc-updater - clonate dalla struttura obra ma adattate al monorepo Angular+SpringBoot+FastAPI. Trovi gli estratti reali nello skill-pack OSS gratuito linkato in fondo a questa pagina.