tednaleid

21 mods across 1 repository, 2 stars between them.

tednaleid

01

tednaleid/claude-plugins

Plugin Claude Code

Plugin marketplace listing 6 plugins: context-relay, drawio, just-bootstrap, onboard-codebase, review-branch.

2 11d ago A tokens not measured

tednaleid/claude-plugins

Instructions file

Claude Code instructions for tednaleid/claude-plugins, covering claude-plugins, structure, build and test, adding a plugin and conventions.

2 11d ago A 301 tokens

context-relay

03

tednaleid/claude-plugins

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.

2 11d ago A tokens not measured

relay-reviewer

04

tednaleid/claude-plugins

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…

2 11d ago A 70 tokens

context-relay

05

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 11d ago A 119 tokens

drawio

06

tednaleid/claude-plugins

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.

2 11d ago A tokens not measured

drawio

07

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 11d ago A 80 tokens

just-bootstrap

08

tednaleid/claude-plugins

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.

2 11d ago A tokens not measured

just-bootstrap

09

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 11d ago B 110 tokens

onboard-codebase

10

tednaleid/claude-plugins

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.

2 11d ago A tokens not measured

onboard-codebase

11

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 11d ago A 84 tokens

review-branch

12

tednaleid/claude-plugins

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…

2 11d ago A tokens not measured

lens-architecture

13

tednaleid/claude-plugins

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…

2 11d ago A 0 tokens

lens-coverage

14

tednaleid/claude-plugins

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.

2 11d ago A 56 tokens

lens-naming

15

tednaleid/claude-plugins

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.

2 11d ago A 53 tokens

lens-security

16

tednaleid/claude-plugins

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.

2 11d ago A 60 tokens

gh-comment

17

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 11d ago A 0 tokens

glab-comment

18

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 11d ago A 0 tokens

review-branch

19

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 11d ago A 180 tokens

worktree

20

tednaleid/claude-plugins

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…

2 11d ago A tokens not measured

worktree

21

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 11d ago A 115 tokens