New:Socket for Asana Is Now Available.Learn more
Get Started

opencode-nj-kit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencode-nj-kit

Drop-in skills, subagents, slash commands, and global AGENTS.md for OpenCode. 20 specialist agents, 37 skills, 10 slash commands.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
9
80%
Maintainers
1
Weekly downloads
 
Created
Source

opencode-nj-kit

A drop-in kit for OpenCode that installs:

  • AGENTS.md — global routing/enforcement instructions that make skills and subagents actually fire
  • 20 specialist subagents — frontend, backend, mobile, database, devops, security, debugger, orchestrator, and more
  • 37 skills — clean-code, systematic-debugging, tailwind, React/Next.js, API, DB, perf, sec, SEO, GEO, and more
  • 10 slash commands/plan, /debug, /test, /orchestrate, /deploy, etc.

Install

# One-shot, recommended
bunx opencode-nj-kit

# or
npx opencode-nj-kit

That's it. The CLI:

  • Detects your OpenCode config dir ($XDG_CONFIG_HOME/opencode or ~/.config/opencode)
  • Asks what to install (defaults: everything)
  • Asks how to handle existing files (default: backup to .bak then overwrite)
  • Adds "instructions": ["./AGENTS.md"] to your opencode.json if missing
  • Done — open OpenCode and run /agents to see the new specialists

Commands

opencode-nj-kit              # init (interactive)
opencode-nj-kit init --yes   # non-interactive, backup mode
opencode-nj-kit list         # show what's bundled
opencode-nj-kit update       # re-copy from template
opencode-nj-kit uninstall    # remove kit files (.bak kept)

Flags

FlagEffect
--yes, -yNon-interactive, accept defaults
--forceOverwrite without backup
--skip-existingNever touch existing files
--backupBackup .bak before overwriting
--dry-runShow plan, write nothing

What gets installed where

~/.config/opencode/
├── AGENTS.md              ← global instructions
├── agents/                ← 20 *.md agents (mode: all)
├── skills/<name>/SKILL.md ← 37 skills
└── commands/              ← 10 slash commands

opencode.json is patched in-place to ensure instructions: ["./AGENTS.md"] is set. If you don't have an opencode.json yet, the patch step is skipped silently.

Why a CLI installer instead of an OpenCode plugin?

OpenCode's plugin API (@opencode-ai/plugin) hooks runtime events — it doesn't ship skills/agents/commands. So the right shape for content packs is a shadcn-style copy-into-config installer: it gives users full ownership of the files, lets them customize, and keeps updates explicit.

Updating

bunx opencode-nj-kit@latest update

Existing files are backed up to *.bak before overwrite by default, so you can diff and merge your local changes back in.

Uninstall

bunx opencode-nj-kit uninstall

Removes everything the kit copied. Your .bak files stay so you can restore.

License

MIT

Keywords

opencode

FAQs

Package last updated on 30 Apr 2026

Related posts