← all publishers

peterknezek

@peterknezek source repo

4 published skills

  1. Story Naming · peterknezek bundle
    Use when creating Storybook stories, naming story exports, organizing story files, or reviewing story naming conventions. Ensures story names describe user scenarios and component states rather than implementation details.
    0
    installs
  2. Har Extraction · peterknezek bundle
    Use when user has a HAR file and wants to create API mocks, or when setting up MSW mocking for tests/Storybook from network recordings.
    0
    installs
  3. Git Conventions · peterknezek
    Enforces git commit message and branch naming conventions for the Valhalla frontend platform. ALWAYS use this skill before running git commit, git checkout -b, or any branch creation command. Use it when the user says "commit", "create a branch", "make a commit", "stage and commit", "push this", or when you are about to execute git commit or git checkout -b yourself. Applies the format: commits as `<type>(<taskId>): <brief description>` and branches as `<type>/<taskId>_<brief-description>`. Trigger even if the user doesn't mention conventions — applying them is always the right thing to do.
    0
    installs
  4. Storybook Interactions · peterknezek bundle
    Use when creating Storybook play functions, writing interaction tests in stories, or reviewing play function code in pull requests. Ensures consistent structure, proper query priorities, correct async handling, and best practices for Storybook interaction testing.
    0
    installs