my-skill-creatorを複数クライアント対応に更新 - #19
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
my-skill-creatorをClaude Code専用から、Claude Code・Codex・Cursorで共有するAgent Skill作成フローへ更新します。変更内容
disable-model-invocationとagents/openai.yamlを同時生成standard・portable・claudeの検証プロファイルを追加.skill梱包処理とClaude Code専用の旧ガイドを削除変更理由
同じスキルディレクトリを複数クライアントで使い、Claude Code固有機能への依存を必要な場合だけに限定するためです。リポジトリ管理のスキルはディレクトリのまま配備するため、
.skillへの梱包は行いません。影響範囲
my-skill-creatorの作成手順、初期化CLI、検証CLIテスト内容
bash scripts/test-my-skill-creator.sh— passuvx ruff format --check ...— passuvx ruff check ...— passuv run .../quick_validate.py ... --profile portable— source、Claude配備先、Codexリンク先でpassprek run --files <changed-files>— passbash scripts/check-stale.sh— passmise run check-agent-environment— passbash scripts/test-rtk-rewrite-hook.sh— passchezmoi --source "$PWD" apply -v --recursive ~/.claude/skills/my-skill-creator— apply後のdiffなしレビュー観点
portableプロファイルで許可する共有拡張の範囲関連情報