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
Generate incremental Slack digests for channels, topics, and categories.
testing
Audit an OpenClaw maturity-scorecard surface into an evidence-backed component score report. Use when given a surface from an OpenClaw maturity-scorecard.md and asked to score coverage, quality, readiness, or generate a detailed surface report plus per-component subreports.
tools
Turn an existing concrete spec into a reusable generic spec template. Use when asked to create a generic spec, template spec, reusable implementation template, or generalized version of a spec from a specific implementation such as one plugin, channel, integration, feature, or PR.
data-ai
Trace how something works with an investigator subagent and a skeptical reviewer subagent.