boneskull
@boneskull
Public Skills
git-commit-messages
by boneskull
Format git commit messages correctly, avoiding HEREDOC syntax issues in favor of multiline strings
git-rebase-interactive
by boneskull
Use this skill when asked to perform an interactive git rebase programmatically, absorb/fixup commits into other commits, squash commits together, reorder commits, or drop commits. Provides a portable approach that works on macOS and Linux without interactive user input.
XState Audition Testing Skill
by boneskull
Expert guidance on testing XState v5 Actors using xstate-audition library for comprehensive state machine and actor testing
XState v5 Expert Skill
by boneskull
Expert guidance for implementing and analyzing XState v5 state machines with TypeScript support and best practices
zod-v4
by boneskull
Expert guidance on Zod v4 validation library including breaking changes from v3, migration patterns, core API usage, and common validation patterns. Use when working with Zod schemas, validation, type inference, or migrating from Zod v3.
git-directory-management
by boneskull
Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
bupkis-assertion-patterns
by boneskull
How to write idiomatic assertions with the Bupkis assertion library for TypeScript and JavaScript
example-skill
by boneskull
Demonstrates skill structure with progressive disclosure and best practices for skill development