Source

kensaurus/cursor-kenji

173 skills · 2.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
audit-code-quality Detect and fix repo-wide anti-patterns and consistency drift (naming, organisation, repeated smells). Use when "code …
kensaurus/cursor-kenji
37
2
audit-performance Audit and optimize application runtime performance (Core Web Vitals, slow code, load time). Use when "slow page", "LC…
kensaurus/cursor-kenji
37
3
audit-accessibility Automated WCAG 2.2 accessibility audit using playwright-cli to crawl every page, inject axe-core via eval, test keybo…
kensaurus/cursor-kenji
36
4
audit-code-review Review this PR or diff for quality, security, and maintainability. Use when reviewing pull requests, examining a name…
kensaurus/cursor-kenji
36
5
debug-error Diagnose one error/bug with hypotheses and runtime evidence before fixing. Use when "debug this error", "investigate …
kensaurus/cursor-kenji
36
6
debug-fe-be-integration Diagnose and fix frontend↔backend contract failures by tracing client requests, server logs, validation, auth, and re…
kensaurus/cursor-kenji
36
7
enhance-web-redesign Upgrade an existing site/app to premium quality. Use when "redesign this app" or "upgrade UI to premium". One-page po…
kensaurus/cursor-kenji
35
8
enhance-web-ui Polish an existing page's hierarchy, spacing, type, and visual personality. Use when "make this page polished/premium…
kensaurus/cursor-kenji
35
9
audit-security Static OWASP review of app code (injection, headers, deps). Use when "review security" or "check vulnerabilities". Se…
kensaurus/cursor-kenji
34
10
audit-ux Per-page UX audit using NN/g heuristics, Intuit microcopy, and Google HEART. Use when evaluating usability, auditing …
kensaurus/cursor-kenji
34
11
backend-patterns Apply backend patterns — queues, caching, rate limits, serverless/edge. Use when "queue jobs", "caching layer", "rate…
kensaurus/cursor-kenji
34
12
audit-db-schema Audit database schema for consistency, validation, and industry standards. Use when reviewing schema design, naming c…
kensaurus/cursor-kenji
33
13
audit-uiux-design-system Audit visual-system coherence: tokens, component variants, color/type/ spacing, dark mode. Use for "design drift", in…
kensaurus/cursor-kenji
33
14
data-visualization Build interactive, accessible charts, graphs, and data dashboards using Recharts, D3, or Victory. Use when the user s…
kensaurus/cursor-kenji
33
15
design-frontend Create a new production-grade UI from scratch — not a polish pass. Use when "build this UI", "design this page", or "…
kensaurus/cursor-kenji
33
16
enhance-web-landing Build landing pages, portfolios, and marketing sites that don't look AI-generated. Use when asked for "landing page",…
kensaurus/cursor-kenji
33
17
enhance-web-ux NN/g-grounded enhancement of an existing page's flows — not a repo-wide slop audit. Use when "fix UX of /xxx" or "imp…
kensaurus/cursor-kenji
32
18
plan-perf-audit Plan-only performance audit across web/mobile/backend/data; measures first and emits a burndown, no fixes. Use when "…
kensaurus/cursor-kenji
32
19
audit-bundle-size Analyse and shrink JavaScript bundle size for any web app. Use when asked to "reduce bundle size", "analyse bundle", …
kensaurus/cursor-kenji
31
20
audit-fe-api Audit frontend API calls against backend implementation for contract alignment and network shape. Use when "API audit…
kensaurus/cursor-kenji
31
21
audit-i18n Audit and fix internationalisation for any web or mobile app. Use when asked to "audit i18n", "fix translations", "ad…
kensaurus/cursor-kenji
31
22
backend-db-performance Optimize slow queries, indexes, and N+1s. Use when "slow query", "database performance", "add an index", or "N+1". Sc…
kensaurus/cursor-kenji
31
23
backend-error-handling Implement error-handling patterns (boundaries, toasts, API error shape). Use when "error boundary", "error toast", or…
kensaurus/cursor-kenji
31
24
backend-observability Implement correlated errors, traces, and structured logs with PII redaction. Use when "add logging", "instrument this…
kensaurus/cursor-kenji
31
25
data-pipeline Wire ETL, ingestion, cron, edge-function, and queue jobs correctly.
kensaurus/cursor-kenji
31
26
deploy-npm Release an npm package: version, CHANGELOG, publish, verify. Use when "publish this package", "release to npm", or "s…
kensaurus/cursor-kenji
31
27
design-api Design RESTful and GraphQL APIs following current best practices for naming, versioning, error shapes, and auth patte…
kensaurus/cursor-kenji
31
28
design-mobile-first Design mobile-first UIs: touch targets, safe areas, gestures, then enhance up. Use when building for small screens, t…
kensaurus/cursor-kenji
31
29
enhance-readme Enhance an existing README with a theme-aware hero, feature tour, screenshots/GIF, accurate badges, and synced conten…
kensaurus/cursor-kenji
31
30
design-motion Design and implement new isolated motion — micro-interactions, page transitions, scroll, hover — with Framer Motion, …
kensaurus/cursor-kenji
30
31
design-system Build a new design system (tokens, variants, theming). Use when "create a design system" or "component library from s…
kensaurus/cursor-kenji
30
32
mobile-rn-screen Polish an existing React Native screen to feel intentional, native, and human-crafted. Use for "this screen looks off…
kensaurus/cursor-kenji
30
33
test-qa Generic web-app CRUD/story QA fallback when no project-specific skill applies. Use when "QA the app", "test CRUD", or…
kensaurus/cursor-kenji
30
34
test-unit Write unit/integration tests for a named module or change. Use when "write unit tests" or "add tests for this functio…
kensaurus/cursor-kenji
30
35
workflow-coding-discipline Apply behavioral guardrails when writing, editing, refactoring, or debugging code. Use when vibe-coding keeps produci…
kensaurus/cursor-kenji
30
36
workflow-git-commit Create one conventional commit from an already-scoped change: stage named files/hunks, write the message, commit, nev…
kensaurus/cursor-kenji
30
37
workflow-housekeep Apply repository maintenance: sync README, remove confirmed dead artifacts, and safely update dependencies. Use when …
kensaurus/cursor-kenji
30
38
workflow-refactor Apply a scoped behavior-preserving refactor: map dependencies, change structure, run affected tests. Use when "refact…
kensaurus/cursor-kenji
30
39
workflow-spec-tdd Stop vibe-coding with a spec → plan → TDD loop before writing a line. Use when "spec first", "TDD", "do it properly",…
kensaurus/cursor-kenji
30
40
backend-realtime Implement real-time features using WebSockets, Supabase Realtime, Server-Sent Events, and live data. Use when user wa…
kensaurus/cursor-kenji
29
41
debug-sentry-monitor Operate Sentry: triage/fix unresolved issues, reduce noise, audit instrumentation, and monitor after deploy. Use when…
kensaurus/cursor-kenji
29
42
design-prd Generate Product Requirements Documents through structured conversation for any project. Use when starting a new feat…
kensaurus/cursor-kenji
29
43
mobile-rn-performance Fix React Native / Expo performance, build, and upgrade issues. Use for jank, frame drops, slow startup, large bundle…
kensaurus/cursor-kenji
29
44
test-playwright Close the PDCA loop on this session's diff. Headed playwright-cli, fix as you go. Use when "test my changes", "PDCA t…
kensaurus/cursor-kenji
29
45
workflow-build-feature Build a feature end to end: spec-tdd → implement → test-unit → playwright → PR. Use when "build a feature" or "implem…
kensaurus/cursor-kenji
29
46
design-email Design and implement transactional and marketing email templates. Use when asked to "build an email template", "trans…
kensaurus/cursor-kenji
28
47
design-theme Apply cohesive visual themes to artifacts (slides, docs, landing pages). Provides 11 pre-set themes with colors/fonts…
kensaurus/cursor-kenji
28
48
docs-writer Write developer docs: README content, API references, code comments, changelog entries. Use when "write docs", "docum…
kensaurus/cursor-kenji
28
49
enhance-capacitor-ui Cross-surface UIUX separation skill for hybrid web apps that ship as PWA + iOS + Android via Capacitor (or Tauri / Ex…
kensaurus/cursor-kenji
28
50
enhance-pwa Add/upgrade PWA capabilities: manifest, service worker, offline mode, install prompt, push notifications, background …
kensaurus/cursor-kenji
28
Page 1 · 173 total Next