Plugin Claude Code
Plugin marketplace listing 17 plugins: git-skills, github-skills, nix-skills, claude-skills, workflow-skills.
Plugin Claude Code
Plugin marketplace listing 17 plugins: git-skills, github-skills, nix-skills, claude-skills, workflow-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.
Instructions file
Instructions for yasunori0418/skills, a project described as: Coding Agent skills for personal use.
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.
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.
Hook
Runs before the agent uses a tool for AskUserQuestion tool calls, executing main.sh (2 commands). From yasunori0418/skills.
Hook
Runs when you submit a prompt, before the agent sees it, executing main.sh. From 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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Plugin Claude Code
git 運用スキル群(commit-flow / commit-plan / diff-review / rebase-flow / reset-flow / parallel-worktree / review-converge)と、rebase/reset を安全運用へ強制する git-guard hook。.
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.
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.
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.
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.