Agent skills for real work.
just vendor
just add
just status
Registry structure
One catalog, two sources of authority.
Built here
Skills under skills/ are authored in this repository
and published directly from their own SKILL.md,
scripts, references, and agent config.
Pinned and vendored
Skills declared in external.yml are fetched into
external/, renamed with a prefix (default
3rd-, e.g. matt-), and locked to upstream
commits in external.lock.
Local operating taste
Self-authored skills
These encode personal workflows, hard-earned setup knowledge, and automation habits that should be repeatable by an agent.
agent-compat-sync
Keeps Claude and Codex repository instructions compatible through
safe symlinks for CLAUDE.md, AGENTS.md,
and skill folders.
npx skills add https://github.com/wquguru/skills --skill agent-compat-sync
claude-5-best-practice
Routes Haiku 4.5 / Sonnet 5 / Opus 5 / Fable 5 and effort levels
for the cheapest accepted result, diagnoses failures before
escalating, and handles refusals, fallback, and long-horizon agent
runs. Renamed from fable-5-best-practice.
npx skills add https://github.com/wquguru/skills --skill claude-5-best-practice
clean-my-loop
Audits recurring agent loops, stale memory files, bloated prompts, and instruction drift so autonomous work stays grounded.
npx skills add https://github.com/wquguru/skills --skill clean-my-loop
english-swe-daily
Coaches software engineers toward more natural English for standups, Slack, code review, meetings, and light workplace chat.
npx skills add https://github.com/wquguru/skills --skill english-swe-daily
gpt-5-6-best-practice
Optimizes GPT-5.6 Codex tier, reasoning-effort, and subagent choices for accepted-outcome cost across Sol, Terra, and Luna.
npx skills add https://github.com/wquguru/skills --skill gpt-5-6-best-practice
grafana-best-practice
Reviews and improves Grafana dashboards, alert rules, Flux queries, panel readability, provisioning, and notification delivery.
npx skills add https://github.com/wquguru/skills --skill grafana-best-practice
free-my-disk
Safely audits and reclaims macOS or Linux disk space across caches, Docker storage, logs, SSH servers, and scheduled disk checks.
npx skills add https://github.com/wquguru/skills --skill free-my-disk
free-my-cpu
Audits Linux and Docker CPU pressure, load average, I/O wait, hot containers, slow dashboards, and safe remediation options.
npx skills add https://github.com/wquguru/skills --skill free-my-cpu
pi-setup
Configures Pi Agent with DeepSeek, Ring, ZenMux, model settings, curated extensions, and known setup pitfall fixes.
npx skills add https://github.com/wquguru/skills --skill pi-setup
pi-sub-agent
Delegates coding execution to Pi + cheap ZenMux models while the lead agent plans, drives, verifies, and adjudicates failures.
npx skills add https://github.com/wquguru/skills --skill pi-sub-agent
skills-finder
Searches skills.sh and gates third-party candidates through a security audit before any adoption or installation decision.
npx skills add https://github.com/wquguru/skills --skill skills-finder
youtube-toolkit
Downloads YouTube videos with yt-dlp and post-processes them with ffmpeg for conversion, audio extraction, subtitles, and watermarks.
npx skills add https://github.com/wquguru/skills --skill youtube-toolkit
Pinned extensions
Third-party skills
Vendored skills keep useful outside expertise close by while making provenance, naming, and install state explicit.
3rd-agent-browser
Automates browser navigation, screenshots, scraping, form work, exploratory QA, and app testing through the agent-browser CLI.
just vendor && just add
3rd-alerting-irm
Configures Grafana Alerting, contact points, notification policies, silences, on-call schedules, IRM flows, and SLO burn alerts.
just vendor && just add
3rd-dashboarding
Creates and edits Grafana dashboards, variables, panels, thresholds, transformations, annotations, and exportable dashboard JSON.
just vendor && just add
3rd-grafana-oss
Provisions Grafana OSS data sources, dashboards, roles, service accounts, plugins, annotations, and health-check validation.
just vendor && just add
3rd-transitions-dev
Provides portable CSS transition recipes for modals, dropdowns, panel reveals, text swaps, success checks, and error feedback.
just vendor && just add
matt-grill-me
Runs a relentless interview to sharpen a plan or design before
implementation (depends on matt-grilling).
just vendor && just add
matt-grill-with-docs
Same grilling loop, also producing ADRs and a glossary as you go
(depends on matt-grilling and matt-domain-modeling).
just vendor && just add
matt-grilling
Grills the user one question at a time about a plan, decision, or idea until shared understanding is reached.
just vendor && just add
matt-domain-modeling
Builds and sharpens a project domain model: ubiquitous language, glossary, and architectural decision records.
just vendor && just add
Install and maintain
Link everything locally, publish only what belongs upstream.
Use a first-party skill
npx skills add https://github.com/wquguru/skills --skill english-swe-daily
Full local sync
just vendor
just add
just status
Refresh third-party skills
just vendor
just add