Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@ It stays a quiet branch; vanilla briefs never see it. The protocol lives in [`cu
npx skills add nutlope/hallmark
```

Re-run any time to update. Or copy [`SKILL.md`](skills/hallmark/SKILL.md) + [`references/`](skills/hallmark/references/) into:
Re-run any time to update. Or copy the [`skills/hallmark/`](skills/hallmark/) folder (including `SKILL.md` + `references/`) into:

- **Claude Code**: `~/.claude/skills/hallmark/`
- **Cursor**: `.cursor/rules/hallmark.mdc` (body of `SKILL.md`, no frontmatter)
- **Cursor**: `.cursor/skills/hallmark/` (project-scoped) or `~/.cursor/skills/hallmark/` (global)
- **Codex**: `~/.codex/skills/hallmark/` (personal) or `.codex/skills/hallmark/` (project-scoped)

> **Cursor note:** Cursor supports the same Agent Skills standard as Claude Code. Place the full `hallmark/` folder (with `SKILL.md` and `references/`) under `.cursor/skills/` — do not strip the frontmatter or flatten into a single `.mdc` rule file, or the reference documents won't be available to the agent.

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).

---
Expand Down