By hayamiz
File-based, in-repo ticket workflow: init → create → check → triage → fix. Tickets are numbered Markdown files in the repository, separate from GitHub Issues.
List all currently open tickets in the project's ticket directory. Read-only summary of file-based work items (distinct from GitHub Issues).
Create a new ticket in the project's ticket directory. Tickets are file-based, numbered work items tracked in the repository (distinct from GitHub Issues).
Implement fixes for all tickets triaged as mechanically fixable. Delegates each fix to a subagent, runs project-declared verification, and marks tickets resolved. Does not commit — use /commit-session afterwards.
Initialize the project's ticket directory. Resolves (or declares) the ticket path in CLAUDE.md, creates the directory and its CLAUDE.md, and offers to migrate pre-existing ticket-like directories (e.g. doc/issues/).
Triage all open tickets in the project's ticket directory — classify by complexity, whether a mechanical fix is possible, and whether the fix needs a user decision.
早水 がコーディングエージェント (主に Claude Code) 向けに使っているスキル・プラグイン集です。
配布経路は 2 系統:
plugins/) — Claude Code plugin marketplace 経由。/ticket-fix
のようにプラグイン名をプレフィックスに付けたコマンドとして使えます。skills/) — APM 経由。
.claude/skills/ に直接展開されて素の名前で動きます。skills/ APM 配布のスキル (1 ディレクトリ 1 スキル、各 SKILL.md を持つ)
commit-all/ worktree のすべての差分をセマンティックにまとめて commit
commit-session/ 現セッションで変更したファイルだけを commit
plugins/ Claude Code plugin marketplace から配る (1 ディレクトリ 1 プラグイン)
gardener/ リポジトリ健全性の監査 — docs sync / best-practices チェック等
ticket/ ファイルベースのチケット運用 (init / create / check / triage / fix)
.claude-plugin/
marketplace.json plugins/ を Claude Code plugin marketplace として公開する定義
各プラグイン・スキルの詳細は、それぞれの SKILL.md / plugin.json を参照してください。
Claude Code の plugin marketplace コマンドで追加します。
# marketplace を登録 (初回のみ)
/plugin marketplace add hayamiz/hayamiz-agentkit
# プラグインを入れる
/plugin install ticket@hayamiz-agentkit
/plugin install gardener@hayamiz-agentkit
インストール後は /ticket-init, /ticket-create, /ticket-check,
/ticket-triage, /ticket-fix, /gardener といったコマンドが使えます。
apm CLI が入っている前提です。
apm install hayamiz/hayamiz-agentkit/skills/commit-all
apm install hayamiz/hayamiz-agentkit/skills/commit-session
ユーザーグローバル (~/.apm/) に入れるときは -g を付けます:
apm install -g hayamiz/hayamiz-agentkit/skills/commit-session
このリポジトリ自身の apm.yml に書いてある依存 (skill-creator + 上の 2 スキル)
をまとめて入れ直すには:
apm install
.claude/skills/ は apm install が生成するため gitignore 済みです。ソースを編集するときは
skills/<name>/ または plugins/<name>/skills/<name>/ を触ってください。.claude-plugin/marketplace.json の plugins エントリにも
足してください。スキルを追加したら apm.yml の dependencies.apm に足して
apm install でロックファイルを更新します。CLAUDE.md、skills/CLAUDE.md、
plugins/CLAUDE.md を参照してください。Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub hayamiz/hayamiz-agentkit --plugin ticketAudit and improve repository health — docs sync, best practices, security hygiene, skill extraction, and maintenance of its own support-file checklists
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer