From 1f50f1bf2bb1225b77d7bdf6760c22b8d278c96b Mon Sep 17 00:00:00 2001 From: CooperSheroy Date: Wed, 15 Jul 2026 09:04:02 +0530 Subject: [PATCH] docs: fix Cursor skill install path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a615a80..50d9c68 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ npx skills add nutlope/hallmark Re-run any time to update. Or copy [`SKILL.md`](skills/hallmark/SKILL.md) + [`references/`](skills/hallmark/references/) into: - **Claude Code**: `~/.claude/skills/hallmark/` -- **Cursor**: `.cursor/rules/hallmark.mdc` (body of `SKILL.md`, no frontmatter) +- **Cursor**: `.agents/skills/hallmark/` in your project - **Codex**: `~/.codex/skills/hallmark/` (personal) or `.codex/skills/hallmark/` (project-scoped) The rule-set lives in [`SKILL.md`](skills/hallmark/SKILL.md) and [`references/`](skills/hallmark/references/). Worked examples in [`docs/recipes.md`](docs/recipes.md) and [`docs/study-examples.md`](docs/study-examples.md).