← all publishers

jsynowiec

@jsynowiec source repo

8 published skills

  1. Epub Builder · jsynowiec bundle
    Builds ePub 3 e-books from Markdown sources using pandoc. Generates a project-specific Python build script, embeds a production-ready e-ink stylesheet, and compiles chapters into a validated .epub file. Use when creating an epub, building an ebook, converting markdown to epub, generating an e-book, packaging chapters as an epub, or turning documentation into an ebook.
    0
    installs
  2. Build Verifier · jsynowiec
    Runs a repository's build pipeline (lint, typecheck, tests, build) in a standardized order and classifies failures. Use when establishing a baseline before changes or detecting regressions after upgrades.
    0
    installs
  3. Version Checker · jsynowiec bundle
    Determines latest stable or LTS versions of runtimes (Node.js, Python) and packages (npm, PyPI), checks EOL status, identifies upgrade paths, and looks up the VS Code compatibility matrix. Use when checking if project versions are outdated, need upgrading, or determining minimum VS Code engine version after a runtime change.
    0
    installs
  4. API Delta Finder · jsynowiec
    Identifies removed, renamed, and behavior-changing APIs between major versions of frameworks, libraries, or runtimes. Use after fetching release notes to classify API surface changes and their risk.
    0
    installs
  5. Test Gap Analyzer · jsynowiec
    Identifies which upgrade-affected components lack test coverage and scores risk by crossing change severity with coverage level. Use when planning an upgrade to flag risky untested paths before making changes.
    0
    installs
  6. Toolchain Discovery · jsynowiec
    Identifies build, test, lint, type-check, and formatting tooling in a repository. Use before running verification steps or assessing a project's development setup.
    0
    installs
  7. Upgrade Plan Generator · jsynowiec
    Synthesizes analysis findings (version checks, API deltas, impact mapping, test gaps) into an ordered, step-by-step migration plan with verification at each step. Use when analysis is complete and an executable upgrade plan is needed.
    0
    installs
  8. Release Notes Retriever · jsynowiec bundle
    Fetches upstream release notes, changelogs, deprecation notices, and migration guides for a library or runtime version range. Use before analyzing API changes or planning upgrades.
    0
    installs