dotfiles
Developer toolkit for shell setup, web scraping, and modern frontend workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorsmodern-css
Guide modern CSS with container queries, color spaces, and progressive enhancement.
build-free-types
Configure JSDoc and erasable TypeScript for type checking without a build step.
Hot Reloading for Chrome Extensions
Reload MV3 Chrome extensions and tabs when source files change.
buildless-types
Configures type checking for JavaScript and TypeScript projects without a build step.
pauls-project-setup
Configures new JavaScript projects with pnpm, node --test, esbuild, and oxlint conventions.
google-ai-search
Run Google searches and capture AI Overview responses via Chrome DevTools Protocol.
fetch-as-markdown
Fetch web pages with Playwright and convert rendered HTML to Markdown.
distill-page
Extract distilled webpage content as Markdown using Chromium's on-device ML page annotation.
GitHub PR comment fetcher
Fetches pull request reviews and comment threads with resolved status via GitHub CLI.
heap-snapshot-inspection
Analyze Chromium heap snapshots to diagnose memory leaks in Chrome, Node.js, and Electron.
qmd-expert
Queries markdown knowledge bases with the qmd CLI and retrieves high-scoring chunks.
Frequently Asked Questions
FAQPage SchemaHow to install paulirish dotfiles?โผ
Run `npx skills add paulirish/dotfiles --all -g -y` in your terminal to install all skills in this suite globally.
What can I do with paulirish dotfiles?โผ
You get shell aliases and Git utilities plus agent skills for fetching pages as Markdown, analyzing heap snapshots, gathering PR comments, and setting up modern CSS and type-safe projects.
How to convert a webpage to clean Markdown?โผ
Use the fetch-as-markdown or distill-page skills, which render the page in a browser and output noise-free Markdown ready for AI processing.
Does it work with Claude Code and other AI agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Can I use these dotfiles without shell experience?โผ
Yes. The agent skills run through plain-English requests, and you can cherry-pick individual aliases or scripts without adopting the full setup.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core