isentinel
Installation
SKILL.md
isentinel Preferences
Opinionated tooling and patterns for roblox-ts development.
Quick Summary
| Category | Preference |
|---|---|
| Package Manager | pnpm (bun as optional runtime) |
| Language | TypeScript (strict + extra checks) |
| TypeScript Config | @isentinel/tsconfig |
| Linting | @isentinel/eslint-config (no Prettier) |
| Testing | Jest-roblox, TDD approach |
| Git Hooks | husky + lint-staged |
| Commits | Conventional Commits |
Package Manager (pnpm)
Related skills
More from christopher-buss/rbxts-jest-transformer
tsdown
Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.
1jest
Testing Roblox/Luau code with Jest Roblox. Use when writing tests, mocking
1pnpm
Node.js package manager with strict dependency resolution. Use when running
1vitest
Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.
1roblox-ts
|
1humanizer
|
1