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…
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…
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…
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…
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…
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…
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…
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…