cursor
@cursor Organization
Public Skills
continual-learning
by cursor
Incrementally extract recurring user corrections and durable workspace facts from transcript changes, then update AGENTS.md with plain bullet points only. Use when the user asks to mine previous chats, maintain AGENTS.md memory, or build a self-learning preference loop.
create-learning-path
by cursor
Build a personalized learning roadmap with milestones and practice checkpoints
run-learning-retrospective
by cursor
Evaluate learning progress, identify blockers, and adjust the learning plan
check-compiler-errors
by cursor
Run compile and type-check commands and report failures
deslop
by cursor
Remove AI-generated code slop and clean up code style
fix-ci
by cursor
Find failing CI jobs, inspect logs, and apply focused fixes
fix-merge-conflicts
by cursor
Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution
new-branch-and-pr
by cursor
Create a fresh branch, complete work, and open a pull request
get-pr-comments
by cursor
Fetch and summarize review comments from the active pull request
review-and-ship
by cursor
Run a structured review, close key issues, and ship changes via PR
loop-on-ci
by cursor
Watch CI runs and iterate on failures until all checks pass
weekly-review
by cursor
Produce a weekly synthesis of authored commits with highlights by bugfix, tech debt, and net-new work
run-smoke-tests
by cursor
Run Playwright smoke tests, debug failures, and verify fixes
what-did-i-get-done
by cursor
Summarize authored commits over a user-specified time period into a concise update
ralph-loop-help
by cursor
Explain the Ralph Loop plugin, how it works, and available skills. Use when the user asks for help with ralph loop, wants to understand the technique, or needs usage examples.
cancel-ralph
by cursor
Cancel an active Ralph Loop. Use when the user wants to stop, cancel, or abort a running ralph loop.
ralph-loop
by cursor
Start a Ralph Loop for iterative self-referential development. Use when the user asks to run a ralph loop, start an iterative loop, or wants repeated autonomous iteration on a task until completion.
create-plugin-scaffold
by cursor
Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin repository.
review-plugin-submission
by cursor
Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.