seekstone.dev: Skill for Claude Code

.claude/skills/seekstone-design/SKILL.md

seekstone-design is a skill for Claude Code from shaqmughal/seekstone.dev. It costs 63 tokens per session (742 once invoked), scanned A, original, MIT.

A design guide and UI kit for Seekstone, an open-source Obsidian MCP server. It defines the brand's visual style and provides reusable styles, assets, and React interface components.

In plain words
What is it for?
Use it to design or prototype Seekstone websites, dashboards, buttons, cards, metrics, code blocks, tabs, icons, and other branded interface elements.
Why use it?
It gives Seekstone interfaces a consistent appearance, wording, typography, colors, and component structure.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is shaqmughal/seekstone.dev's own configuration. It tells Claude Code how to work on seekstone.dev itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seekstone.dev configures →

Reuse

Borrowing it

Nothing to install: this file belongs to shaqmughal/seekstone.dev. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shaqmughal/seekstone.dev/main/.claude/skills/seekstone-design/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/shaqmughal/seekstone.dev

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seekstone-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/shaqmughal/seekstone.dev/seekstone-design/github.svg)](https://agentmods.dev/skills/shaqmughal/seekstone.dev/seekstone-design)
Your own site
<a href="https://agentmods.dev/skills/shaqmughal/seekstone.dev/seekstone-design"><img src="https://agentmods.dev/badge/skills/shaqmughal/seekstone.dev/seekstone-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seekstone-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/shaqmughal/seekstone.dev/seekstone-design"><img src="https://agentmods.dev/badge/skills/shaqmughal/seekstone.dev/seekstone-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 742 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.00742
Opus 5 $0.00032 $0.00371
Sonnet 5 $0.00013 $0.00148
Haiku 4.5 $0.00006 $0.00074

Measured 8d ago against content hash c6de58de5228, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

seekstone-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 10 executable files (_ds_bundle.js, components/brand/GemMark.d.ts, components/core/Badge.d.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/seekstone-design/SKILL.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Seekstone design

Read the readme.md file within this skill, and explore the other available files. It covers the brand story, content/voice fundamentals, visual foundations, iconography, and a full file index.

Seekstone's identity is a clean extension of Obsidian: a faceted violet gem on a purple-tinted near-black canvas, Inter + JetBrains Mono type, with Seekstone's own amber spark and big monospace benchmark numerals for warmth and proof. The goal of any Seekstone surface is to feel fast, joyful, and trustworthy and to drive people to the GitHub repo and the 30-second install.

Where things are

  • styles.css — the single stylesheet to link; it @imports every token + font file under tokens/.
  • tokens/ — colors, typography, spacing, effects (CSS custom properties).
  • components/ — React primitives: GemMark, Button, Badge, Card, Metric, CodeBlock, Tabs. Props in each *.d.ts, usage in each *.prompt.md.
  • ui_kits/website/ — the full landing page, well factored into section components.
  • guidelines/foundations/ — specimen cards for colors, type, spacing, brand.
  • assets/ — gem icons, wordmarks, favicons.

How to work

If creating visual artifacts (slides, mocks, throwaway prototypes, etc.): copy the assets you need out of assets/, link styles.css (or inline the tokens), and produce static HTML files for the user to view. Compose the existing components rather than reinventing them; read primitives from window.SeekstoneDesignSystem_<hash> after loading _ds_bundle.js, or lift their styles directly from the token variables.

If working on production code (e.g. the real seekstone.dev Astro site): copy the assets and use the tokens + the rules in readme.md to become an expert in designing with this brand. Keep all copy and every benchmark figure faithful to the Seekstone repo.

If the user invokes this skill without other guidance, ask them what they want to build or design, ask a few focused questions (surface, audience, fidelity, variations), and then act as an expert designer who outputs HTML artifacts or production code, depending on the need.

Read the full file on GitHub · 50 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 50 lines · 63 tokens per session scan A c6de58de5228

Subscribe to this mod's changes

seekstone-design is a skill published in the GitHub repository shaqmughal/seekstone.dev (1 stars, last pushed today), licensed MIT. It adds 63 tokens to every session and 742 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens