10 published skills
- ▌ Modern CSS · paulirish bundleSpecialized knowledge for writing modern high-quality CSS. Trigger this skill when starting a new CSS project/file, when the user asks about new CSS features (e.g. Masonry, View Transitions, Container Queries, Scroll-driven animations), or requests refactoring of legacy styles to modern standards.
- ▌ Qmd Expert · paulirishHow to effectively use QMD (Quick Markdown Search) to pull in extra relevant context, run multi-query searches, extract high-scoring chunk IDs, and fetch their contents. Use this skill when asked to search across a large markdown knowledge base, run QMD queries, or retrieve deep context using the qmd CLI.
- ▌ Distill Page · paulirish bundleExtract distilled page content as Markdown using Chromium's on-device ML page content annotation.
- ▌ Buildless Types · paulirish bundleUse when the user asks to "set up types without a build step", "use vanilla JS with types", "configure erasable syntax", or mentions "JSDoc type checking". It provides instructions for modern type safety using JSDoc in browsers and native TypeScript execution in Node.js.
- ▌
- ▌ Github Pr Comment Fetcher · paulirish bundleEasily query for open discussions and reviews on a pull request to help resolve them.
- ▌ Pauls Project Setup · paulirishPaul's modern stack conventions for new projects (pnpm, native node test, esbuild, buildless-types). Consult when starting a new project or repository.
- ▌ Hot Reloading For Chrome Extensions · paulirish bundleSet up hot-reloading for chrome extensions. Provides a zero-dependency solution for automatic extension refreshing during development.
- ▌ NPM Trusted Publishing · paulirish bundleSet up or debug npm Trusted Publishing (OIDC) from GitHub Actions. Handles permissions, metadata validation, and provenance.
- ▌ Heap Snapshot Inspection · paulirish bundleInvestigating memory issues and leaks in Chromium-based environments (Chrome, Node.js, Electron) using heap snapshots and the @paulirish/agents CLI.