skillkit CLAUDE.md

Project instructions for maintaining the Skillkit collection of AI coding skills and its GitHub Pages website. They describe the skill-file format and the pages that must be updated when a skill is added.

In plain words
What is it for?
Use them when adding a Skillkit skill, updating its landing page and README, or working with the project's Git remote and file conventions.
Why use it?
They provide the project-specific rules needed to keep new skills, documentation, styling, metadata, and the published site in sync.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/sacredvoid/skillkit/claude-md
Clone the repo
git clone --depth 1 https://github.com/sacredvoid/skillkit
Per session 306 This file is loaded in full into every session.
When invoked 306 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00306 $0.00306
Opus 5 $0.00153 $0.00153
Sonnet 5 $0.00061 $0.00061
Haiku 4.5 $0.00031 $0.00031

Measured 2d ago against content hash f29a2bab8533, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skillkit CLAUDE.md 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 2d ago.

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.md · 37 lines

What it actually says

Skillkit

A collection of AI coding skills. Each skill lives in skills/<skill-name>/SKILL.md.

GitHub Pages

The landing page at docs/index.html is published to https://sacredvoid.github.io/skillkit.

When adding a new skill, always update docs/index.html:

  1. Add a new CSS card class (.card-<name>) with grid span, gradient, hover shadow, icon, title, and tag color styles
  2. Add the card HTML to the bento grid (before the full-width Local Image Gen card at the bottom)
  3. Update the skill count in the section title ("Nine skills. One install." etc.)
  4. Update the <meta> description tags in <head> to mention the new skill
  5. Update the responsive media query to include the new card class
  6. Pick a unique color from the existing CSS variables or add a new one to :root

Also update README.md to add the new skill to the skills table and add a details section.

Skill File Format

Each skill has YAML frontmatter:

---
name: skill-name
description: "What the skill does"
argument-hint: "[usage example]"
disable-model-invocation: true
allowed-tools: [tool list]
---

Git Remote

Uses [email protected]:sacredvoid/skillkit.git (personal-git SSH alias may also be used).

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. 2d ago First seen · 37 lines · 306 tokens per session scan A f29a2bab8533

Subscribe to this mod's changes

skillkit CLAUDE.md is an instructions file published in the GitHub repository sacredvoid/skillkit (10 stars, last pushed 5mo ago), licensed MIT. It adds 306 tokens to every session, about $0.0015 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 instructions, from other repositories