daanvandenbergh/claudekit

Reusable Claude Code skills (TypeScript audits, legal policy writing, SEO, agent memory) and CLAUDE.md rule snippets. Content-only, no build step: symlink a skill into .claude/skills and @-import rules into your CLAUDE.md.

This repository also configures its own agents. See what claudekit tells them →

2Stars on the repository
7Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

memory-store

01

daanvandenbergh/claudekit

Skill Claude Code

Persist an agent's memory into a chosen directory as a clean, de-duplicated, agent-readable Markdown store, and keep it organized over time. Memory here is any durable thing worth remembering across sessions - a learned fact, a user preference or working convention, a decision and its rationale, an ongoing project…

not rated 2 3d ago A 324 tokens

audit-deep-logic

02

daanvandenbergh/claudekit

Skill Claude Code

Top-down, whole-system audit of a codebase's DEEP LOGIC - the bugs that live in the SEAMS between modules, not inside any one file. Finds contracts that drift across module boundaries, invariants enforced on one path but broken on a sibling path, cross-cutting responsibilities (deletion cascade, tenant-scope…

not rated 2 3d ago A 0 tokens

audit-security

03

daanvandenbergh/claudekit

Skill Claude Code

A project-agnostic, WHOLE-PROJECT security audit - the "subscribe to a security firm" skill. It runs the real scanners (osv-scanner for dependency CVEs, gitleaks for secrets in the working tree AND full git history, semgrep for SAST, trivy for IaC), then performs its OWN LLM-driven whole-repository security review (a…

not rated 2 3d ago A 294 tokens

audit-tests

04

daanvandenbergh/claudekit

Skill Claude Code

Hunt untested and under-tested logic in whatever project this runs in and write meticulous, edge-case-exhaustive unit tests until coverage is total. Learns the project's stack, test runner, and house style first, measures real coverage (installing the tool if missing), triages every source file, then writes tests that…

not rated 2 3d ago A 153 tokens

audit

05

daanvandenbergh/claudekit

Skill Claude Code

Run a phased, production-grade audit of a code module - security, code quality, deep call-chain logic, and test coverage - then fix what it finds, verify the build and tests, and emit a versioned audit report (inline by default, or written to a file with --out). Use when the user wants to audit, security-review…

not rated 2 3d ago A 143 tokens

seo

06

daanvandenbergh/claudekit

Skill Claude Code

Audit an entire website for SEO and auto-fix what it finds - crawlability, indexability, canonical/robots/sitemap/redirects/hreflang, titles and meta descriptions, headings, structured data (JSON-LD/Schema.org), Open Graph and Twitter/social cards, image alt, internal linking, Core Web Vitals, E-E-A-T content quality…

not rated 2 3d ago A 349 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: