mit einem Klick
dotfiles
dotfiles enthält 10 gesammelte Skills von ishii1648, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Use when the user says "commit", "コミット", "コミットして", "commit して", or any variation asking to create a git commit. Also use when finishing a task and committing code. Writes contextual commits with Conventional Commits subject + structured action lines (intent/decision/rejected/constraint/learned) in the body to preserve WHY code was written.
This skill should be used when the user asks about "ADR template", "ADRテンプレート", "ADRの書き方", "ステータスの定義", "Supersedeフロー", "ADR運用ルール", "adr-reference", or when creating/updating ADRs to ensure consistent formatting and structure.
This skill should be used when the user wants to "implement an ADR", "ADRを実装して", "ADR-012 を実装して", "ADR-012 を完了させて", "受け入れ条件を満たすまで実装して", "受け入れ条件を検証して修正して", "adr-ship", or provides an ADR number/name to implement. Runs the implement→verify→fix loop for a specific ADR until all acceptance criteria in docs/issues.md pass.
This skill should be used when the user asks to "create-adr", "課題を追加して", "ADR作って", "issueに追加して", or describes a problem/pain point they want to track. Creates an entry in docs/issues.md and a corresponding Draft ADR in docs/adr/.
ユーザーのプロンプトを評価してADRとして記録すべき意思決定が含まれているかを判断する。create-adr スキルから内部的にコールされる。
This skill should be used when the user wants to make Claude Code skills available to Codex CLI, such as "/codex-sync", "claude skill を codex でも使えるようにして", "codex に skill 同期して", "codex 用に skill コピーして". Creates directory symlinks from ~/.claude/skills/<name> to ~/.codex/skills/<name> so the same skill bodies can be invoked from Codex CLI.
ワークフロータイプに応じたエージェントチェーンを順次実行する。feature/bugfix/refactor/security/custom を指定し、各エージェントがハンドオフ文書で引き継ぎながら計画→TDD→レビューを実行する。「/orchestrate feature "新機能追加"」「/orchestrate bugfix --issue 53」「/orchestrate --dry-run feature "タスク"」「/orchestrate cleanup <session>」で起動。
workflow skill(dispatch/spawn等)で収集したセッションログを git にコミットする。「/session-log commit <workflow-session-id>」で使用。
This skill should be used when the user asks to "create-adr", "課題を追加して", "ADR作って", "issueに追加して", or describes a problem/pain point they want to track. Creates an entry in docs/issues.md and a corresponding Draft ADR in docs/adr/.
ユーザーのプロンプトを評価してADRとして記録すべき意思決定が含まれているかを判断する。create-adr スキルから内部的にコールされる。