Skip to content

Skill System & Claude Infrastructure

Status: Active (many skills, ongoing maintenance) Project: Operations · General

What this is

The firm runs on a large library of Claude skills — reusable capability files under Skills_Library/ that teach Claude how to perform specific recurring tasks. Skills cover website content generation, SEO audits, Google Ads management, Litify operations, session exports, and dozens of narrower workflows.

Skills are synced across multiple reference locations (the source and several _reference/ copies) via a dedicated skill sync hook configured in .claude/settings.json.

Types of skills in use

  • Content generationweb-content-revise, practice-area-content
  • Template referencessa-template-reference, truck-talk-template
  • Audit / QAai-visibility-auditor, sitemap-health-check, visual-qa, content-quality-auditor
  • Session managementnotion-session-export, session-end enforcement, session-start-hook
  • Operations — Litify Knowledge Center skills, referral partner cleanup
  • Slash commands/remind-me, /reminders, compliance chains

Recurring skill maintenance

Skills need active maintenance. They drift, get conflicting updates, miss edge cases, and occasionally break. Recent entries: - SA Template Reference Skill: Full Overhaul (April 3) - Truck Talk Template Skill Created (April 3) - AI Visibility Auditor Skill Rewrite: Path Hardening, Scoring Normalization - Sitemap Health Check Skill Rewrite - Web Content Revise v2.2 + GSC Cannibalization Audit - Kadence Override Detection: Skill Updates — Saves Pending - sa-review-break Skill Fix + SA Grid Mobile Collapse Bug - BSG Sidebar Component Deprecation: Full Skill Cleanup - Visual QA + Website Rules Enforcement Chain - Content-Quality-Auditor Recovery: Sitewide Restore + QA Sweep - Built /remind-me and /reminders Slash Command Skills - Notion Session Export Skill: Claude-to-Perplexity Computer Use pattern

Hooks

.claude/settings.json runs several hooks: - Credential protection — blocks edits to .credentials/vault.env and .gitignore - Skill sync reminder — alerts when a skill file is edited so all copies get updated - Compaction context — re-injects brand rules and key references after context compaction

Sources

See also