Skip to content

84codes/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

84codes Claude Code Plugins

A marketplace of Claude Code plugins maintained by 84codes.

Install the marketplace

/plugin marketplace add 84codes/claude-plugins

Then install any plugin from it:

/plugin install <plugin-name>@84codes

Both steps are needed: the first trusts the marketplace, the second enables a specific plugin. A marketplace can host many plugins, so the steps are separate.

Plugins

Plugin Description
gem Ruby gem helpers. Includes /gem:bump for changelog-rich dependency bumps.

Developing plugins

You can try the marketplace locally before pushing to the remote. Point marketplace add at a local checkout instead of the owner/repo form:

/plugin marketplace add /path/to/claude-plugins
/plugin install <plugin-name>@84codes

After any change to a plugin or to marketplace.json (edits, renames, new plugins), refresh the cache:

/plugin marketplace update 84codes

Without this, Claude Code keeps using the cached marketplace and you'll see errors like Plugin "<name>" not found in any marketplace.

Once everything works, push to GitHub and users can install via /plugin marketplace add 84codes/claude-plugins.

License

MIT

About

Claude Code plugins by 84codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors