TrevorS

31 mods across 1 repository, 10 stars between them.

TrevorS/dot-claude

Skill Claude CodeCodex

Audit and improve Claude Code hooks, rules, and settings.json. Use when adding/debugging a hook, organizing rules, auditing settings.json (permissions, env vars, stale flags), or deciding between hook vs skill vs rule vs CLAUDE.md. For SKILL.md authoring use the skill-creator plugin; for CLAUDE.md audits use the…

10 3d ago A 86 tokens

managing-dotfiles

02

TrevorS/dot-claude

Skill Claude CodeCodex

Manage dotfiles tracked in /.claude/dotfiles/ using GNU Stow. Use when adding config files to dotfiles, stowing/unstowing packages, or troubleshooting symlink conflicts.

10 3d ago A 44 tokens

TrevorS/dot-claude

Instructions file

Claude Code instructions for TrevorS/dot-claude, covering claude.md, interaction, important details and background tasks.

10 3d ago A 374 tokens

TrevorS/dot-claude

Skill Claude CodeCodex

Reorganize and clean up messy commit history on a feature branch into logical, reviewable commits. Use when cleaning up commits, preparing a branch for review, separating formatting from logic changes, fixing broken intermediate states, or squashing WIP commits.

10 3d ago A 56 tokens

committing-changes

05

TrevorS/dot-claude

Skill Claude CodeCodex

Stage, validate, and commit changes with a clear message, optionally pushing to remote and monitoring CI. Use when committing code, creating a commit, pushing changes, or doing a commit-and-push workflow.

10 3d ago A 46 tokens

TrevorS/dot-claude

Skill Claude CodeCodex

Execute a structured test plan and emit a concise results document (JSON + Markdown). Use when running test plans, executing QA workflows, verifying acceptance criteria systematically, or producing test results documentation.

10 3d ago A 43 tokens

monitoring-ci

07

TrevorS/dot-claude

Skill Claude CodeCodex

Monitor and watch GitHub Actions CI/CD pipeline runs in real time. Use when the user has pushed code and wants to watch the build, check CI status, see if tests passed, monitor a pipeline, or wait for a workflow run to complete. Also use after any jj git push or git push command. Reports pass/fail with failed job…

10 3d ago A 106 tokens

searching-history

08

TrevorS/dot-claude

Skill Claude CodeCodex

Search past Claude Code sessions to recall prior solutions, commands, fixes, and decisions. Use when the user references earlier work ("how did I fix", "last time we", "pick up where we left off", "a few months ago", "what was that … I set up", "didn't I once").

10 3d ago A 68 tokens

TrevorS/dot-claude

Skill Claude CodeCodex

Plan project implementation -- extract requirements from specs, break into tasks, create GitHub issues, set up project boards, or generate agent team configurations. Use when planning a project, extracting requirements, breaking down tasks, creating issues from a spec, setting up GitHub projects, or generating team…

10 3d ago A 65 tokens

TrevorS/dot-claude

Skill Claude CodeCodex

Sync this Claude Code config against the shipped product — find config features added since the pinned baseline that this config should adopt, and audit silently-validating surfaces (themes, settings) for keys that are missing, dropped, or invalid. Use when Claude Code has been updated, when the user asks what's new /…

10 3d ago A 156 tokens

using-jj

11

TrevorS/dot-claude

Skill Claude CodeCodex

Jujutsu (jj) version control reference. MUST load this skill whenever a query mentions jj, jujutsu, revsets, bookmarks, absorb, evolog, oplog, immutableheads, divergent changes, or jj-specific concepts — jj differs from git in non-obvious ways and the skill contains critical constraints (e.g., always pass -m, the…

10 3d ago A 117 tokens

using-linear

12

TrevorS/dot-claude

Skill Claude CodeCodex

Query, create, and manage Linear issues from the command line. Use when checking assigned work, viewing issue details, creating new issues, or updating issue status.

10 3d ago A 35 tokens

validating-project

13

TrevorS/dot-claude

Skill Claude CodeCodex

Auto-detect and run formatters, linters, type checkers, and tests for the current project. Use when validating a project, running all checks, checking code quality before committing, or verifying the build passes.

10 3d ago A 48 tokens

teej-skills

14

TrevorS/dot-claude

Plugin Claude Code

Teej's domain-specific skills bundled as a single plugin.

10 3d ago A tokens not measured

teej-skills

15

TrevorS/dot-claude

Plugin Claude Code

Teej's domain-specific skills (TTS/ML, frontend, niche tooling).

10 3d ago A tokens not measured

analyzing-wav

16

TrevorS/dot-claude

Skill Claude CodeCodex

Analyze WAV audio files for debugging TTS and audio pipelines. Use when inspecting sample rate, bit depth, channels, PCM values, waveform, or spectrogram of a WAV; validating WAV headers and format; comparing duration or amplitude between audio files; or diagnosing clipping, distortion, silence, and generated speech…

10 3d ago A 68 tokens

building-swiftui

17

TrevorS/dot-claude

Skill Claude CodeCodex

Build, review, debug, and modernize SwiftUI apps for macOS with modern patterns. Use when building SwiftUI UIs, reviewing code quality, debugging view issues, checking anti-patterns, migrating from AppKit, or designing app architecture.

10 3d ago A 55 tokens

configuring-tmux

18

TrevorS/dot-claude

Skill Claude CodeCodex

Build, review, and troubleshoot tmux configurations with modern best practices. Use when creating tmux.conf from scratch, adding plugins, configuring themes, integrating with Neovim, setting up session management, or debugging tmux issues.

10 3d ago A 51 tokens

cuda-kernels

19

TrevorS/dot-claude

Skill Claude CodeCodex

Develop, test, and optimize custom CUDA kernels in the candle framework for qwen3-tts-rs. Use when writing CUDA kernels, debugging GPU code, integrating kernels with candle, optimizing throughput, profiling with nsys/ncu, analyzing roofline, or investigating register pressure and occupancy.

10 3d ago A 62 tokens

displaying-images

20

TrevorS/dot-claude

Skill Claude CodeCodex

Display images in the terminal using the Kitty graphics protocol via kitty-img. Use when the user asks to show, display, view, preview, or render an image file (PNG, JPG, GIF, SVG, etc.) in the terminal, or when you want to visually present a generated image.

10 3d ago A 63 tokens

TrevorS/dot-claude

Skill Claude CodeCodex

Download models and weights from HuggingFace. Use when downloading models, fetching safetensors or GGUFs, running "hf download", cloning model repos, or pulling weights from HuggingFace.

10 3d ago A 47 tokens

implementing-issues

22

TrevorS/dot-claude

Skill Claude CodeCodex

Implement a GitHub or Linear issue end-to-end with TDD, branch management, and PR creation. Use when implementing an issue, working on a ticket, starting a feature from an issue, or building from issue requirements.

10 3d ago A 50 tokens

TrevorS/dot-claude

Skill Claude CodeCodex

Sync, build, and install the custom starship fork with jj support. Use when updating starship, rebuilding the binary, syncing with upstream, or modifying the jjstatus module.

10 3d ago A 43 tokens

profiling-qwen3-tts

24

TrevorS/dot-claude

Skill Claude CodeCodex

Profile and benchmark qwen3-tts-rs inference using e2ebench with chrome tracing, flamegraph, or Nsight Systems inside a CUDA Docker container. Use when profiling, benchmarking, checking performance, finding bottlenecks, or running flamegraphs.

10 3d ago A 61 tokens