claudeindex
parfenovvs's avatar
Author

parfenovvs

@parfenovvs
1
Marketplaces
6
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

pvs-claude-marketplace

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

Plugins:6
Skills:0
0
0

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