.cursor/skills/file-naming/SKILL.md
File naming and versioning conventions for this repository. Apply when creating, renaming, or organizing files in the workspace. This skill should always be considered when working with files to ensure consistent naming.
npx skillsauth add marcelsantilli/context-os-starterkit file-namingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Apply these conventions when creating or renaming files in this workspace.
| | What | Example |
|---|---|---|
| Input | File being created or renamed | Any new .md file in this workspace |
| Output | Correctly named file following conventions | company-vision-and-strategy-v1.md |
This skill is passive -- apply it whenever creating or renaming files. No tools required.
Format: descriptive-name-v1.md
-v1, -v2 for all context filesGood:
company-vision-and-strategy-v1.mdideal-customer-profile-v1.mdwriting-style-context-v2.mdBad:
Company Vision.md (spaces, capitals, no version)icp_v1.md (underscores, abbreviation)strategy.md (no version, not descriptive)| Change Type | Action |
|-------------|--------|
| Minor updates | Edit in place, update last_updated in metadata |
| Major changes | Create new version (-v2), move old to /archive |
Each directory has an /archive subdirectory for outdated files.
context/voice/
├── writing-style-context-v2.md # Current
└── archive/
└── writing-style-context-v1.md # Previous
documentation
Write and review content using your company's voice and style. Use when creating blog posts, newsletters, thought leadership, product copy, or when the user asks to write, draft, edit, or review content.
documentation
Deep research on any topic, with option for raw research only or full study guide. Use when the user asks to research a topic, create a study guide, learn about something, or needs to become an expert in an area. Triggers on keywords like "research", "study guide", "learn about", "deep dive", "become expert", "master", "understand".
tools
Stage all changes, commit with a descriptive message, and push to the remote. Trigger with "push commit", "commit and push", "push changes", "/push-commit".
documentation
One-line description of what this skill does and when to trigger it. Include keywords that help the AI match user requests to this skill. Example trigger phrases like "write a post", "research this topic", "pull data from X".