About Vue
Vue is an MCP server in the Commerce category: mCP server for vue-kit — Vue SFC analysis, Pinia store inspection, TypeScript type checking, and Vite project structure tools for Claude Code. It has been installed 0 times through Conduid.
Install
claude mcp add vue -- npx -y @ginopoitier/vue-mcpnpx -y @ginopoitier/vue-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Vue
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
Claude Plugins
Personal Claude Code plugin marketplace. One repository — all plugins.
Install
Add this marketplace in Claude Code:
/plugin marketplace add ginopoitier/claude-plugins
Install a plugin:
/plugin install dotnet-kit@ginopoitier-plugins
/plugin install vue-kit@ginopoitier-plugins
/plugin install kit-maker@ginopoitier-plugins
/plugin install git-kit@ginopoitier-plugins
/plugin install github-kit@ginopoitier-plugins
/plugin install bitbucket-kit@ginopoitier-plugins
/plugin install jira-kit@ginopoitier-plugins
/plugin install confluence-kit@ginopoitier-plugins
/plugin install obsidian-kit@ginopoitier-plugins
/plugin install memory-kit@ginopoitier-plugins
/plugin install cost-optimizer-kit@ginopoitier-plugins
Update all plugins:
/plugin marketplace update
Plugins
| Plugin | Version | Description |
|---|---|---|
dotnet-kit |
0.3.4 | .NET Clean Architecture developer toolkit — CQRS, EF Core, Minimal APIs, Serilog, CI/CD |
vue-kit |
0.3.1 | Vue 3 + TypeScript developer toolkit — Pinia, SignalR, Vitest, Vue Router, component scaffolding |
kit-maker |
1.2.2 | Build and audit Claude Code plugins |
git-kit |
1.0.5 | Git CLI toolkit — commits, branching, rebase, conflict resolution, undo, repo health |
github-kit |
1.1.1 | GitHub platform — PR creation, review, releases; pr-reviewer + release-engineer agents |
bitbucket-kit |
1.2.1 | Bitbucket platform — PR creation, review, and releases |
jira-kit |
1.2.1 | Jira sprint work — epics, stories, refinement, standup; sprint-planner agent |
confluence-kit |
1.1.1 | Confluence docs — ADRs, SDRs, SDLC pages; doc-writer agent |
obsidian-kit |
1.2.2 | Obsidian personal notes and dev journal; vault-curator agent |
memory-kit |
1.0.5 | Intelligent memory management — semantic search, auto-capture, deduplication, session injection |
cost-optimizer-kit |
0.3.1 | Token cost optimization — model selection matrix, ReasoningBank, context audit, 30-50% reduction |
Typical install combinations
Full-stack .NET + Vue (home, GitHub):
dotnet-kit + vue-kit + git-kit + github-kit + kit-maker + obsidian-kit
Full-stack .NET + Vue (work, Bitbucket + Atlassian):
dotnet-kit + vue-kit + git-kit + bitbucket-kit + jira-kit + confluence-kit + obsidian-kit
.NET only:
dotnet-kit + git-kit + github-kit (or bitbucket-kit)
Frontend only:
vue-kit + git-kit + github-kit (or bitbucket-kit)
Post-install setup
dotnet-kit
- Run
/kit-setup— configure CI/CD provider, documentation targets - Install the MCP server:
dotnet tool install -g DevKit.Mcp --add-source G:/Claude/Kits/MCP/DotNetOr when published to NuGet:dotnet tool install -g DevKit.Mcp - Restart Claude Code
vue-kit
- Run
/kit-setup— configure project defaults - Install the MCP server:
npm install -g @ginopoitier/vue-mcpOr build from source:cd G:/Claude/Kits/MCP/Vue/vue-mcp npm install && npm run build - Restart Claude Code
git-kit
- Run
/git-setup— configure default branch, signing key, commit style - Optionally run
/git-setup --projectinside each repo
github-kit
- Install
ghCLI and authenticate:gh auth login - Run
/github-setup— configure org and PR defaults
bitbucket-kit
- Create a Personal Access Token in Bitbucket settings
- Set env var:
setx BITBUCKET_API_TOKEN "your-token"(Windows) or add to~/.bashrc - Run
/bitbucket-setup— configure workspace and PR defaults
jira-kit + confluence-kit
- Run
/mcp authenticate atlassian— one OAuth session covers both - Run
/jira-setupand/confluence-setup
obsidian-kit
- Run
/obsidian-setup— configure vault path and folder structure
kit-maker
- Run
/kit-setup— configure author name and kit defaults
memory-kit
- Install the MCP server:
npm install -g @ginopoitier/memory-mcp - Restart Claude Code
MCP Servers
| MCP | Language | Powers | Source |
|---|---|---|---|
devkit-mcp |
.NET 9 | dotnet-kit — Roslyn analysis, SQL Server, Neo4j | G:/Claude/Kits/MCP/DotNet/ |
vue-mcp |
Node.js / TypeScript | vue-kit — Vue SFC analysis, Pinia, type checking | G:/Claude/Kits/MCP/Vue/ |
memory-mcp |
Node.js / TypeScript | memory-kit — semantic search, deduplication, health monitoring | G:/Claude/Kits/MCP/Memory/ |
Repository structure
claude-plugins/
MCP/
DotNet/
DotNet.Mcp.sln ← .NET solution for devkit-mcp global tool
DevKit.Mcp/ ← Roslyn, SQL Server, Neo4j MCP tools
publish/ ← pre-built binaries
Vue/
vue-mcp/ ← TypeScript MCP server for vue-kit
src/tools/ ← component-analyzer, pinia-analyzer, type-checker, project-analyzer
Kits/
README.md ← this file
dotnet-kit/
.claude-plugin/plugin.json
skills/ ← 50+ skills (backend + shared meta)
agents/ ← 15 agents (11 domain + 4 dev workflow)
rules/ ← 15 rules
knowledge/ ← dotnet/, decisions/, tech-lead/, shared/
templates/ ← web-api/, worker-service/, blazor-app/, class-library/, modular-monolith/
hooks/ ← auto-format .cs, NuGet restore, bash guard
vue-kit/
.claude-plugin/plugin.json
skills/ ← 13+ skills (vue + shared meta)
agents/ ← 9 agents (5 domain + 4 dev workflow)
rules/ ← 8 rules
knowledge/ ← vue/, shared/
templates/ ← vue-app/
hooks/ ← auto-format .ts/.vue with Prettier, bash guard
git-kit/
github-kit/
bitbucket-kit/
jira-kit/
confluence-kit/
obsidian-kit/
kit-maker/
Add to a team project
To suggest these plugins to everyone who opens a project:
{
"extraKnownMarketplaces": {
"ginopoitier-plugins": {
"source": {
"source": "github",
"repo": "ginopoitier/claude-plugins"
}
}
}
}
Add that to .claude/settings.json in any shared repository.
Private repository access
For background auto-updates, set a GitHub token:
# bash/zsh
export GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxx
# Windows CMD
setx GITHUB_TOKEN "ghp_xxxxxxxxxxxxxxxxxxxx"
README mirrored from the source repository 5 months ago. The original is authoritative.