Loading...
Loading...
Found 132 Skills
Install groove's Cursor native hooks into .cursor/hooks.json. Enables compaction-safe re-priming, session-end reminders, git activity capture, and managed-path protection.
Integrate GrepAI with Cursor IDE via MCP. Use this skill to enable semantic code search in Cursor.
Best practices for working with Cursor. Use when learning how to effectively use Cursor features or optimizing your workflow.
Control Cursor AI code editor via CLI. Open files, folders, diffs, and manage extensions.
Creates Cursor-specific AI agent skills with SKILL.md format. Use when creating skills for Cursor editor specifically, following Cursor's patterns and directories (.cursor/skills/). Triggers on "cursor skill", "create cursor skill".
Implement efficient pagination strategies for large datasets using offset/limit, cursor-based, and keyset pagination. Use when returning collections, managing large result sets, or optimizing query performance.
Meta-skill for analyzing PRs, issues, and user interactions to improve Cursor rules and skills automatically
Creates Cursor-specific AI subagents with isolated context for complex multi-step workflows. Use when creating subagents for Cursor editor specifically, following Cursor's patterns and directories (.cursor/agents/). Triggers on "cursor subagent", "cursor agent".
Fetch and apply Cursor-style workspace rules supporting all rule formats (.cursor/rules/*.md, *.mdc, AGENTS.md, and legacy .cursorrules).
Discover session files for a repo across Claude Code, Codex, and Cursor, and extract session metadata (timestamps, branch, cwd, size, platform). Invoked by session-research agents — not intended for direct user queries.
Initialize the memory system in the current directory, generating CLAUDE.md (optional AGENT.md for Cursor), MEMORY.md, and the memory/ directory. Triggered when the user says "initialize memory", "set up memory", "memory init", or "/memory-init".
Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading