Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-dev-plugins

A Claude Code plugin marketplace for development workflows. The marketplace manifest is .claude-plugin/marketplace.json; each plugin lives in its own subdirectory.

Plugins

Plugin What it does
precheck Parallel pre-commit code review — spawns independent subagents to review the current diff across dimensions, then synthesizes a ranked report.
probe-tools Detects installed tools at session start and injects a capability summary into context, so the agent reaches for the fast/available tool.

Install

Add the marketplace, then install the plugins you want:

# Directly from GitHub (owner/repo):
/plugin marketplace add eiennohito/claude-dev-plugins

# Or from a local clone of this repo:
/plugin marketplace add /path/to/claude-dev-plugins
/plugin install precheck@claude-dev-plugins
/plugin install probe-tools@claude-dev-plugins

Update the listing later with /plugin marketplace update claude-dev-plugins.

Local development

While iterating on a single plugin you can load it directly without the marketplace:

claude --plugin-dir /path/to/claude-dev-plugins/probe-tools

Hot-reload edits with /reload-plugins.


Development notes and conventions for building these plugins live in CLAUDE.md.

About

Some Development Plugins for Claude Code

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages