Distribution & discovery
July 21, 2026 · View on GitHub
Where cursor-kenji is published and how users find it.
Install (always works)
| Channel | Command |
|---|---|
| skills.sh (recommended) | npx skills add kensaurus/cursor-kenji |
| npm | npx @kensaurus/cursor-kenji |
| Git clone | git 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
| Directory | URL | Status |
|---|---|---|
| npm | https://www.npmjs.com/package/@kensaurus/cursor-kenji | Live @ 1.4.2 |
| GitHub | https://github.com/kensaurus/cursor-kenji | Source of truth |
| Cursor Marketplace | https://cursor.com/marketplace | Publisher application submitted — awaiting review |
| cursor.directory | https://cursor.directory/plugins/cursor-kenji | Submitted — pending security scan |
| skills.sh index | https://skills.sh | Issue #1499 — awaiting merge |
| awesome-cursorrules | https://github.com/PatrickJS/awesome-cursorrules | PR #320 — awaiting merge |
| Agent Skills spec | https://agentskills.io | Issue #432 — showcase request |
| Enterprise DNA Skills dir | https://enterprisedna.co/directories/submit | Submitted (Skills category; email draft) |
Track submission URLs and review status in PROMOTION.md.
Machine-readable index
- llms.txt — AI/crawler map of canonical docs
- docs/CATALOG.md — full skill list + trigger phrases
- docs/TRIGGER-CHEATSHEET.md — quick lookup
What gets installed
By install channel
| Channel | Cursor | Claude Code | Commands | Agents | Rules | Completion hook | MCP config |
|---|---|---|---|---|---|---|---|
npx skills add kensaurus/cursor-kenji | Yes | No | Yes | Yes | Yes | Plugin stop hook | Template copy if missing |
npx @kensaurus/cursor-kenji (--claude / --all) | Yes | Yes | Yes | Yes | Yes | Cursor only | Template copy if missing |
./install.sh (clone) | Yes | Yes | Yes | Yes | Yes | Cursor only | Template copy if missing |
| Cursor Marketplace / cursor.directory | Yes | No | Yes | Yes | Yes | Plugin 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 --claudeor./install.sh --claude;.mdcrules 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).