yasunori0418

61 mods across 1 repository, 9 stars between them.

yasunori0418-skills

01

yasunori0418/skills

Plugin Claude Code

Plugin marketplace listing 17 plugins: git-skills, github-skills, nix-skills, claude-skills, workflow-skills.

9 yesterday B tokens not measured original MIT

skills AGENTS.md

02

yasunori0418/skills

Instructions file CodexOpenCode

A repository-specific guide for maintaining a collection of skills for AI coding agents. It explains how skill files, Claude Code plugins, Codex settings, hooks, and optional sub-agents are organised.

9 yesterday A 3,548 tokens original MIT

skills CLAUDE.md

03

yasunori0418/skills

Instructions file

Instructions for yasunori0418/skills, a project described as: Coding Agent skills for personal use.

9 yesterday A 3 tokens copy · 100% MIT

shift-left-process

04

yasunori0418/skills

Plugin Claude Code

A bundle of six skills for a shift-left development process, where planning, design, testing, and review happen earlier in the work. It includes skills for defining completion, writing feature specifications, basic design, development pipelines, review convergence, and documentation integration.

9 yesterday A tokens not measured original MIT

yasunori0418/skills

Plugin Claude Code

A set of hooks for controlling and notifying Claude Code's AskUserQuestion prompts. Hooks are automatic actions that run when a specified event occurs.

9 yesterday A tokens not measured original MIT

PreToolUse

06

yasunori0418/skills

Hook

Runs before the agent uses a tool for AskUserQuestion tool calls, executing main.sh (2 commands). From yasunori0418/skills.

9 yesterday A tokens not measured original MIT

UserPromptSubmit

07

yasunori0418/skills

Hook

Runs when you submit a prompt, before the agent sees it, executing main.sh. From yasunori0418/skills.

9 yesterday A tokens not measured copy · 70% MIT

yasunori0418/skills

Plugin Claude Code

A safety hook that blocks unrestricted file searches starting at the system root or home folder. It also checks for the standard hooks configuration file.

9 yesterday A tokens not measured original MIT

yasunori0418/skills

Plugin Claude Code

A guard hook for zsh, a Unix command shell, that checks > redirects when noclobber is enabled. Noclobber prevents a command from overwriting an existing file through a normal > redirect.

9 yesterday A tokens not measured original MIT

yasunori0418/skills

Plugin Claude Code

A stop hook that shows a desktop notification when the coding agent finishes. It detects the hook configuration in hooks/hooks.json.

9 yesterday A tokens not measured original MIT

yasunori0418/skills

Plugin Claude Code

A safety hook that blocks Bash commands using sudo, the command used to run programs with administrator privileges. It also checks for the expected hooks configuration file.

9 yesterday B tokens not measured original MIT

yasunori0418/skills

Plugin Claude Code

A task-scope guard hook that checks Edit, Write, and NotebookEdit operations against file patterns declared in .claude/task-boundary.json. A glob is a file pattern such as src/**/*.js.

9 yesterday A tokens not measured original MIT

yasunori0418/skills

Plugin Claude Code

A stop hook that checks whether sub-agents or teammates are still running when the agent tries to stop. A hook is an automatic action tied to a particular agent event.

9 yesterday A tokens not measured original MIT

yasunori0418/skills

Plugin Claude Code

A guard hook for web requests to github.com. When the agent tries to fetch GitHub pages through WebFetch, it sends the request back toward the gh command-line tool instead.

9 yesterday A tokens not measured original MIT

claude-skills

15

yasunori0418/skills

Plugin Claude Code

A collection of Claude Code operating skills for response formatting, session analysis, temporary files, and starting Claude in a selected project. Claude Code is a coding assistant that can use tools and work in project directories.

9 yesterday A tokens not measured original MIT

project-session

16

yasunori0418/skills

Skill Claude CodeCodex

A command for opening Claude in a detached terminal session for a chosen project. A detached session keeps running separately from the current terminal, using herdr when available or tmux otherwise.

9 yesterday A 82 tokens original MIT

response-format

17

yasunori0418/skills

Skill Claude CodeCodex

A response template for reporting completed work in Japanese Markdown. It organizes the final message into a title, interpretation summary, work performed, and effects.

9 yesterday A 167 tokens original MIT

session-insights

18

yasunori0418/skills

Skill Claude CodeCodex

A tool for analysing past Claude Code sessions from transcript files, settings, and usage data. It requires a specified analysis focus and uses cclens, ccusage, and included scripts for different kinds of information.

9 yesterday A 105 tokens original MIT

tmp-output

19

yasunori0418/skills

Skill Claude CodeCodex

A file-output rule for temporary results such as reports, summaries, log excerpts, drafts, and notes. It normally places new files in a project's tmp_claude directory and uses short descriptive filenames.

9 yesterday A 171 tokens original MIT

git-skills

20

yasunori0418/skills

Plugin Claude Code

git 運用スキル群(commit-flow / commit-plan / diff-review / rebase-flow / reset-flow / parallel-worktree / review-converge)と、rebase/reset を安全運用へ強制する git-guard hook。.

9 yesterday A tokens not measured original MIT

commit-flow

21

yasunori0418/skills

Skill Claude CodeCodex

A set of rules for making Git commits during implementation. It recommends separate commits for independent changes and uses the Conventional Commits message style.

9 yesterday A 267 tokens original MIT

commit-plan

22

yasunori0418/skills

Skill Claude CodeCodex

A set of rules for breaking implementation work into logical commits, where each commit contains one understandable change. It also applies the same idea when splitting work between parallel branches or agents.

9 yesterday A 296 tokens original MIT

diff-review

23

yasunori0418/skills

Skill Claude CodeCodex

A read-only code-review skill that examines the changes in the current Git branch from several viewpoints, such as design, tests, and avoiding unnecessary work. Git is a system for tracking code changes, and a diff is the record of what changed.

9 yesterday A 168 tokens original MIT

diff-reviewer

24

yasunori0418/skills

Agent

A read-only code-review agent that examines changes in a Git diff, the record of edits between two versions of a project. Its instructions are in Japanese and require it to report findings without changing files.

9 yesterday A 95 tokens original MIT