2ykwang

36 mods across 2 repositories, 38 stars between them.

commit-fixup

01

2ykwang/cview

Skill Claude CodeCodex

Absorb uncommitted working tree edits into the existing commits on the current branch where each change belongs (fixup commits + autosquash rebase). Use on requests like 'fold this into the original commit', 'clean up the commit history', 'squash the review fixes into their commits', 'fixup', 'amend into an existing…

20 25d ago A 110 tokens original MIT

commit-split

02

2ykwang/cview

Skill Claude CodeCodex

Split a pile of uncommitted changes into several context-scoped commits. Analyzes the diff first, proposes logical groups and a commit count, and once the user confirms the granularity, stages per file — down to hunks inside a single file when needed — and commits with messages matching the repo's convention. Use on…

20 25d ago A 140 tokens original MIT

cview AGENTS.md

03

2ykwang/cview

Instructions file CodexOpenCode

Instructions for 2ykwang/cview, covering agents.md, bootstrap and verification, where behavior belongs, contracts to preserve and change discipline.

20 25d ago A 652 tokens original MIT

cview CLAUDE.md

04

2ykwang/cview

Instructions file

Instructions for 2ykwang/cview, a project described as: Local viewer for Claude Code sessions with search, timeline, and export.

20 25d ago A 5 tokens copy · 100% MIT

add-skill

06

2ykwang/agent-skills

Command Claude Code

Scaffold a new skill with validation, plugin generation, and README update.

18 27d ago A 15 tokens original MIT

2ykwang/agent-skills

Instructions file

Instructions for 2ykwang/agent-skills, covering claude.md, commands, skill structure (source), generated output (do not edit manually) and adding a new skill.

18 27d ago A 802 tokens original MIT

code-history

08

2ykwang/agent-skills

Plugin Claude Code

Trace the git history of specific code — when a function, pattern, or file was added, modified, or removed, and the intent behind each change. Use when the user asks when or why a piece of code changed, wants the evolution of a function, or needs the commit or PR that introduced a behavior. Read-only; not for plain…

18 27d ago A tokens not measured original MIT

code-history

09

2ykwang/agent-skills

Skill Claude CodeCodex

Trace the git history of specific code — when a function, pattern, or file was added, modified, or removed, and the intent behind each change. Use when the user asks when or why a piece of code changed, wants the evolution of a function, or needs the commit or PR that introduced a behavior. Read-only; not for plain…

18 27d ago A 82 tokens original MIT

code-review-report

10

2ykwang/agent-skills

Plugin Claude Code

Turn code changes into a single-file HTML code review report that pairs the diff with context a diff can't show — design decisions, rejected alternatives, tradeoffs, unfinished work — plus prioritized review points. Use when preparing for review after finishing a sizable change, refactor, or feature, or whenever the…

18 27d ago A tokens not measured original MIT

commit-fixup

11

2ykwang/agent-skills

Plugin Claude Code

Absorb uncommitted working tree edits into the existing commits on the current branch where each change belongs (fixup commits + autosquash rebase). Use on requests like 'fold this into the original commit', 'clean up the commit history', 'squash the review fixes into their commits', 'fixup', 'amend into an existing…

18 27d ago A tokens not measured original MIT

commit-split

12

2ykwang/agent-skills

Plugin Claude Code

Split a pile of uncommitted changes into several context-scoped commits. Analyzes the diff first, proposes logical groups and a commit count, and once the user confirms the granularity, stages per file — down to hunks inside a single file when needed — and commits with messages matching the repo's convention. Use on…

18 27d ago A tokens not measured original MIT

create-qa-list

13

2ykwang/agent-skills

Plugin Claude Code

Turn code, specs, a PR, or the current conversation into a QA test-case list a non-developer can read and run, exported as CSV, a shareable HTML report, or both. Trigger when the user wants QA test cases, a test plan, a QA checklist, or a test-case CSV/HTML (e.g. "write test cases for this", "make a QA list"). Output…

18 27d ago A tokens not measured original MIT

decision-board

14

2ykwang/agent-skills

Plugin Claude Code

Render an interactive HTML board for the user to pick among multiple comparable options side-by-side at once — engineering trade-offs, copy audits, action-item triage, architecture decisions, policy calls. Returns the picks (and optional hold/note flags) as a JSON file the agent can apply.

18 27d ago A tokens not measured original MIT

2ykwang/agent-skills

Plugin Claude Code

Analyze a Django Trac ticket and produce a triage recommendation report — duplicate search, related PRs, forum threads, and the affected source code. Use when the user gives a Django ticket number, or asks whether a ticket is valid, a duplicate, or ready for a triage stage.

18 27d ago A tokens not measured original MIT

docs

16

2ykwang/agent-skills

Plugin Claude Code

Write and maintain project documentation under docs/generated/ — /docs write creates or updates a doc on a topic, /docs check reports stale content, broken code references, and orphan files. Use when the user wants to capture the design intent behind a feature, record an architectural decision, or verify existing docs.

18 27d ago A tokens not measured original MIT

html-visual

17

2ykwang/agent-skills

Plugin Claude Code

Generate an interactive single-file HTML visualization — mockup, wireframe, ERD, flowchart, chart, slides, architecture diagram, dashboard, timeline, mindmap, kanban, or table. Use when the user wants something rendered rather than described: a UI mockup or wireframe, a database schema as an ERD, business logic as a…

18 27d ago A tokens not measured original MIT

instruction-eval

18

2ykwang/agent-skills

Plugin Claude Code

Change one condition an agent runs under (instruction text, the reference material instructions point at, MCP tools and permissions, hooks, skill files), then run the same prompts before and after, several times each, to see what actually changes. Produces an HTML report showing both arms' answers side by side. Use…

18 27d ago A tokens not measured original MIT

quick-pr

19

2ykwang/agent-skills

Plugin Claude Code

Split a minor change from the current work into a separate worktree and open a PR without interrupting your flow. Use when an unrelated small fix (typo, lint rule, config tweak) is sitting in a feature branch and the user wants it shipped on its own — \"quick PR\", \"split this out\", \"ship this separately\".…

18 27d ago A tokens not measured original MIT

ralph-loop-template

20

2ykwang/agent-skills

Plugin Claude Code

Generate an iterable checklist PROMPT file for Ralph Loop from a plan file or the current conversation, and output the ready-to-run /ralph-loop command.

18 27d ago A tokens not measured original MIT

worth-building

21

2ykwang/agent-skills

Plugin Claude Code

Decide how elaborate to build something (simple vs. robust) and return a concrete, PoC-shaped proposal at that level — not over- or under-engineered, but right-sized. Use whenever someone is building something and the investment level is unclear: "quick or proper?", "MVP vs. real product", "is this over-engineering?".

18 27d ago A tokens not measured original MIT

write-pr

22

2ykwang/agent-skills

Plugin Claude Code

Draft a pull request title and body from the current branch's diff and commit history, following the project's PR template and title conventions. Use when the user is about to open a PR and wants ready-to-paste content, or asks to write, draft, or fill in a PR description. Read-only — never opens or pushes the PR.

18 27d ago A tokens not measured original MIT

code-history

23

2ykwang/agent-skills

Skill Claude CodeCodex

Trace the git history of specific code — when a function, pattern, or file was added, modified, or removed, and the intent behind each change. Use when the user asks when or why a piece of code changed, wants the evolution of a function, or needs the commit or PR that introduced a behavior. Read-only; not for plain…

18 27d ago A 82 tokens copy · 100% MIT

code-review-report

24

2ykwang/agent-skills

Skill Claude CodeCodex

Turn code changes into a single-file HTML code review report that pairs the diff with context a diff can't show — design decisions, rejected alternatives, tradeoffs, unfinished work — plus prioritized review points. Use when preparing for review after finishing a sizable change, refactor, or feature, or whenever the…

18 27d ago A 81 tokens original MIT