yasunori0418

61 mods across 1 repository, 9 stars between them.

parallel-worktree

25

yasunori0418/skills

Skill Claude CodeCodex

A workflow for splitting coding tasks into separate Git worktrees and running independent work in parallel. A worktree is a separate working folder connected to the same Git repository; stacked work builds dependent changes in order.

9 2d ago A 265 tokens original MIT

post-merge-cleanup

26

yasunori0418/skills

Skill Claude CodeCodex

A guided cleanup workflow for a local Git workspace after a GitHub pull request has been merged. A worktree is a separate working directory connected to a Git repository, and a tmux session is a persistent terminal session.

9 2d ago C 96 tokens original MIT

rebase-flow

27

yasunori0418/skills

Skill Claude CodeCodex

A guarded procedure for rewriting Git commit history with rebase. Rebase changes the order or base of commits, so the procedure requires checking the repository, getting approval, making a backup, and verifying the result.

9 2d ago A 296 tokens original MIT

reset-flow

28

yasunori0418/skills

Skill Claude CodeCodex

A guarded procedure for using Git reset, a command that moves a branch back to an earlier commit and can discard uncommitted changes. It first considers safer alternatives such as restoring files or reverting a commit.

9 2d ago A 274 tokens original MIT

review-converge

29

yasunori0418/skills

Skill Claude CodeCodex

A review loop that repeatedly applies fixes and runs another review until selected findings are gone. It distinguishes required fixes from optional improvement suggestions.

9 2d ago A 204 tokens original MIT

review-aggregator

30

yasunori0418/skills

Agent

An agent that gathers reports from several code reviewers and combines them into one result. It classifies findings as fixes or improvements but does not change the code.

9 2d ago A 107 tokens original MIT

github-skills

31

yasunori0418/skills

Plugin Claude Code

A plugin containing several GitHub operation skills, used through GitHub's command-line tool. It covers investigating failed CI checks, fetching repositories, pushing changes, and creating pull requests.

9 2d ago A tokens not measured original MIT

gh-ci-investigate

32

yasunori0418/skills

Skill Claude CodeCodex

A tool for investigating failed GitHub Actions runs, pull requests, and jobs. GitHub Actions is GitHub’s service for automatically building and testing code.

9 2d ago A 300 tokens original MIT

gh-fetch

33

yasunori0418/skills

Skill Claude CodeCodex

A fetch and pull helper for non-interactive Git sessions, such as CI or remote control sessions without a terminal for entering an SSH passphrase. It tests non-interactive SSH first and can fall back to HTTPS authentication through GitHub CLI.

9 2d ago A 306 tokens original MIT

gh-push

34

yasunori0418/skills

Skill Claude CodeCodex

A skill for pushing Git changes from sessions that cannot accept terminal input, such as continuous-integration jobs or remote-control sessions.

9 2d ago A 268 tokens original MIT

pr-create

35

yasunori0418/skills

Skill Claude CodeCodex

A pull-request and merge-request creation workflow for software repositories. A pull request or merge request is a formal proposal to review and merge committed code into another branch.

9 2d ago A 266 tokens original MIT

learning-skills

36

yasunori0418/skills

Plugin Claude Code

A set of learning aids for understanding code and technical work, including quizzes, tutoring, and navigation help. It addresses the knowledge gaps that can arise when AI tools do much of the work.

9 2d ago A tokens not measured original MIT

navigating

37

yasunori0418/skills

Skill Claude CodeCodex

Navigate the user through reading code stop by stop to pay down understanding debt left by AI tooling. Explicit invocation only.

9 2d ago A 27 tokens original MIT

quizzing

38

yasunori0418/skills

Skill Claude CodeCodex

Quiz the user on a plan, implementation, or codebase to pay down understanding debt left by AI tooling. Explicit invocation only.

9 2d ago A 30 tokens original MIT

tutoring

39

yasunori0418/skills

Skill Claude CodeCodex

Tutor the user step by step on a plan, implementation, codebase, or topic to pay down understanding debt left by AI tooling. Explicit invocation only.

9 2d ago A 35 tokens original MIT

nix-skills

40

yasunori0418/skills

Plugin Claude Code

A collection of skills for using Nix, a tool for reproducible software environments and package management.

9 2d ago A tokens not measured original MIT

nix-cache-check

41

yasunori0418/skills

Skill Claude CodeCodex

A troubleshooting workflow for finding out why a Nix package was built locally instead of downloaded from a binary cache. A binary cache stores already-built packages, while Hydra is an automated build service for Nix projects.

9 2d ago A 36 tokens original MIT

nix-devenv

42

yasunori0418/skills

Skill Claude CodeCodex

A setup pattern for Nix development environments, using separate project and developer configuration files plus direnv and GitHub Actions. Nix is a tool for describing repeatable software environments.

9 2d ago A 112 tokens original MIT

nix-store-lookup

43

yasunori0418/skills

Skill Claude CodeCodex

A lookup workflow for finding the exact package, command, file, derivation, or input path in Nix's package store. Nix is a package manager, and a derivation is the recipe used to build a package.

9 2d ago A 257 tokens original MIT

product-skills

44

yasunori0418/skills

Plugin Claude Code

A group of product-development skills for translating business needs into specifications, designs, completion criteria, and integrated documentation. It also includes a product-research agent.

9 2d ago A tokens not measured original MIT

basic-design

45

yasunori0418/skills

Skill Claude CodeCodex

A design-document writing skill for defining how a software feature should be built. It creates or revises a basic design document and links each planned function to a stated requirement.

9 2d ago A 79 tokens original MIT

biz-translate

46

yasunori0418/skills

Skill Claude CodeCodex

A Japanese-language filter that rewrites technical material into plain explanations for business staff, without technical terms or implementation details.

9 2d ago A 58 tokens original MIT

def-done

47

yasunori0418/skills

Skill Claude CodeCodex

A skill for creating or revising one project-wide Definition of Done: a document that states what must be true before work counts as complete. It separates checks that tools can verify from checks that a person must confirm.

9 2d ago A 82 tokens original MIT

doc-integrate

48

yasunori0418/skills

Skill Claude CodeCodex

A final documentation workflow that merges feature work documents into the project's main specifications and design documents, then removes the temporary work directory after approval.

9 2d ago A 87 tokens original MIT