Claude · Codex
& Grok

Local playbooks.
Pinned extensions.

A public registry for practical agent work: self-authored skills, audited third-party modules, and a self-contained install loop that keeps Claude, Codex, and Grok skill homes in sync.

Agent skills for real work.

FULL SYNC
just vendor
just add
just status
21 skills available locally
12 self-authored skills in skills/
9 vendored skills from external.yml
3 agent homes linked by just add
Supply-chain gate SKILLSPECTOR · GITLEAKS · SHELLCHECK · CLAUDE REVIEW Every changed skill is scanned and gated in CI; a weekly sweep re-audits the full registry. AUDIT[·] SARIF

Registry structure

One catalog, two sources of authority.

First-party

Built here

Skills under skills/ are authored in this repository and published directly from their own SKILL.md, scripts, references, and agent config.

Third-party

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 ops skills/

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
Model workflow skills/

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
Automation health skills/

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
Communication skills/

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
Model workflow skills/

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
Observability skills/

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
Disk ops skills/

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
CPU ops skills/

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
Agent setup skills/

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
Agent ops skills/

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
Skill sourcing skills/

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
Media workflow skills/

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.

Browser QA external/

3rd-agent-browser

Automates browser navigation, screenshots, scraping, form work, exploratory QA, and app testing through the agent-browser CLI.

just vendor && just add
Grafana external/

3rd-alerting-irm

Configures Grafana Alerting, contact points, notification policies, silences, on-call schedules, IRM flows, and SLO burn alerts.

just vendor && just add
Grafana external/

3rd-dashboarding

Creates and edits Grafana dashboards, variables, panels, thresholds, transformations, annotations, and exportable dashboard JSON.

just vendor && just add
Grafana external/

3rd-grafana-oss

Provisions Grafana OSS data sources, dashboards, roles, service accounts, plugins, annotations, and health-check validation.

just vendor && just add
Frontend polish external/

3rd-transitions-dev

Provides portable CSS transition recipes for modals, dropdowns, panel reveals, text swaps, success checks, and error feedback.

just vendor && just add
Planning external/

matt-grill-me

Runs a relentless interview to sharpen a plan or design before implementation (depends on matt-grilling).

just vendor && just add
Planning external/

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
Planning external/

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
Domain model external/

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

Single install
npx skills add https://github.com/wquguru/skills --skill english-swe-daily

Full local sync

Vendor, link, verify
just vendor
just add
just status

Refresh third-party skills

Vendored sources
just vendor
just add