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 generation —
web-content-revise,practice-area-content - Template references —
sa-template-reference,truck-talk-template - Audit / QA —
ai-visibility-auditor,sitemap-health-check,visual-qa,content-quality-auditor - Session management —
notion-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¶
- AI Visibility Auditor Skill Rewrite: Path Hardening, Scoring Normalization
- SA Template Reference Skill: Full Overhaul (April 3, 2026)
- Sitemap Health Check Skill Rewrite: Audit Errors, Config Restoration, Permission Tiers
- Kadence Override Detection: Skill Updates — Saves Pending
- sa-review-break Skill Fix + SA Grid Mobile Collapse Bug
- BSG Sidebar Component Deprecation: Full Skill Cleanup (April 2026)
- Skill Updates: 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