claudeindex
Marketplace

pvs-claude-marketplace

Personal collection of Claude Code skills for version control, planning, and development workflows.

Stars

0

Forks

0

Plugins

6

Installation

1

Add the marketplace

/plugin marketplace add parfenovvs/pvs-claude-marketplace
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

6

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

commit

Create conventional commit messages (feat, fix, docs, etc.) following the Conventional Commits spec

Plugin

jj

All version control operations using the Jujutsu (jj) CLI — commits, bookmarks, rebasing, workspaces

Plugin

pr

Create a pull request for the current branch with a structured description, using a repo template if one exists

Plugin

new-feature

Scaffold a new feature: gather requirements, create an isolated workspace, and produce a development plan before writing code

Plugin

tbd

Plan and implement features as a stack of short-lived, independently-green PRs using trunk-based development

Plugin

vcs-workflow

Unified VCS workflow: jj for local operations, gh for GitHub, trunk-based development with stacked PRs, and error recovery