skills/smithery.ai/bookmark-checker

bookmark-checker

Installation
SKILL.md

Bookmark Checker

Automated validation and quality checks for Bookmark Vault.

Available Checks

Type Check

Verifies TypeScript compilation without errors and checks type safety.

  • Runs: ./scripts/check-types.sh
  • Checks: npx tsc --noEmit
  • Reports: TypeScript errors, type mismatches

Component Check

Validates component sizes, structure, and pattern compliance.

  • Runs: ./scripts/check-components.sh
  • Checks: Component line counts, prop interfaces, naming conventions
  • Reports: Oversized components, pattern violations
Installs
1
First Seen
Apr 20, 2026
bookmark-checker from smithery.ai