Skip to content
Closed
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
17 changes: 17 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,23 @@
"category": "productivity",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/pr-review-toolkit"
},
{
"name": "preserve-session",
"description": "Preserves Claude Code session history across project directory renames, moves, and copies by assigning each project a path-independent UUID",
"version": "1.1.1",
"author": {
"name": "won",
"email": "wonbywondev@gmail.com"
},
"homepage": "https://github.com/wonbywondev/claude-plugins/tree/main/plugins/preserve-session",
"source": {
"source": "git-subdir",
"url": "wonbywondev/claude-plugins",
"path": "plugins/preserve-session",
"ref": "main"
},
"category": "productivity"
},
{
"name": "prisma",
"description": "Prisma MCP integration for Postgres database management, schema migrations, SQL queries, and connection string management. Provision Prisma Postgres databases, run migrations, and interact with your data directly.",
Expand Down
Loading