Releases: CryptoGnome/claude-kit
Releases · CryptoGnome/claude-kit
Release list
claude-kit v1.3.0 — seo-geo-aeo depth
Deepened seo-geo-aeo (→ skill v1.2.0) with practitioner lessons folded from a founder's "35k organic clicks/month" write-up.
Changed
- Site architecture & internal linking — group pages under a parent hub, lean nav, breadcrumbs, don't over-link.
- Sharper slugs (3–4 lowercase hyphenated keyword words; never integer/ID slugs) + iterate meta on CTR in Search Console.
- Don't over-optimize guardrail — no keyword-stuffing / thin pSEO / padding (with the authority-exception note).
- Off-page & authority — honest that backlinks are the #1 lever the audit can't measure, plus the ethical bootstrapper link-earning playbook.
claude-kit v1.2.0 — 4 engineering skills
21 skills. Four engineering skills, distilled from mattpocock/skills in our own voice.
Added
diagnosing-bugs— feedback-loop-first debugging for hard/flaky bugs & perf regressions: build a fast deterministic red/green loop before theorising, then reproduce → minimise → hypothesise → instrument → fix + regression-test → clean up.codebase-design— designing deep modules: lots of behaviour behind a small interface at a clean seam, with a precise shared vocabulary and checkable rules (the deletion test, "two adapters not one", "the interface is the test surface").prototype— a throwaway prototype to settle ONE design question: a terminal app for state/logic, or structurally-different UI variants on one route. Keep the answer, delete the code.plan-to-issues— synthesize a PRD (no interview) then cut it into end-to-end vertical-slice issues; publishes viaghor writes markdown.
Changed
- README reorganized into 5 groups now that the kit is 21 skills.
claude-kit v1.1.0 — research skill + README revamp
17 skills. Install: /plugin marketplace add CryptoGnome/claude-kit → /plugin install claude-kit@claude-kit
Added
research— delegate reading legwork to a background agent: investigate a question against primary sources (official docs / source code / specs / first-party APIs), follow each claim to its source, and leave a single cited Markdown note to work against. Feedsgrill/planning. (distilled from Matt Pocock'sresearch)
Changed
- README revamp — "Why these exist" pitch, a numbered Quickstart, a model-invoked explainer, a hook
> [!NOTE], an "Adding a skill" section, and a badge row. - Now on skills.sh — discoverable via
npx skills add CryptoGnome/claude-kit.
claude-kit v1.0.0 — first stable release
First stable release of claude-kit — a curated, minimal, opinionated set of 16 Claude Code skills you install once and use on every project.
Install
/plugin marketplace add CryptoGnome/claude-kit
/plugin install claude-kit@claude-kit
Skills
- Discipline: lazy-surgical · grill · handoff · caveman · semver · security-audit
- Frontend: anti-slop-frontend · redesign-existing-projects · a11y-audit · react-best-practices
- Content: marketing-copy · seo-geo-aeo · image-gen · remotion
- Web3: ethereum · solana
Plus an always-on lazy-surgical SessionStart hook.
In this release
seo-geo-aeodeepened to v1.1.0 — Technical SEO, AI-crawler/GEO (GPTBot/ClaudeBot/PerplexityBot,llms.txt, IndexNow), search-intent, more schema.- Governance moved to post-1.0 SemVer: new skill = minor, rename/removal = major, fix = patch.