Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub dominik-rehse/bun-typescript-agent-setupHow 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.
Provides Kotlin testing patterns using Kotest, MockK for mocking, coroutine and property-based tests, Kover coverage, and TDD workflows for unit testing and refactoring.
Share bugs, ideas, or general feedback.
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, and .gitignore into the project root (skip-if-exists) and runs bun add -d @biomejs/biome @types/bun typescript.
After the script finishes, confirm with:
bun-typescript-agent-setup installed.