tednaleid
01Plugin Claude Code
Plugin marketplace listing 6 plugins: context-relay, drawio, just-bootstrap, onboard-codebase, review-branch.
Plugin Claude Code
Plugin marketplace listing 6 plugins: context-relay, drawio, just-bootstrap, onboard-codebase, review-branch.
Instructions file
Claude Code instructions for tednaleid/claude-plugins, covering claude-plugins, structure, build and test, adding a plugin and conventions.
Plugin Claude Code
Serialize a long Claude Code session's working state into a relay doc, then iteratively refine it by consulting a fresh-context reviewer subagent until the baton is passable. Ends with a copy-paste resume prompt for a brand-new Claude instance.
Agent
Reviews a context-relay document with fresh eyes and raises only substantive, non-trivial ambiguities a brand-new Claude instance couldn't resolve by reading the repo itself. Use when the context-relay skill is iteratively refining a relay doc. Returns either a numbered list of questions or the literal token…
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…
Plugin Claude Code
Author draw.io diagrams that are readable and correct, then prove it by looking at them. Bundles a drawiotool script that exports any page to PNG through the desktop app's Electron binary so the agent can Read its own render, plus a linter for the defects a render cannot show. draw.io's desktop app, VS Code extension.
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…
Plugin Claude Code
Audit and set up CI, release, Justfile, and Homebrew infrastructure for any repo. Detects language automatically and generates normalized build/release tooling.
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…
Plugin Claude Code
Survey an unfamiliar codebase and generate a concise ONBOARDING.md (under 100 lines) covering language, frameworks, build/test/lint commands, high-level architecture, entry points, and CI/CD. Links from CLAUDE.md without @-including, so orientation loads on demand.
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…
Plugin Claude Code
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 per-finding post toggle…
Agent
Architecture lens for review-branch. Reviews the diff for layering/boundary violations. Operates in one of two modes: hex mode (when the project follows hexagonal architecture, detected by the orchestrating skill) checks ports/adapters discipline; otherwise general mode checks layer separation, dependency direction…
Agent
Test coverage lens for review-branch. Identifies new behavior introduced by the diff, evaluates whether the added tests actually exercise it, and flags meaningful gaps. Catches the 'Fake ignores the new parameter' anti-pattern and missing roundtrip tests on persistence boundaries.
Agent
Naming and API ergonomics lens for review-branch. Reviews the diff for naming consistency, public-surface design, parameter clarity, and symmetric-pair conventions. Compares new names against the codebase's existing vocabulary rather than abstract style guides.
Agent
Security lens for review-branch. Reviews the diff for trust-boundary issues, injection vectors, authn/authz regressions, secret handling, and resource-exhaustion risks. Reads full source files end-to-end and attempts to reproduce suspected bugs by running tests in the worktree.
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…
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…
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…
Plugin Claude Code
Create an isolated git worktree under .claude/worktrees/ for reviewing an MR/PR or working on a branch. Resolves the source branch from an MR number, URL, or branch name, copies gitignored env files (.env, .envrc) from the main worktree, bootstraps with direnv/uv/bun/npm/pnpm, and switches the session into the new…
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…