Skip to main content
GitHub repository

dotfiles

dotfiles contains 27 collected skills from jkrumm, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
27
Stars
0
updated
2026-08-02
Forks
0
Occupation coverage
7 occupation categories · 93% classified
repository explorer

Skills in this repository

brain
file-clerks-434071

Read and write the second brain — a git-backed Obsidian vault at ~/SourceRoot/brain (PARA structure + a top-level wiki/ knowledge tree). Use whenever the user mentions "brain", "second brain", "knowledge base", "note", "remember", "look up", "find note", "capture", "wiki", or "okf". Also use for any request to save, retrieve, or organize personal knowledge that belongs in the brain rather than in a repo-specific doc.

2026-08-02
distill
technical-writers

Write, draft, and polish prose through a human-owned 7-step pipeline. Use whenever the user says "distill", "write article", "draft", "summarize into", "create content", "synthesize", or "publish". Also use for any task where the output is a piece of long-form writing — the pipeline keeps prose quality out of coding sessions.

2026-08-02
localai
unclassified

RETIRED — manage the (now decommissioned) per-machine mlx-audio TTS/STT stack; TTS/STT moved to the cloud audio-gateway (VPS)

2026-07-30
remote-dev
unclassified

Operate the Mac mini remote dev host — connecting from the MacBook over mosh or herdr --remote, running and reattaching many Claude Code agents, herdr workspaces/panes and its socket API, claude --bg durable daemons, the Uptime Kuma readiness heartbeat, and the failure modes specific to a headless always-on Mac. Use when the user mentions herdr, mosh, the mini, "remote dev", "dev host", detaching or reattaching agents, "did my agent survive", sessions dying on lid-close, or asks how to reach a dev server running on the mini.

2026-07-27
img
software-developers

Manage the personal image stack — public CDN uploads/transform URLs and the private image-share layer. Use whenever an image needs a URL (public or private) for an article, blog post, vault note, README, OpenGraph tag, or a one-off share; or when the user says "upload this image", "share this image", "private image", "publish image", "host this screenshot", "get me a CDN link", "resize this", mentions "image-share", or asks where an image lives.

2026-07-24
sync
network-and-computer-systems-administrators

Bidirectionally sync ALL git repos across two machines — this MacBook and the always-on Mac mini — over SSH, using GitHub/GitLab as the transport. Commits and pushes uncommitted work on both sides, then rebases/fast-forwards each so they converge, with per-repo subagents resolving rebases and merge conflicts. This is a MULTI-repo, TWO-machine operation — distinct from /commit, /ship, or /git-cleanup, which act on a single repo. Use whenever the user wants to sync their machines/repos, "catch up" the laptop to the Mac mini or push laptop work back, is about to travel or just got back, has uncommitted work scattered across many repos, or wants to reconcile branches that diverged between the two machines. Trigger even on a bare "sync", "sync my machines", or "get my repos up to date".

2026-07-24
check
software-quality-assurance-analysts-and-testers

Run validation (format, lint, tsc, test) via sideclaw MCP tool

2026-07-24
commit
software-developers

Smart git commit with conventional commits, OpenSpec awareness, and intelligent splitting for GitHub

2026-07-24
excalidraw-diagram
graphic-designers

Create Excalidraw diagram files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts. Delegates JSON generation + hydration to the sideclaw `excalidraw_diagram` MCP tool.

2026-07-24
implement
software-developers

Guided implementation with research, exploration, and validation. Scales from quick inline edits to multi-subagent workflows based on task complexity.

2026-07-24
otel
network-and-computer-systems-administrators

Query and debug OpenTelemetry data (traces, logs, metrics) in ClickHouse (HyperDX/ClickStack) via the sideclaw MCP `otel` tool. Use when investigating application errors, slow or missing traces, log anomalies, service health, or any observability question in local dev or VPS production (local + prod both supported).

2026-07-24
pr
software-developers

GitHub PR workflow - create, status, merge with intelligent conflict handling

2026-07-24
review
software-quality-assurance-analysts-and-testers

Multi-angle code review via sideclaw MCP tool (claude-sonnet-5, currently on Max per SIDECLAW_WORKER_BACKEND=max; IU unified endpoint fallback when unset). Add --deep to also run Anthropic's native correctness + security review, also on Max.

2026-07-24
upgrade-deps
software-developers

Dependency upgrade assistant with research and validation phases

2026-07-24
research
software-developers

Deep technical research via the research-gateway MCP — agentic Tavily + Context7 + page-fetch with cross-verification, returns a cited markdown report

2026-07-20
secrets
network-and-computer-systems-administrators

1Password secrets management — vault structure, op:// references, .env.tpl patterns, adding/rotating secrets, cron setup, troubleshooting

2026-07-15
ralph
software-developers

Scaffold and run a RALPH loop — an autonomous multi-group implementation plan executed by Claude via CLI with state tracking, retries, and per-group learning notes

2026-07-05
update-agent-rules
software-developers

Update agent rules (React, TanStack, Elysia best practices) from upstream GitHub repos. Use this skill when the user wants to update, sync, check versions, add new rule sets, or troubleshoot the rules setup. Also trigger when the user mentions "agent skills", "agent rules", "react rules", "tanstack rules", "elysia rules", or asks about the rules architecture.

2026-07-01
read-drawing
software-developers

Read and interpret Excalidraw diagrams (.excalidraw + .svg) via the sideclaw read_drawing MCP tool. Off Max, stronger vision model, structural JSON ground truth.

2026-06-17
dataviz
software-developers

Design and style professional, aesthetic data visualizations and analytics dashboards — visx charts + Mantine chrome with a centralized, enforced color system. Use when building or restyling charts, dashboards, or metric UIs, choosing a chart palette, or when existing charts look "childish"/inconsistent/over-colored.

2026-06-11
analyze
software-developers

Deep static analysis (dead code, duplication, circular deps, complexity) via fallow + claude -p subprocess

2026-06-02
iu-endpoint
software-developers

Validate the IU unified endpoint and discover better models. Probes every transport, health-checks the models configured in OpenCode (opencode.json), reports per-model backend redundancy + live latency, and diffs the live catalog to surface newer/hotter models worth adopting — for OpenCode and for the Hermes Agent (especially Kimi). Use when checking endpoint health, picking a reliable model/host, or deciding whether to upgrade configured models.

2026-05-25
ship
software-developers

Full deployment flow — auto-detects state, runs check/review/commit/PR/CodeRabbit iteration/merge/release. Smart direct-to-master vs PR detection.

2026-05-20
cloudflare
network-and-computer-systems-administrators

Cloudflare API operations across VPS and HomeLab — DNS records, tunnel ingress, multi-zone. Single skill for both servers; uses op://common/cloudflare for shared bits and per-server vaults for tunnel TOKEN/ID. Never exposes the API token to Claude Code directly.

2026-05-13
git-cleanup
software-developers

Semantically group and squash branch commits before PR — eliminates noise commits, proposes logical groupings, executes via pure git soft reset. Use before /pr create when branch has multiple commits or noisy history.

2026-05-13
browse
software-quality-assurance-analysts-and-testers

Chrome DevTools debugging via haiku subagent — console, network, DOM, screenshots. Isolates expensive MCP responses from main context.

2026-04-03
grill
project-management-specialists

Question until direction is completely clear, then generate PRD or transform to ralph groups depending on complexity

2026-04-03