Distribution & discovery

July 21, 2026 · View on GitHub

Where cursor-kenji is published and how users find it.

Install (always works)

ChannelCommand
skills.sh (recommended)npx skills add kensaurus/cursor-kenji
npmnpx @kensaurus/cursor-kenji
Git clonegit clone https://github.com/kensaurus/cursor-kenji.git && ./install.sh

Current npm version: see npm package page or npm view @kensaurus/cursor-kenji version.

Official listings

DirectoryURLStatus
npmhttps://www.npmjs.com/package/@kensaurus/cursor-kenjiLive @ 1.4.2
GitHubhttps://github.com/kensaurus/cursor-kenjiSource of truth
Cursor Marketplacehttps://cursor.com/marketplacePublisher application submitted — awaiting review
cursor.directoryhttps://cursor.directory/plugins/cursor-kenjiSubmitted — pending security scan
skills.sh indexhttps://skills.shIssue #1499 — awaiting merge
awesome-cursorruleshttps://github.com/PatrickJS/awesome-cursorrulesPR #320 — awaiting merge
Agent Skills spechttps://agentskills.ioIssue #432 — showcase request
Enterprise DNA Skills dirhttps://enterprisedna.co/directories/submitSubmitted (Skills category; email draft)

Track submission URLs and review status in PROMOTION.md.

Machine-readable index

What gets installed

By install channel

ChannelCursorClaude CodeCommandsAgentsRulesCompletion hookMCP config
npx skills add kensaurus/cursor-kenjiYesNoYesYesYesPlugin stop hookTemplate copy if missing
npx @kensaurus/cursor-kenji (--claude / --all)YesYesYesYesYesCursor onlyTemplate copy if missing
./install.sh (clone)YesYesYesYesYesCursor onlyTemplate copy if missing
Cursor Marketplace / cursor.directoryYesNoYesYesYesPlugin stop hook.mcp.json at repo root

The installer merges into:

  • ~/.cursor/skills/ and ~/.agents/skills/ — agent skills (runtime)
  • ~/.cursor/commands/ — slash commands
  • ~/.cursor/agents/ — subagents
  • ~/.cursor/hooks.json + ~/.cursor/cursor-kenji-hooks/ — safely merged opt-in completion gate; inert unless a closure state file has actionable unchecked items
  • ~/.claude/skills/, ~/.claude/commands/, ~/.claude/agents/, ~/.claude/rules/ — Claude Code (npx @kensaurus/cursor-kenji --claude or ./install.sh --claude; .mdc rules installed as .md)

Claude Code 2.1.139+ provides the equivalent independent continuation evaluator through /goal; the complete-everything skill includes the recommended goal condition.

MCP templates live in the repo under mcp/ — copy mcp/mcp.json.template to ~/.cursor/mcp.json and fill YOUR_* placeholders. See mcp/README.md.

Maintainer release path

See PUBLISHING.md — GitHub Release → OIDC npm publish (no token required).