kensaurus/cursor-kenji

🦖Curated Cursor AI agent skills, slash commands, MCP configs, subagents & rules for full-stack dev — React 19, Next.js 16, Supabase, Tailwind v4, TypeScript

9Stars on the repository
201Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

babysit

01

kensaurus/cursor-kenji

Skill Claude CodeCodex

Keep an already-open PR merge-ready: triage comments, resolve clear conflicts, fix CI. Do not merge. Dirty tree → merge-ready PR → workflow-release-prep. Create/merge PR lifecycle → workflow-pr.

not rated 9 7d ago A 48 tokens original MIT

canvas

02

kensaurus/cursor-kenji

Skill Claude CodeCodex

Create a live React canvas beside chat for standalone analytical artifacts that benefit from visual layout: quantitative/security/ architecture analyses, data-heavy timelines/charts/tables, interactive explorations, or repeatable tools. Do not use for simple prose or code changes.

not rated 9 7d ago A 52 tokens original MIT

create-hook

03

kensaurus/cursor-kenji

Skill Claude CodeCodex

Create Cursor hooks. Use to create a hook, write hooks.json, add hook scripts, or automate behavior around agent events.

not rated 9 7d ago A 28 tokens copy · 94% MIT

create-rule

04

kensaurus/cursor-kenji

Skill Claude CodeCodex

Create Cursor rules for persistent AI guidance. Use when user wants to create a rule, add coding standards, project conventions, file-specific patterns, or mentions ".cursor/rules", "AGENTS.md", "cursor rule", "coding standard", "convention", or "AI guidance".

not rated 9 7d ago A 60 tokens original MIT

create-skill

05

kensaurus/cursor-kenji

Skill Claude CodeCodex

Guide users through creating effective Agent Skills for Cursor. Use when user wants to create, write, update, or debug a skill, or asks about SKILL.md format, skill structure, /.cursor/skills/, or skill best practices.

not rated 9 7d ago A 51 tokens original MIT

create-subagent

06

kensaurus/cursor-kenji

Skill Claude CodeCodex

Create custom subagents for specialized AI tasks. Use when the user wants to create a new type of subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants with custom prompts.

not rated 9 7d ago A 49 tokens copy · 95% MIT

migrate-to-skills

07

kensaurus/cursor-kenji

Skill Claude CodeCodex

Convert 'Applied intelligently' Cursor rules (.cursor/rules/.mdc) and slash commands (.cursor/commands/.md) to Agent Skills format (.cursor/skills/). Use when the user wants to migrate rules or commands to skills, convert .mdc rules to SKILL.md format, or consolidate commands into the skills directory.

not rated 9 7d ago A 73 tokens copy · 95% MIT

shell

08

kensaurus/cursor-kenji

Skill Claude CodeCodex

Run the rest of a /shell request as a literal shell command. Use only when the user explicitly invokes /shell and wants the following text executed directly in the terminal.

not rated 9 7d ago A 36 tokens copy · 95% MIT

split-to-prs

09

kensaurus/cursor-kenji

Skill Claude CodeCodex

Split current work into small reviewable PRs. Use when the user asks to split a chat, branch, or change set. Whole dirty tree to one merge-ready PR → workflow-release-prep.

not rated 9 7d ago A 45 tokens copy · 91% MIT

statusline

10

kensaurus/cursor-kenji

Skill Claude CodeCodex

Configure a custom status line in the CLI. Use when the user mentions status line, statusline, statusLine, CLI status bar, prompt footer customization, or wants to add session context above the prompt.

not rated 9 7d ago A 44 tokens copy · 95% MIT

update-cli-config

11

kensaurus/cursor-kenji

Skill Claude CodeCodex

View and modify Cursor CLI configuration in /.cursor/cli-config.json. Use to change CLI settings, configure permissions, switch approval mode, enable vim mode, toggle display options, configure sandbox, or manage any CLI preferences.

not rated 9 7d ago A 48 tokens copy · 94% MIT

kensaurus/cursor-kenji

Skill Claude CodeCodex

Modify Cursor/VSCode user settings in settings.json. Use when user wants to change editor settings, preferences, themes, font size, tab size, keybindings, or mentions "settings", "preferences", "theme", "font", "format on save", "auto save", or "cursor config".

not rated 9 7d ago A 66 tokens copy · 86% MIT

audit-accessibility

13

kensaurus/cursor-kenji

Skill Claude CodeCodex

Automated WCAG 2.2 accessibility audit using playwright-cli to crawl every page, inject axe-core via eval, test keyboard navigation, check color contrast, ARIA labels, and heading order. Use when "audit accessibility", "check a11y", "WCAG audit", "check keyboard nav", or "test screen reader".

not rated 9 7d ago A 72 tokens original MIT

audit-analytics

14

kensaurus/cursor-kenji

Skill Claude CodeCodex

Read-only audit of product-analytics instrumentation: event taxonomy, funnel completeness, consent-gated firing, dead/duplicate/phantom events. Use when "audit our analytics", "are we tracking the right events", "funnel instrumentation", or before iterate-post-launch. PostHog/Amplitude/Mixpanel/GA4.

not rated 9 7d ago A 70 tokens original MIT

audit-auth-flows

15

kensaurus/cursor-kenji

Skill Claude CodeCodex

Read-only audit of app-layer auth — route×gate matrix, session lifecycle, OAuth, and provider traps (getSession vs getUser, middleware-as-only-gate, CVE-2025-29927). Use when "audit our auth", "check middleware protection". RLS → plan-rls-audit. OWASP checklist → audit-security.

not rated 9 7d ago A 77 tokens original MIT

kensaurus/cursor-kenji

Skill Claude CodeCodex

Read-only audit and decision advisor for backend architecture, topology-gated by stack. Use when "audit backend architecture", "which pattern should I use", "am I over-engineering", "sync vs event-driven". Mechanical boundary rules → enhance-arch-boundaries.

not rated 9 7d ago A 59 tokens original MIT

audit-bundle-size

17

kensaurus/cursor-kenji

Skill Claude CodeCodex

Analyse and shrink JavaScript bundle size for any web app. Use when asked to "reduce bundle size", "analyse bundle", "tree shaking", "lazy loading", "code splitting", "slow initial load", "large JS", "chunk size", "build performance", "LCP caused by JS", "why is the bundle so big", or "first load JS too large".

not rated 9 7d ago A 82 tokens original MIT

audit-cicd

18

kensaurus/cursor-kenji

Skill Claude CodeCodex

Audit CI/CD pipelines (GitHub Actions) for cost, speed, and safety. Use when the Actions bill is high, Actions minutes, runner cost, slow CI, artifact/cache storage, or "CI/CD / workflow audit". Gate logic (bypass, ratchet gaming, required-but-not) → audit-gate-logic.

not rated 9 7d ago A 72 tokens original MIT

audit-code-quality

19

kensaurus/cursor-kenji

Skill Claude CodeCodex

Detect and fix repo-wide anti-patterns and consistency drift (naming, organisation, repeated smells). Use when "code smell", "anti-pattern", "technical debt", or "standardize the codebase". This PR/diff review → audit-code-review.

not rated 9 7d ago A 56 tokens original MIT

audit-code-review

20

kensaurus/cursor-kenji

Skill Claude CodeCodex

Review this PR or diff for quality, security, and maintainability. Use when reviewing pull requests, examining a named change set, or the user asks for a code review of current work. Repo-wide anti-patterns → audit-code-quality. Bulk transform semantics → audit-codemod-safety.

not rated 9 7d ago A 63 tokens original MIT

kensaurus/cursor-kenji

Skill Claude CodeCodex

Read-only audit of a codemod or bulk mechanical transform for behavior-preservation — compiles/lints is not same-behavior. Use when "did this codemod break anything", "audit this bulk refactor", or before merging a mass find-replace. Diff quality → audit-code-review. SQL → plan-data-integrity.

not rated 9 7d ago A 76 tokens original MIT

audit-db-schema

22

kensaurus/cursor-kenji

Skill Claude CodeCodex

Audit database schema for consistency, validation, and industry standards. Use when reviewing schema design, naming conventions, constraints, indexes, or migrations. Destructive-op gates → plan-data-integrity. Who-can-read-what RLS → plan-rls-audit. Restore/RPO → plan-backup-dr.

not rated 9 7d ago A 66 tokens original MIT

audit-doctrine

23

kensaurus/cursor-kenji

Skill Claude CodeCodex

Read-only audit of custom lint/ratchet doctrine — is each rule right on the merits, not merely enforced. Use when "is this lint rule wrong", "the ratchet banned a legitimate pattern", "audit our guardrail doctrine". Enforcement → audit-gate-logic. Consolidation → housekeep-gates.

not rated 9 7d ago A 68 tokens original MIT

audit-env-parity

24

kensaurus/cursor-kenji

Skill Claude CodeCodex

Read-only audit of config/env parity across dev, staging, and prod — missing or misnamed vars, drifted flags, hardcoded values, secrets reused across environments. Use when "works locally but not in prod", "audit our environments", or "config drift". Local runnability → workflow-environment-ready.

not rated 9 7d ago A 69 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: