vitorsolutions

Vitorsolucoes Marketplace — Code Quality skill for Claude Code

Code Quality community

A Claude Code plugin marketplace maintained by Vitor Soluções, following the official plugin marketplace format.

How to install Vitorsolucoes Marketplace

This entry records only its repository, not the path inside it, so there is no exact command to give. Open vitorsolutions/vitorsolucoes-marketplace and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Vitorsolucoes Marketplace does

A Claude Code plugin marketplace maintained by Vitor Soluções, following the official plugin marketplace format. Each domain is an independent plugin that can bundle skills, agents, hooks, and commands.

Alternatives in Code Quality

  • Import Drawio — Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level 27.2k ★
  • Job Stories — Create job stories with acceptance criteria in JTBD format 7.8k ★
  • Video Script: Claude SEO V1.7.2 — What's New — Duration: ~5 minutes Tone: Natural, conversational, like talking to a friend who knows Claude Code Format: Scr 5k ★

README

Vitor Soluções — Claude Code Marketplace

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=flat-square)](./LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Plugin%20Marketplace-5A67D8?style=flat-square)](https://github.com/vitorsolutions/vitorsolucoes-marketplace) [![Plugins](https://img.shields.io/badge/plugins-4-2563eb?style=flat-square)](./plugins) [![Skills](https://img.shields.io/badge/skills-14-2563eb?style=flat-square)](./plugins)

A [Claude Code](https://claude.com/claude-code) plugin marketplace maintained by **Vitor Soluções**, following the official plugin marketplace format. Each domain is an independent plugin that can bundle skills, agents, hooks, and commands.

It ships with a local, browsable catalog site (Astro, in `catalog/`) that is a **pure projection** of this repository's files — adding a plugin, skill, or doc updates the catalog on the next build, with nothing duplicated by hand.

What's in the box

.
├── .claude-plugin/marketplace.json   # plugin registry
├── plugins/
│   ├── docs/                         # documentation domain: business docs, ADR, PRD, TRD
│   ├── ideation/                     # pre-decision exploration domain: brainstorm
│   ├── dotnet/                       # .NET domain: scaffolding, EF Core, observability, audits
│   └── ai/                           # AI-tooling domain: agent-creator
├── catalog/                          # Astro catalog site (pure projection of the repo)
├── LICENSE
├── CLAUDE.md                         # repo guide for Claude Code
└── README.md

Plugins

Plugin What it does
`docs` Documentation domain. Bundles business (business-facing documentation generated from a source code repository — rules, processes, and integrations in plain language, without code snippets or technical tables) and the design document skills adr, prd, and trd, each following a fixed template.
[ideation](./plugins/idea