Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 113 additions & 3 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,6 +1126,18 @@
},
"category": "Productivity"
},
{
"name": "tanstack",
"source": {
"source": "local",
"path": "./plugins/tanstack"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Framework"
},
{
"name": "run-verify",
"source": {
Expand All @@ -1151,10 +1163,108 @@
"category": "UI"
},
{
"name": "tanstack",
"name": "shunt-codex",
"source": {
"source": "local",
"path": "./plugins/tanstack"
"source": "git-subdir",
"url": "https://github.com/pleaseai/shunt.git",
"path": "./plugins/shunt-codex",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "AI"
},
{
"name": "shunt-xai",
"source": {
"source": "git-subdir",
"url": "https://github.com/pleaseai/shunt.git",
"path": "./plugins/shunt-xai",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "AI"
},
{
"name": "shunt-kimi",
"source": {
"source": "git-subdir",
"url": "https://github.com/pleaseai/shunt.git",
"path": "./plugins/shunt-kimi",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "AI"
},
{
"name": "shunt-deepseek",
"source": {
"source": "git-subdir",
"url": "https://github.com/pleaseai/shunt.git",
"path": "./plugins/shunt-deepseek",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "AI"
},
{
"name": "shunt-zai",
"source": {
"source": "git-subdir",
"url": "https://github.com/pleaseai/shunt.git",
"path": "./plugins/shunt-zai",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "AI"
},
{
"name": "shunt-minimax",
"source": {
"source": "git-subdir",
"url": "https://github.com/pleaseai/shunt.git",
"path": "./plugins/shunt-minimax",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "AI"
},
{
"name": "shunt-mimo",
"source": {
"source": "git-subdir",
"url": "https://github.com/pleaseai/shunt.git",
"path": "./plugins/shunt-mimo",
"ref": "main"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "AI"
},
{
"name": "spring",
"source": {
"source": "url",
"url": "https://github.com/pleaseai/spring-plugin.git"
},
"policy": {
"installation": "AVAILABLE",
Expand Down
27 changes: 27 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,33 @@
"ref": "main"
},
"homepage": "https://github.com/pleaseai/shunt/tree/main/plugins/shunt-mimo"
},
{
"name": "spring",
"description": "Answers Spring questions from the reference documentation of the version your project declares, not the newest release.",
"category": "framework",
"keywords": ["spring", "spring-boot", "java", "kotlin", "documentation"],
"tags": ["framework", "docs", "skills"],
"source": {
"source": "github",
"repo": "pleaseai/spring-plugin"
},
"homepage": "https://github.com/pleaseai/spring-plugin",
"relevance": {
"topic": "Spring",
"signals": {
"filesRead": [
"**/src/main/resources/application*.yml",
"**/src/main/resources/application*.yaml",
"**/src/main/resources/application*.properties"
],
"manifestDeps": [
{ "file": "[/\\\\]pom\\.xml$", "pattern": "spring-boot" },
{ "file": "[/\\\\]build\\.gradle(\\.kts)?$", "pattern": "org\\.springframework\\.boot" },
{ "file": "[/\\\\]libs\\.versions\\.toml$", "pattern": "org\\.springframework\\.boot" }
]
}
}
}
]
}
10 changes: 5 additions & 5 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,15 +364,15 @@
"source": "./plugins/greptile",
"description": "Greptile agent skills for PR quality: check PR review comments and status checks, run Greptile CLI reviews on local branches, and iteratively improve PRs until they score 5/5"
},
{
"name": "shadcn-ui",
"source": "./plugins/shadcn-ui",
"description": "Manages shadcn/ui components and projects — adding, searching, fixing, styling, and composing UI — plus migrating from Radix UI to Base UI."
},
{
"name": "tanstack",
"source": "./plugins/tanstack",
"description": "Version-aware skills for the TanStack ecosystem (Query, Router, Start, Table, Form, DB, Virtual, ...) via the official @tanstack/intent CLI — loads skills shipped inside the installed npm packages"
},
{
"name": "shadcn-ui",
"source": "./plugins/shadcn-ui",
"description": "Manages shadcn/ui components and projects — adding, searching, fixing, styling, and composing UI — plus migrating from Radix UI to Base UI."
}
]
}
Loading