skill-converter

スキルを各AI Agent固有のフォーマットに変換する。「スキルを変換」「convert skill」などと言われたときに使用する

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-converter" with this command: npx skills add donngi/agent-skills/donngi-agent-skills-skill-converter

Skill Converter

どのAI Agentでも利用可能なように汎用的に設計されたスキルを特定のAI Agentツール固有のフォーマットに変換します。

ワークフロー

Step 1: 変換対象スキル、AI Agnet、変換結果の出力先のヒアリング

変換対象のskillのパス、変換対象のAI Agent名、変換結果の出力先ディレクトリをユーザーに質問し、取得する。 変換結果の出力先ディレクトリは、プロジェクトの構成を踏まえ、推奨値を提案する。

Step 2: 各ツールの最新スキル仕様を調査

各種AI Agentの組み込み機能やインターネット検索を利用して、指定されたAI AgentのSkill機能の最新使用を取得する。

Step 3: ツール固有の拡張を自動判断・提案

Step 2で調査した最新仕様に基づき、元のスキル内容を分析して

  • 追加すべきプロパティ
  • より具体的に書き換えが可能なステップ(例:インターネット検索する[変換対象のAI Agentの組み込み機能名]で調査するに置き換え)

を自動判断し、ユーザーに提案する。

Step 4: ユーザー確認

提案内容をユーザーに確認し、修正があれば反映する。

Step 5: スキルの生成

  1. 元のスキルを読み込む
  2. 各ツール向けにYAMLフロントマター、本文を調整
  3. 変換後のSkill.mdを出力
  4. 元のスキルにreferences/などの付随ファイルがあればコピー
  5. 生成結果を表示

フォーマットルール

YAMLリストは縦書きで記述:

# Good
allowed-tools:
  - Read
  - Write
  - Bash(terraform:*)

# Bad
allowed-tools: Read, Write, Bash(terraform:*)

使用例

ユーザー: hello-worldスキルをkiro-cliに特化した形式に変換して
ユーザー: hello-worldスキルをClaude Code用に変換して

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

terraform-aws-annotated-blueprint

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

terraform-aws-annotated-reference

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

commit

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
85.9K23Kvercel