tednaleid/claude-plugins

2Stars on the repository
21Mods indexed here, across every type
12d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

context-relay

01

tednaleid/claude-plugins

Skill Claude CodeCodex

Serialize a long Claude Code session's working state into a relay markdown doc, iteratively refine it by consulting a fresh-context reviewer subagent, and emit a copy-paste resume prompt for a brand-new Claude instance. Use whenever the user mentions context getting full, wanting to hand off a session, before running…

2 12d ago A 119 tokens

drawio

02

tednaleid/claude-plugins

Skill Claude CodeCodex

Use when creating or editing a draw.io / diagrams.net diagram, working with .drawio or .drawio.svg files, producing an architecture or topology or sequence diagram that someone will later edit, or when the user asks for an editable diagram rather than inline SVG or Mermaid. Also use when a diagram renders wrong, has…

2 12d ago A 80 tokens

just-bootstrap

03

tednaleid/claude-plugins

Skill Claude CodeCodex

Audit and set up CI, release, Justfile, and Homebrew infrastructure for any repo. Detects language (Rust, Zig, Swift, TypeScript/Bun) and project type (CLI, macOS app) automatically. Use this whenever the user mentions CI setup, release automation, homebrew tap, justfile recipes, bump/retag commands, pre-commit hooks…

2 12d ago B 110 tokens

onboard-codebase

04

tednaleid/claude-plugins

Skill Claude CodeCodex

Survey a codebase and write ONBOARDING.md (under 100 lines) covering stack, build/test/lint commands, architecture, entry points, and CI/CD. Use when the user asks to be onboarded to a repo, oriented to a new project, or wants their onboarding docs refreshed. Lives beside CLAUDE.md and loads on demand, so orientation…

2 12d ago A 84 tokens

gh-comment

05

tednaleid/claude-plugins

Skill Claude CodeCodex

Post line-anchored review comments to a GitHub pull request. Use ONLY when the user explicitly asks to post a specific comment or set of comments. Never invoke on your own initiative; default to drafting the comment and showing it instead. Handles head-SHA lookup, anchor validation, duplicate detection, and the From…

2 12d ago A 0 tokens

glab-comment

06

tednaleid/claude-plugins

Skill Claude CodeCodex

Post line-anchored review comments to a GitLab merge request. Use ONLY when the user explicitly asks to post a specific comment or set of comments. Never invoke on your own initiative; default to drafting the comment and showing it instead. Handles diff-ref lookup, anchor validation, duplicate detection, and the From…

2 12d ago A 0 tokens

review-branch

07

tednaleid/claude-plugins

Skill Claude CodeCodex

Deep multi-lens review of an MR, PR, or any local branch. Dispatches 4 parallel subagents (architecture, security, test coverage, naming/API) inside an isolated worktree, writes structured findings to a central review store, and serves a collaborative HTML tracker from a local daemon with a default-off Post toggle per…

2 12d ago A 180 tokens

worktree

08

tednaleid/claude-plugins

Skill Claude CodeCodex

Create a git worktree for reviewing an MR/PR or working on a branch in isolation. Use when the user wants to review a merge request or pull request, check out a branch in a separate worktree, or uses /worktree. Accepts an MR/PR number, an MR/PR URL, or a branch name. Runs the worktreetool script (creates the worktree…

2 12d ago A 115 tokens