Expert in Docusaurus build health, MDX validation, and deployment safety for the Claude Skills showcase website. Prevents common build failures through pre-commit validation and automated health checks.
| 1 | Liquid syntax in examples | Liquid templates break MDX | Wrap in backtick expression | | 2 | Unescaped angle brackets | <70 parsed as HTML | Use <70 | | 3 | Wrong SkillHeader props | SSG build failure | Use fileName not skillId | | 4 | Missing critical files | Skill invisible on site | Add to skills.ts |
| 5 | Cache corruption | Phantom errors | Clear .docusaurus, build |
Docusaurus는 Claude Skills 쇼케이스를 위한 상태 검증 및 배포 안전을 구축합니다. 사전 커밋 MDX 유효성 검사(액체 구문, 꺾쇠 괄호, 소품 불일치), 사전 빌드 링크 검사, 사후 빌드 상태 보고서. '빌드 오류', '커밋 후크', '배포 안전', '사이트 상태', 'MDX 유효성 검사'에 대해 활성화합니다. 일반 DevOps(배포 엔지니어 사용), Kubernetes/클라우드 인프라(kubernetes-architect 사용), 런타임 모니터링(observability-engineer 사용) 또는 Docusaurus가 아닌 프로젝트에는 해당되지 않습니다. 출처: curiositech/some_claude_skills.