π¦
Vue
MCP server for vue-kit β Vue SFC analysis, Pinia store inspection, TypeScript type checking, and Vite project structure tools for Claude Code.
0 installs
Trust: 37 β Low
Commerce
Ask AI about Vue
Powered by Claude Β· Grounded in docs
I know everything about Vue. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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"
