Rebrand · GitHub URLs and install command to nutlope/hallmark

Repo handover prep. Replaces:
- github.com/Luffixos/hallmark → github.com/nutlope/hallmark
  (banner star link, footer link, JS REPO constant for star count)
- npx skills add hallmark → npx skills add nutlope/hallmark
  (README install section, four install panes in site/index.html)

No skill internals touched — SKILL.md and references/ unchanged.
The local installed skill at ~/.claude/skills/hallmark/ continues
to work; the URL change is content-only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Youssef
2026-05-07 17:39:18 +01:00
co-authored by Claude Opus 4.7
parent 6020d445ed
commit a6a157e520
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ Each page is its own self-contained HTML + CSS — no shared theme, no shared la
## Install
```
npx skills add hallmark
npx skills add nutlope/hallmark
```
Or copy [`skill/`](skill/) into `~/.claude/skills/hallmark/` (Claude Code) or `.cursor/rules/hallmark.mdc` (Cursor — body of `SKILL.md`, no frontmatter).
+6 -6
View File
@@ -65,7 +65,7 @@
<a class="banner__install" href="#install" aria-label="Jump to install section">Install</a>
<a class="banner__star" href="https://github.com/Luffixos/hallmark" target="_blank" rel="noopener"
<a class="banner__star" href="https://github.com/nutlope/hallmark" target="_blank" rel="noopener"
aria-label="Star Hallmark on GitHub">
<svg class="banner__star-icon" viewBox="0 0 16 16" width="11" height="11" aria-hidden="true">
<path fill="currentColor"
@@ -745,7 +745,7 @@
<p class="install-pane__label"><span class="install-pane__step">I</span> Run</p>
<div class="install-pane__cmd" data-copy-source>
<span class="install-pane__prompt" aria-hidden="true">$</span>
<span class="install-pane__cmd-text" data-copy-text>npx skills add hallmark</span>
<span class="install-pane__cmd-text" data-copy-text>npx skills add nutlope/hallmark</span>
<button class="install-pane__copy" type="button" data-copy-btn aria-label="Copy install command">
<span class="install-pane__copy-default">Copy</span>
<span class="install-pane__copy-done">Copied</span>
@@ -811,7 +811,7 @@
<div class="hero__cta">
<p class="label">{{ctaLabel}}</p>
<pre class="code"
data-copy-source><span class="prompt">$</span><span data-copy-text>npx skills add hallmark</span><button class="code__copy" type="button" data-copy-btn aria-label="Copy install command"><span class="code__copy-default">Copy</span><span class="code__copy-done">Copied</span></button></pre>
data-copy-source><span class="prompt">$</span><span data-copy-text>npx skills add nutlope/hallmark</span><button class="code__copy" type="button" data-copy-btn aria-label="Copy install command"><span class="code__copy-default">Copy</span><span class="code__copy-done">Copied</span></button></pre>
</div>
</div>
<aside class="hero__moment" aria-hidden="true"></aside>
@@ -889,7 +889,7 @@
<p class="hero__lede">{{lede}}</p>
<div class="hero__cta">
<pre class="code"
data-copy-source><span class="prompt">$</span><span data-copy-text>npx skills add hallmark</span><button class="code__copy" type="button" data-copy-btn aria-label="Copy install command"><span class="code__copy-default">Copy</span><span class="code__copy-done">Copied</span></button></pre>
data-copy-source><span class="prompt">$</span><span data-copy-text>npx skills add nutlope/hallmark</span><button class="code__copy" type="button" data-copy-btn aria-label="Copy install command"><span class="code__copy-default">Copy</span><span class="code__copy-done">Copied</span></button></pre>
</div>
</div>
<figure class="hero__bloom-stage" aria-hidden="true">
@@ -924,7 +924,7 @@
<p class="hero__lede">{{lede}}</p>
<div class="hero__cta">
<pre class="code"
data-copy-source><span class="prompt">$</span><span data-copy-text>npx skills add hallmark</span><button class="code__copy" type="button" data-copy-btn aria-label="Copy install command"><span class="code__copy-default">Copy</span><span class="code__copy-done">Copied</span></button></pre>
data-copy-source><span class="prompt">$</span><span data-copy-text>npx skills add nutlope/hallmark</span><button class="code__copy" type="button" data-copy-btn aria-label="Copy install command"><span class="code__copy-default">Copy</span><span class="code__copy-done">Copied</span></button></pre>
</div>
</div>
<figure class="hero__orbit-stage" aria-hidden="true">
@@ -980,7 +980,7 @@
<section class="foot__block">
<p class="foot__label">Read or take a copy</p>
<ul class="foot__nav">
<li><a class="link" href="https://github.com/Luffixos/hallmark">Source on GitHub &rarr;</a></li>
<li><a class="link" href="https://github.com/nutlope/hallmark">Source on GitHub &rarr;</a></li>
<li><a class="link" href="#install">Install command</a></li>
<li><a class="link" href="#top">Back to top</a></li>
</ul>
+1 -1
View File
@@ -714,7 +714,7 @@ attachCopyButtons();
const starEl = document.querySelector("[data-star-count]");
if (!starEl) return;
const REPO = "Luffixos/hallmark";
const REPO = "nutlope/hallmark";
const CACHE_KEY = "hallmark-star-count";
const TTL = 60 * 60 * 1000; // 1h