@v1narth/workbench
v0.1.3
Published
Install v1narth's workbench items
Readme
v1narth Workbench
An npx-friendly installer for my Codex and Claude skills.
Usage
npx @v1narth/workbench list
npx @v1narth/workbench install skills
npx @v1narth/workbench install all
npx @v1narth/workbench install hello-codex
npx @v1narth/workbench install starter --target both
npx @v1narth/workbench install hello-codex --target claude --forceThe CLI installs skill folders into:
- Codex:
~/.codex/skills/<skill-name> - Claude:
~/.claude/skills/<skill-name>
Commands
workbench list [--json]
workbench paths
workbench install [skills|all|skill|set...] [--interactive] [--target codex|claude|both] [--force] [--dry-run]
workbench helpworkbench install or workbench install skills opens an interactive picker where users can select one skill, many skills, or All skills.
For scripts, install accepts skill names from skills/, set names from sets/*.json, or all to install every skill without prompting.
Add A Skill
Create a directory under skills/:
skills/
my-skill/
SKILL.mdSet manifests live in sets/:
{
"name": "starter",
"description": "A small starter pack.",
"skills": ["hello-codex"]
}Develop
npm install
npm run test
npm run build
npm run dev -- listPublish
npm publishAfter publish:
npx @v1narth/workbench install skills --target codex