AndrewDongminYoo

26 mods across 2 repositories, 3 stars between them.

rn-agents-kit

02

AndrewDongminYoo/rn-agents-kit

Plugin Claude Code

Audit-first agent skills for React Native maintenance: code-quality audit, New Architecture readiness, asset hygiene, project snapshot, device screen capture, and Metro console capture.

2 12d ago A tokens not measured original Apache-2.0

rn-asset-hygiene

03

AndrewDongminYoo/rn-agents-kit

Skill Claude CodeCodex

Use when a React Native project has messy assets — unreferenced/unused image, SVG, or Lottie files, scattered or deeply-relative require() paths, or string-based asset references you want made type-safe. Audits first (read-only), then offers git-safe cleanup. Wraps the rn-typed-assets CLI.

2 12d ago A 72 tokens original Apache-2.0

rn-audit

04

AndrewDongminYoo/rn-agents-kit

Skill Claude CodeCodex

Use when you want a thorough, low-false-positive code-quality audit of a React Native / Expo codebase or a diff — render performance, hooks correctness, list virtualization, native boundaries, effect leaks. Fans out many agents and adversarially verifies each finding to kill false positives, so it is for breadth, not…

2 12d ago A 93 tokens original Apache-2.0

rn-device-capture

05

AndrewDongminYoo/rn-agents-kit

Skill Claude CodeCodex

Use when an agent needs to see the running React Native app — verify a screen rendered as intended, capture the iOS simulator or Android emulator, or screenshot an iOS 17+ physical device. Read-only with respect to project source; writes only a screenshot artifact. Runs the bundled device-shot.sh helper.

2 12d ago B 67 tokens original Apache-2.0

rn-metro-console

06

AndrewDongminYoo/rn-agents-kit

Skill Claude CodeCodex

Use when you need to read a running React Native app's console output — confirm a log fired, watch console.warn/error, or verify runtime behavior — without opening the DevTools GUI. Reads logs from Metro's CDP endpoint; bounded by default. Read-only with respect to project source. Runs the bundled rn-console.mjs…

2 12d ago A 72 tokens original Apache-2.0

rn-newarch-audit

07

AndrewDongminYoo/rn-agents-kit

Skill Claude CodeCodex

Use when planning a React Native upgrade or asking "is my app ready for the New Architecture?" — audits which dependencies and app-local native modules block enabling the New Architecture. Read-only; reports and interprets, changes nothing. Wraps the rn-newarch-ready CLI.

2 12d ago A 60 tokens original Apache-2.0

rn-project-snapshot

08

AndrewDongminYoo/rn-agents-kit

Skill Claude CodeCodex

Use when you want a fast, read-only snapshot of a React Native project's setup — RN/Expo version, New Architecture and Hermes flags, package manager, key config files — before deciding what to audit or upgrade. Read-only; routes to the deeper audits. A read-only reader: it surfaces stable files and commands, never…

2 12d ago A 73 tokens original Apache-2.0

cc-agents-kit

09

AndrewDongminYoo/cc-agents-kit

Plugin Claude Code

Guardrails and workflow tooling for Claude Code, packaged as installable plugins.

1 yesterday A tokens not measured original Apache-2.0

AndrewDongminYoo/cc-agents-kit

Instructions file

Claude Code instructions for AndrewDongminYoo/cc-agents-kit, covering claude.md, what this repo is, commands, layout contract and hook contract.

1 yesterday D 1,352 tokens original Apache-2.0

context-handoff

11

AndrewDongminYoo/cc-agents-kit

Plugin Claude Code

Carry work across sessions and keep the context that carries it lean: hand off a session, export or log what it found, chart an effort too big for one sitting, and audit or garbage-collect your Claude Code config.

1 yesterday A tokens not measured original Apache-2.0

config-gc

12

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Garbage collection for the active Claude config root — scans skills, memory, hooks, permissions, MCP servers, and caches for redundant, stale, or orphaned items, then walks the user through confirm-each-deletion cleanup. Use on "clean up my config", "config GC", "too many skills", "my .claude is bloated", or a…

1 yesterday A 81 tokens original Apache-2.0

context-budget

13

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

1 yesterday A 37 tokens copy · 91% Apache-2.0

handoff

14

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Use when a session's context is getting long or degrading and you need a detailed, self-contained summary to manually paste into a fresh session (or hand to another machine/tool/teammate). For a short durable fact instead, write it to the persistent memory directory (auto-loaded via MEMORY.md).

1 yesterday A 63 tokens original Apache-2.0

log-it

15

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Use when the user asks to record what a session discovered or learned ("기록해줘", "로그 남겨줘", "log this", "/log-it"), when a session ends after non-obvious findings or trial-and-error, or before /clear would lose them.

1 yesterday A 58 tokens original Apache-2.0

session-export

16

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Export a Claude Code session transcript as clean chat-style markdown with collapsed tool calls. Use when the user wants to save, archive, or re-read a session as a document — "세션 내보내줘", "export this session as markdown". For a compact continuation summary use /handoff instead.

1 yesterday A 64 tokens original Apache-2.0

wayfinder

17

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Chart an effort too big for one session as a map of decision tickets under docs/plans/, then resolve one ticket per session until the way to the destination is clear.

1 yesterday A 37 tokens original Apache-2.0

guard-hooks

18

AndrewDongminYoo/cc-agents-kit

Plugin Claude Code

Eight defensive hooks: blocks recursive rm on $HOME, download-and-execute pipelines, secrets-file access, path-less formatter runs, credentials in the staged diff, and the two zsh quoting mistakes that fail silently; warns on stale lockfiles and shellcheck findings; masks credential-shaped values out of Bash output…

1 yesterday A tokens not measured original Apache-2.0

PreToolUse

19

AndrewDongminYoo/cc-agents-kit

Hook

Runs before the agent uses a tool for Read, Edit, Write, MultiEdit, NotebookEdit, Bash, Grep, Glob and Bash tool calls, executing secrets-path-guard.sh, dangerous-command-guard.sh, zsh-quoting-guard.sh, pathless-rewriter-guard.sh and staged-secret-guard.sh via bash (5 commands). From AndrewDongminYoo/cc-agents-kit.

1 yesterday A tokens not measured copy · 59% Apache-2.0

PostToolUse

20

AndrewDongminYoo/cc-agents-kit

Hook

Runs after a tool call finishes for Edit, MultiEdit, Write and Bash tool calls, executing lockfile-drift-check.sh, shellcheck-on-edit.sh and output-secret-mask.sh via bash (3 commands). From AndrewDongminYoo/cc-agents-kit.

1 yesterday A tokens not measured copy · 59% Apache-2.0

repo-gate

21

AndrewDongminYoo/cc-agents-kit

Plugin Claude Code

What runs between "the code works" and "it is pushed": trunk setup, conventional-commit splitting, dependency vulnerability triage, spell-check triage, and babysitting CI until it is green.

1 yesterday A tokens not measured original Apache-2.0

ci-babysit

22

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Use after pushing a branch or opening a PR when CI needs monitoring or authorized make-green work. Keeps watch-only requests read-only, requires explicit current-request or approved-plan authority before reruns or local repairs, and stops honestly when a human or logic change is needed. Works in any ecosystem.

1 yesterday A 64 tokens original Apache-2.0

cspell-triage

23

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Use when cspell reports unknown words or forbidden words in a repository, when adding entries to a cspell dictionary, or when a cspell config needs setting up, consolidating, or auditing.

1 yesterday A 45 tokens original Apache-2.0

AndrewDongminYoo/cc-agents-kit

Skill Claude CodeCodex

Use when osv-scanner or trunk check reports dependency vulnerabilities (GHSA-) in a pnpm/npm/yarn project and you need to triage and fix them.

1 yesterday A 41 tokens original Apache-2.0