Source

kensaurus/cursor-kenji

173 skills · 2.9K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
enhance-agent-guardrails Install guardrails-as-code so AI sessions cannot reintroduce leaked secrets, injection, or untested code. Use when "s…
kensaurus/cursor-kenji
10
2
enhance-web-forms Build or upgrade web forms to production quality: accessible structure, schema-driven validation, client↔server parit…
kensaurus/cursor-kenji
10
3
housekeep-design Apply-now consolidation of a drifted design system into one token/component SSOT. Use after an approved plan-uiux-uni…
kensaurus/cursor-kenji
10
4
iterate-agent-harness Turn an agent failure—premature stop, false completion, gamed check, missed file, broken handoff—into a durable rule/…
kensaurus/cursor-kenji
10
5
workflow-feedback-to-closure Turn raw feedback — bug reports, review comments, Sentry, QA, audit output — into deduplicated durable tickets and dr…
kensaurus/cursor-kenji
10
6
workflow-green-repo Drive an entire repository to a fully green baseline — typecheck, lint, tests, and build all passing from a clean che…
kensaurus/cursor-kenji
10
7
workflow-ship-and-observe Take merged, repository-green code all the way to a verified, monitored production release for any app stack. Use whe…
kensaurus/cursor-kenji
10
8
domain-modeling Build and sharpen a project's domain model — a CONTEXT.md glossary plus ADRs. Use when the user wants to pin down dom…
kensaurus/cursor-kenji
5
9
handoff >- Compact the current conversation into a handoff document a fresh agent can pick up. User-invoked via /handoff; an …
kensaurus/cursor-kenji
5
10
workflow-merge-conflicts Resolve an in-progress git merge or rebase conflict by tracing each side back to its original intent. Use when the us…
kensaurus/cursor-kenji
5
11
grilling Grill the user relentlessly about a plan, decision, or idea — one question at a time — until shared understanding is …
kensaurus/cursor-kenji
4
12
tdd Test-driven development workflow with AI agents. Use when writing tests first, doing TDD, Red-Green-Refactor cycles, …
kensaurus/cursor-kenji
4
13
audit-analytics Read-only audit of product-analytics instrumentation: event taxonomy, funnel completeness, consent-gated firing, dead…
kensaurus/cursor-kenji
2
14
audit-codemod-safety Read-only audit of a codemod or bulk mechanical transform for behavior-preservation — compiles/lints is not same-beha…
kensaurus/cursor-kenji
2
15
audit-env-parity Read-only audit of config/env parity across dev, staging, and prod — missing or misnamed vars, drifted flags, hardcod…
kensaurus/cursor-kenji
2
16
audit-gate-logic Read-only audit of CI gate logic — silent bypass, ratchet gaming, required-but-not, duplicate gates. Use when "can CI…
kensaurus/cursor-kenji
2
17
audit-infra-cost Read-only audit of hosting, database, storage, egress, and serverless spend (Supabase, Vercel, S3/R2, edge). Use when…
kensaurus/cursor-kenji
2
18
audit-langfuse-llm Run a PDCA quality audit on LLM/AI features: traces, prompts, costs, evals, grounding, hallucination. Use for "audit …
kensaurus/cursor-kenji
2
19
audit-llm-security Read-only OWASP LLM Top 10 audit of app-facing AI: prompt injection, data leakage, unsafe output/agency, RAG risks, m…
kensaurus/cursor-kenji
2
20
audit-monetization-iap Read-only audit of mobile IAP and subscriptions — StoreKit 2, Play Billing, or RevenueCat — for server receipt valida…
kensaurus/cursor-kenji
2
21
audit-responsive Audit-and-fix linearized mobile layouts at every breakpoint — desktop is not a wide phone. Use when "responsive audit…
kensaurus/cursor-kenji
2
22
audit-skill-conflicts Read-only audit of an agent-skill pack for contradictory directives, overlapping triggers, stale cross-refs, and cont…
kensaurus/cursor-kenji
2
23
audit-ui-states Read-only audit of unhappy-path UI states vibe-coding skips — empty, loading, error, offline, zero-results, permissio…
kensaurus/cursor-kenji
2
24
enhance-arch-boundaries Install mechanically-enforced architecture boundaries (dependency-cruiser / eslint-boundaries) so layer direction, fe…
kensaurus/cursor-kenji
2
25
enhance-email-deliverability Audit and fix transactional/marketing deliverability — SPF, DKIM, DMARC, reputation, bounce/complaint handling, list …
kensaurus/cursor-kenji
2
26
housekeep-backlog Apply-now inventory of parked work — unfinished plans, deferred phases, TODO/FIXME, skipped tests, open findings — in…
kensaurus/cursor-kenji
2
27
accessibility-audit Comprehensive web accessibility audit for WCAG compliance. Use when checking accessibility, fixing a11y issues, scree…
kensaurus/cursor-kenji
1
28
algorithmic-art Create algorithmic art using p5.js, Canvas API, or SVG with seeded randomness and interactive parameters. Use when us…
kensaurus/cursor-kenji
1
29
api-design Design and review REST/GraphQL APIs with best practices. Use when creating endpoints, reviewing API architecture, des…
kensaurus/cursor-kenji
1
30
audit-auth-flows Read-only audit of app-layer auth — route×gate matrix, session lifecycle, OAuth, and provider traps (getSession vs ge…
kensaurus/cursor-kenji
1
31
audit-doctrine Read-only audit of custom lint/ratchet doctrine — is each rule right on the merits, not merely enforced. Use when "is…
kensaurus/cursor-kenji
1
32
canvas-design Create museum-quality visual art in .png and .pdf formats using design philosophy. Use when user asks for poster, vis…
kensaurus/cursor-kenji
1
33
code-antipatterns Detect and fix code anti-patterns and bad practices. Use when reviewing code quality, fixing problematic patterns, re…
kensaurus/cursor-kenji
1
34
code-review Thorough code review for correctness, security, performance, and patterns. Use when reviewing a PR, auditing a featur…
kensaurus/cursor-kenji
1
35
codebase-coherency Audit codebase for consistency and coherency issues. Use when checking naming conventions, file organization, pattern…
kensaurus/cursor-kenji
1
36
creative-effects Create stunning visual effects using WebGL, Three.js, shaders, particles, and creative coding. Use when user wants "3…
kensaurus/cursor-kenji
1
37
creative-workflow End-to-end creative development workflow combining design, frontend, and backend. Use when starting a new feature, bu…
kensaurus/cursor-kenji
1
38
database-optimization Optimize database queries, schemas, and performance. Use when fixing slow queries, adding indexes, N+1 problems, sche…
kensaurus/cursor-kenji
1
39
doc-coauthoring Guide users through structured workflow for co-authoring documentation. Use when user wants to write docs, proposals,…
kensaurus/cursor-kenji
1
40
docs-adr Create and maintain lightweight Architecture Decision Records as agent-readable decision memory — what was decided, w…
kensaurus/cursor-kenji
1
41
docs-coauthor Co-author structured documents (specs, PRDs, RFCs) through a 3-stage workflow: context gathering, drafting, and reade…
kensaurus/cursor-kenji
1
42
docs-domain-modeling >- Build and sharpen a project's domain model — a CONTEXT.md glossary and ubiquitous language. Use when pinning down …
kensaurus/cursor-kenji
1
43
enhance-readability Audit and fix how easily content is UNDERSTOOD: CPL/reading level, Gestalt grouping, deadspace, icons or a table that…
kensaurus/cursor-kenji
1
44
enhance-skill-prompts Upgrade an existing SKILL.md prompt (not its behavior) to 2026 practice: degrees of freedom, structured CoT, one work…
kensaurus/cursor-kenji
1
45
error-handling Implement robust error handling patterns. Use when adding error handling, improving error UX, debugging error flows, …
kensaurus/cursor-kenji
1
46
frontend-design Create distinctive, production-grade frontend interfaces avoiding generic AI aesthetics. Use when building web compon…
kensaurus/cursor-kenji
1
47
git-workflow Git branching, commits, and release workflows. Use when setting up branching strategies, writing commit messages, man…
kensaurus/cursor-kenji
1
48
hooks-builder Create and configure Cursor Agent Hooks to automate, observe, and control the agent loop. Use when setting up auto-fo…
kensaurus/cursor-kenji
1
49
housekeep-gates Apply-now consolidation of accreted CI gates, ratchets, and hooks into one aggregator required check. Use after audit…
kensaurus/cursor-kenji
1
50
interactive-ux Create delightful, playful, and engaging interactive experiences. Use when user wants "fun interactions", "playful UI…
kensaurus/cursor-kenji
1
Page 3 · 173 total Previous Next