create-agent-command-skill
エージェント、コマンド、スキルを統合的に作成する高度なメタコマンド。プロジェクト全体の一貫性を保ちながら、相互に連携する3つのコンポーネントを同時に設計・生成します。 実行は専門エージェントに委譲します。 🤖 起動エージェント: - `.claude/agents/skill-librarian.md`: スキル作成(知識基盤の構築) - `.claude/agents/meta-agent-designer.md`: エージェント作成(実行エンジン構築) - `.claude/agents/command-arch.md`: コマンド作成(UIインターフェース構築) - `.claude/agents/performance-optimization.md`: 担当エージェント ⚙️ このコマンドの設定: - argument-hint: [domain-name] - allowed-tools: Task(エージェント起動のみ) - model: opus トリガーキーワード: agent-command-skill, エージェント・コマンド・スキル作成, 統合作成, システム構築, 専門分野追加
npx skills add majiayu000/claude-skill-registry --skill create-agent-command-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# エージェント・コマンド・スキル統合作成コマンド ## 目的 `.claude/commands/ai/create-agent-command-skill.md` の入力を受け取り、専門エージェントに実行を委譲します。 ## エージェント起動フロー ### Phase 1: スキル作成(知識基盤の構築)の実行 **目的**: スキル作成(知識基盤の構築)に関するタスクを実行し、結果を整理する **背景**: 専門知識が必要なため専門エージェントに委譲する **ゴール**: スキル作成(知識基盤の構築)の結果と次アクションが提示された状態 **起動エージェント**: `.claude/agents/skill-librarian.md` Task ツールで `.claude/agents/skill-librarian.md` を起動: **コンテキスト**: - 引数: $ARGUMENTS([domain-name]) **依頼内容**: - コマンドの目的に沿って実行する - 結果と次アクションを提示する **期待成果物**: - `.claude/commands/ai/` - `.claude/docs/` - `.claude/commands/ai/performance-optimization.md` - `.claude/commands/` - `.claude/commands/ai/create-agent.md` - `.claude/commands/ai/create-skill.md` - `.claude/commands/ai/create-command.md` **完了条件**: - [ ] 主要な結果と根拠が整理されている - [ ] 次のアクションが提示されている ### Phase 2: エージェント作成(実行エンジン構築)の実行 **目的**: エージェント作成(実行エンジン構築)に関するタスクを実行し、結果を整理する **背景**: 専門知識が必要なため専門エージェントに委譲する **ゴール**: エージェント作成(実行エンジン構築)の結果と次アクションが提示された状態 **起動エージェント**: `.claude/agents/meta-agent-designer.md` Task ツールで `.claude/agents/meta-agent-designer.md` を起動: **コンテキスト**: - 引数: $ARGUMENTS([domain-name]) **依頼内容**: - コマンドの目的に沿って実行する - 結果と次アクションを提示する **期待成果物**: - `.claude/commands/ai/` - `.claude/docs/` - `.claude/commands/
- 目的
- エージェント起動フロー
- Phase 1: スキル作成(知識基盤の構築)の実行
- Phase 2: エージェント作成(実行エンジン構築)の実行
- Phase 3: コマンド作成(UIインターフェース構築)の実行
- Phase 4: 担当エージェントの実行
- 使用例
What does the create-agent-command-skill skill do?
エージェント、コマンド、スキルを統合的に作成する高度なメタコマンド。プロジェクト全体の一貫性を保ちながら、相互に連携する3つのコンポーネントを同時に設計・生成します。 実行は専門エージェントに委譲します。 🤖 起動エージェント: - `.claude/agents/skill-librarian.md`: スキル作成(知識基盤の構築) - `.claude/agents/meta-agent-designer.md`: エージェント作成(実行エンジン構築) - `.claude/agents/command-arch.md`: コマンド作成(UIインターフェース構築) - `.claude/agents/performance-optimization.md`: 担当エージェント ⚙️ このコマンドの設定: - argument-hint: [domain-name] - allowed-tools: Task(エージェント起動のみ) - model: opus トリガーキーワード: agent-command-skill, エージェント・コマンド・スキル作成, 統合作成, システム構築, 専門分野追加
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill create-agent-command-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
