← all publishers

christopher-buss

@christopher-buss source repo

9 published skills

  1. Humanizer · christopher-buss bundle
    Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
    0
    installs
  2. Jest Roblox CLI · christopher-buss bundle
    Run Jest tests inside Roblox, configure test execution, collect code coverage, and debug test runner failures for Roblox and roblox-ts projects. Use when setting up or running tests for a Roblox project, executing the jest-roblox command, editing jest.config.ts, adding test coverage, or debugging errors like "no backend available" or "failed to find Jest instance".
    0
    installs
  3. Jest · christopher-buss bundle
    Testing Roblox/Luau code with Jest Roblox. Use when writing tests, mocking functions, asserting values, or configuring test suites in Luau with Jest Roblox. NOT JavaScript Jest — uses .never instead of .not, jest.fn() returns two values, 0 is truthy.
    0
    installs
  4. Pnpm · christopher-buss bundle
    Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.
    0
    installs
  5. Isentinel · christopher-buss bundle
    Opinionated preferences for roblox-ts development. Use when setting up new roblox-ts projects or when coding style/tooling decisions arise.
    0
    installs
  6. Roblox TS · christopher-buss bundle
    Use when writing TypeScript code for Roblox using roblox-ts, especially when unsure if a JavaScript API exists or how to handle Luau interop
    0
    installs
  7. Jecs · christopher-buss bundle
    Use when building ECS-based games in Roblox with roblox-ts using jecs for entities, components, queries, and relationships
    0
    installs
  8. Ecs Design · christopher-buss bundle
    Use when designing components, systems, or entity structures for jecs in Roblox. Use when deciding if data should be one component or multiple, when archetype transitions seem expensive, or when choosing entity members vs relationships.
    0
    installs
  9. Test Driven Development · christopher-buss bundle
    Test-driven development (TDD) with red-green-refactor loop. Use when user wants to build features, fix bugs, mentions "tdd", wants integration tests, or implementing all new code.
    0
    installs