Plugin Claude Code
Plugin marketplace listing 4 plugins: naverpay-changeset, naverpay-git, naverpay-code-verifier, naverpay-package-evaluator.
Plugin Claude Code
Plugin marketplace listing 4 plugins: naverpay-changeset, naverpay-git, naverpay-code-verifier, naverpay-package-evaluator.
Plugin Claude Code
Automates changeset generation.
Command
A command that reviews changed packages and creates Changeset files describing their releases. A Changeset records which package version should change and whether the change is a patch, minor, or major release.
Plugin Claude Code
Automates changeset generation.
Agent
A code-change checker that compares behavior before and after a refactor using tests and code analysis. A refactor changes code structure without intending to change what it does.
Plugin Claude Code
Streamlines git workflow with atomic commits and draft pull requests.
Command
A Git helper that examines changes, groups related files into atomic commits, suggests Korean Conventional Commits messages, creates the approved commits, and pushes them to the remote repository. Git is a tool for tracking project changes.
Command
A command for creating a draft pull request from the current Git branch. A pull request is a proposal to merge reviewed code into another branch.
Plugin Claude Code
Evaluates npm packages before installation using npmx.dev data.
Agent
An agent that evaluates npm packages using measurements collected from npmx.dev before they are installed. It can extract package names from requests and compare multiple packages.