active/dev.bootstrap.typescript/SKILL.md
Use when creating TypeScript projects or add TypeScript pre-commit checks.
npx skillsauth add kevinslin/skills dev.bootstrap.typescriptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Bootstrap new TypeScript projects from a local Copier template or add a pre-commit hook that runs linting and formatting for an existing project.
scripts/bootstrap_project.shscripts/add_precommit.shcopier is installed and /Users/kevinlin/code/copier-typescript-codex exists.scripts/bootstrap_project.sh <target_dir> [copier args].--data to avoid interactive prompts when needed.scripts/bootstrap_project.sh runs these steps; pass --skip-followup (or --no-followup) to skip.target_dir run pnpm install and pnpm test..git directory exists, run git init then pnpm prepare to activate Husky hooks.package.json exists and defines lint and format scripts.scripts/add_precommit.sh [project_root]..husky/_/husky.sh is missing, run your package manager install (or npx husky install) to activate hooks.development
Convert an existing static HTML site into a private Codex Site, optionally adding a persistent authenticated API and local programmatic writes. Use only when deliberately invoked as $html2site.
business
Research verified local events and create ranked, source-linked activity reports.
development
Preview available meeting options and create Google Calendar invites with attendee availability and room booking after confirmation. Use when directly invoked via $cal or when asked to schedule a meeting.
testing
Manage Git preflight, branches, worktrees, pushes, and completed-work cleanup. Use whenever creating a pr or when explicitly invoked.