← all publishers

kolyasya

@kolyasya source repo

9 published skills

  1. Pr Creator · kolyasya
    Create clear, focused GitHub pull requests with structured descriptions, proper labels, and assignee. Use when preparing, drafting, or submitting a PR. Trigger on: "create pr", "make a pr", "draft pr", "open pr", "submit pr", "open pull request", "pr-creator".
    0
    installs
  2. Docs Maintainer · kolyasya
    Maintain repository documentation as a supplement to code, never a substitute. Use when auditing existing docs for drift, deciding whether a new doc is justified, writing or updating an ADR, maintaining a domain glossary, or building a thin navigation layer. Trigger on: docs drift, markdown files, documentation, ADR, architecture decision record, glossary, domain language, ARCHITECTURE.md, README, docs as source of truth, documentation antipattern.
    0
    installs
  3. Meteor Fullstack · kolyasya bundle
    Full-stack Meteor 3.x development with React, MongoDB, async APIs, methods, pub/sub, and GraphQL. Use this skill when working on any Meteor project — writing methods, publications, subscriptions, React data containers, collection helpers, ORM patterns, REST APIs with accounts-express, Meteor-to-React integration via useTracker/withTracker, async migration from Fibers, optimistic UI, DDP, or debugging Meteor-specific issues like circular dependencies, method stubs, and simulation errors. Trigger on: Meteor, Meteor.js, Meteor 3, MeteorJS, callAsync, useTracker, withTracker, Meteor methods, Meteor publications, Meteor subscriptions, SubsManager, Minimongo, DDP, Mongo.Collection, Meteor.Error, optimistic UI, Fibers migration, meteor async, accounts-express. For diagnosing publication observer leaks or async teardown issues, trigger the meteor-observer-leaks skill.
    0
    installs
  4. Pr Review Guided · kolyasya
    Guided, file-by-file PR review where the user controls the pace. Fetches the PR diff and metadata (using gh CLI, GitHub MCP, or local git fallbacks), filters out lockfiles and generated files, sorts reviewable files by number of lines (smallest first), reviews them one-by-one as the user says "next", and validates repository merge and branch rules. For each file it shows the diff, reads relevant surrounding context from the codebase (callers, schemas, tests) only when needed to confirm a bug, then gives a concise analysis and verdict. Flags real defects inline with exact fix proposals. Respects project-specific PR_REVIEW_INSTRUCTIONS.md, AGENTS.md, and merge safety rules. Use this skill whenever someone wants to review a GitHub PR interactively, step through a PR file by file, or do a guided code review of a pull request. Also triggers on "review pr", "sequential review", "file by file review", "let's review this PR together", "auto review", or "automated review".
    0
    installs
  5. Git Branches Prune · kolyasya bundle
    Batch cleanup of temporary remote branches after user approval.
    0
    installs
  6. Info Style Writing · kolyasya
    Clean up and refactor articles, texts, or messages using Information Style. Use when the user asks to rewrite, improve, or edit a piece of text for clarity, remove fluff, replace vague adjectives with facts, fix passive voice, or make content more scannable. Trigger on: "rewrite this", "clean up this text", "make this clearer", "remove fluff", "info style", "edit this article", "improve this message".
    0
    installs
  7. Meteor Circular Deps · kolyasya bundle
    Diagnose Meteor.js circular dependencies and bundle leaks caused by eager bundling. Triggers: `module: falsy`, `Failed to register array mixin`, `Element type is invalid`, undefined imports, barrel/bucket files (`index.js`), or bundle auditing. Use this for Meteor + Reify architectures instead of generic JS advice.
    0
    installs
  8. Meteor Observer Leaks · kolyasya
    Use when hunting Meteor 3 publication observer leaks, server `observeChanges` / `observeChangesAsync` / `observeAsync`, `stop is not a function` in onStop, silent `stop?.()` no-ops, or access-revocation observers after a Fibers→async port.
    0
    installs
  9. Meteor Supply Chain Audit · kolyasya bundle
    Audit a Meteor + pnpm project for supply chain hygiene: lockfile drift, Npm.depends risk, and CI enforcement gaps. User-invoked; does not trigger automatically.
    0
    installs