jaansokk/cursor_tools

Cursor tooling: skills, rules, subagents

1Stars on the repository
19Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

ask-first

01

jaansokk/cursor_tools

Cursor rule Cursor

Before starting work new work, especially after a first prompt, always prefer asking to assuming. If uncertain about anything especially user intent or architecture choices, ask for clarifications first.

1 5mo ago A 42 tokens original MIT

git-mv-rename

02

jaansokk/cursor_tools

Cursor rule Cursor

Always use git mv when moving or renaming files, so the git history remains persistent.

1 5mo ago A 27 tokens original MIT

include-specs

03

jaansokk/cursor_tools

Cursor rule Cursor

Use specs/spec-index.md to decide which spec(s) apply to the current task. Only consult/include the spec(s) referenced there that are relevant to the prompt at hand. Specs are the source of truth for scope and acceptance criteria.

1 5mo ago A 57 tokens original MIT

update-specs

04

jaansokk/cursor_tools

Cursor rule Cursor

After implementation has finished, always review if the specs need to be updated, so they will not lag behind (specs will be used for any subsequent work). Use specs/spec-index.md to decide which spec(s) apply to the current task and should be updated.

1 5mo ago A 63 tokens original MIT