← all publishers

jamiemason

@jamiemason source repo

11 published skills

  1. Fix Bug · jamiemason
    Debug and fix bugs in Syncpack using scientific debugging methodology. Use when a test is failing, unexpected behaviour occurs, or investigating issues. Covers hypothesis-driven debugging and TDD-based fixes.
    0
    installs
  2. Write Code · jamiemason
    Rust code style and conventions for Syncpack. Use when writing or modifying Rust code. Covers functional patterns, imports, naming, and quality standards.
    0
    installs
  3. Add Feature · jamiemason bundle
    Add new features to Syncpack including commands and validation logic. Use when implementing new CLI commands, adding InstanceState variants, or extending version group behaviour.
    0
    installs
  4. Review Docs · jamiemason
    Review and improve Syncpack documentation for clarity, completeness, and consistency. Use when enhancing docs or validating before publication.
    0
    installs
  5. Search Code · jamiemason
    Search for code patterns in Syncpack. Use when finding symbols, implementations, or understanding how code is used. Covers ast-grep for Rust and grep/rg for other cases.
    0
    installs
  6. Write Tests · jamiemason bundle
    Write tests for Syncpack using the TestBuilder pattern. Use when adding tests for commands, validation logic, or any new functionality. Covers TestBuilder API, assertion patterns, and common test scenarios.
    0
    installs
  7. Testing Gaps · jamiemason
    Run coverage, inspect results, and identify missing test scenarios for a given source file. Use when analysing test coverage or finding untested branches.
    0
    installs
  8. Document Code · jamiemason
    Add and update the documentation website for Syncpack. Use when making user-facing changes to the codebase.
    0
    installs
  9. Front Loading · jamiemason
    Put the answer first, then context and details follow. Use when writing documentation, tutorials, error messages, or any communication where readers need to decide quickly if something is relevant to them.
    0
    installs
  10. Signal Over Noise · jamiemason
    Maximize useful information per word by removing filler, obvious explanations, and hedging language. Use when writing documentation, error messages, code comments, or any communication where clarity and conciseness matter.
    0
    installs
  11. Optimize Benchmarks · jamiemason
    Iterative performance optimisation loop for syncpack-specifier. Runs benchmarks, identifies bottlenecks, applies optimisations, verifies tests pass and benchmarks improve, then repeats.
    0
    installs