Agent

Claude Code

Skills, commands, and rules designed for Claude Code — Anthropic's CLI coding agent. Install via CLAUDE.md or the Cendis CLI.

20 skills available.

frontend Apr 17, 2026

Distinctive Frontend Design

Anthropic's official skill for generating production-grade frontend interfaces with bold aesthetic direction — avoids generic 'AI slop' UIs in favor of intentional, distinctive design.

Claude Code
testing Apr 17, 2026

Ban mock.module in Bun Tests

Stops Claude Code from reaching for Bun's mock.module — which poisons the global module registry and breaks test isolation. Forces factory + dependency injection patterns instead.

Claude Code Cursor Codex
seo Apr 17, 2026

Full Site SEO Audit

Runs a complete SEO audit by dispatching parallel subagents across 10 specialist areas — technical, content, schema, GEO, performance, local — and produces a prioritized action plan with a 0-100 health score.

Claude Code
seo Apr 17, 2026

Competitor / Alternatives Pages Generator

Generates 'X vs Y' and 'alternatives to X' SEO pages that capture high-intent comparison traffic — with honest framing, structured comparison tables, and conversion CTAs.

Claude Code
seo Apr 17, 2026

Content E-E-A-T Review

Reviews content for E-E-A-T signals (Experience, Expertise, Authoritativeness, Trust), readability, depth, and AI citation readiness — based on Google's 2025 Quality Rater Guidelines.

Claude Code
seo Apr 17, 2026

GEO / AI Overviews Optimization

Optimizes content and site infrastructure to be cited by Google AI Overviews, ChatGPT, Perplexity, and Bing Copilot — passage-level citability, llms.txt, brand mention signals, and crawler accessibility.

Claude Code
seo Apr 17, 2026

Programmatic SEO Planner

Plans and scaffolds programmatic SEO at scale — template + data → hundreds or thousands of unique landing pages — with built-in thin-content guards so you don't poison your domain.

Claude Code
seo Apr 17, 2026

Schema.org Structured Data

Detects, validates, and generates JSON-LD structured data for any page — Article, Product, Organization, FAQ, HowTo, BreadcrumbList, and more — to unlock rich results and AI citations.

Claude Code
seo Apr 17, 2026

Technical SEO Audit

Audits the technical layer of SEO — crawlability, indexability, canonical tags, sitemaps, security headers, mobile rendering, JavaScript-rendered content, and Core Web Vitals.

Claude Code
git Apr 17, 2026

Ship PR Pipeline

Mandatory pre-PR pipeline for Claude Code — branch check, simplify, security review, tests, scope check. Blocks 'merge-ready' status until every gate is green.

Claude Code
workflow Apr 17, 2026

Story-Driven Development

Requires Claude Code to find a story with acceptance criteria before writing any feature code — and to convert each AC into a failing test before implementation.

Claude Code Cursor
workflow Apr 17, 2026

Subagent Model Strategy

Routes Claude Code subagent work to the right model — Opus for architecture and security review, Sonnet for grunt work like exploration, search, and boilerplate. Cuts cost ~5x with no quality loss.

Claude Code
testing Apr 17, 2026

Strict TDD Story Loop

Forces Claude Code into strict red/green TDD — write failing tests first, commit red, then implement to green. No retrofitting tests after the fact.

Claude Code Cursor
testing Apr 17, 2026

Verify Before Done

Forces Claude Code to run typecheck and the full test suite before marking any task complete. Eliminates 'it should work' hand-waving.

Claude Code Cursor
debugging Apr 17, 2026

Verify Environment Before Debugging

Stops Claude Code from misdiagnosing production bugs as local-dev issues — confirms which environment the report came from before proposing a fix.

Claude Code Cursor
debugging Apr 15, 2026

Error Escalation (3-Strike Rule)

Stops Claude Code from spinning on errors — after 3 varied attempts at a problem, the agent surfaces the issue in plain language instead of burning tokens.

Claude Code
workflow Apr 15, 2026

Fresh Start Session Handoff

Generates a self-contained handoff prompt at the end of every session so a new Claude Code conversation can pick up exactly where the last one left off.

Claude Code
workflow Apr 15, 2026

Plan Before Acting

Forces Claude Code into plan mode for any non-trivial task — write specs upfront, reduce ambiguity, and catch architectural issues before touching code.

Claude Code
git Apr 15, 2026

PR Handoff Prompt

At the end of every PR cycle, Claude Code generates a complete handoff prompt so the next conversation can pick up review feedback, CI results, or follow-up work without re-discovery.

Claude Code
workflow Apr 15, 2026

Scope Discipline

Prevents Claude Code from expanding scope mid-task — no drive-by refactors, no unrelated fixes, no editorial changes cascading into renames.

Claude Code