Sign In

@jayofemi/toolbox

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jayofemi/toolbox - npm Package Compare versions

Comparing version
1.5.1
to
1.6.0
+1
-1
package.json
{
"name": "@jayofemi/toolbox",
"version": "1.5.1",
"version": "1.6.0",
"description": "An open library of reusable Claude Code skills, commands, and scripts, with a one-command installer.",

@@ -5,0 +5,0 @@ "type": "module",

@@ -44,2 +44,9 @@ # Toolbox

## Other ways to install
The npx installer above is the primary route, and the repo also works with two others:
- **Claude Code plugin**: run `/plugin marketplace add JayOfemi/claude-toolbox`, then `/plugin install toolbox@jayofemi`. Plugin installs namespace the entries, so the commands become `/toolbox:screenshot` and so on.
- **The skills CLI**: `npx skills add JayOfemi/claude-toolbox` installs the skills (not the commands) for Claude Code and other agents that read `SKILL.md` folders.
## Contributing

@@ -46,0 +53,0 @@