From bun-typescript-agent-setup
Vendor bun-typescript-agent-setup into the current project. Copies rules to .claude/rules/*.md (and/or .cursor/rules/*.mdc, selected via --claude / --cursor / --both). Invoke with /bun-typescript-agent-setup:setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bun-typescript-agent-setup:setup [--claude | --cursor | --both][--claude | --cursor | --both]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run once per project. This is the only install path — there is no SessionStart auto-mirror, so the rules only land in the project after this command runs and they're tracked in source control like any other file.
Run once per project. This is the only install path — there is no SessionStart auto-mirror, so the rules only land in the project after this command runs and they're tracked in source control like any other file.
Safe to re-run; existing files are not overwritten.
Run the installer that ships with the plugin:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh" $ARGUMENTS
Pass --claude, --cursor, or --both to choose which targets get installed. The default (no flag) installs both.
The installer also writes templates such as package.json, tsconfig.json, biome.json, dprint.json, lefthook.yml, and .gitignore into the project root (skip-if-exists), runs bun add -d @biomejs/biome @types/bun dprint lefthook typescript, and registers the lefthook git hook via bunx lefthook install if the target is a git repository.
After the script finishes, confirm with:
bun-typescript-agent-setup installed.
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub dominik-rehse/bun-typescript-agent-setup --plugin bun-typescript-agent-setup