{"id":47947481,"url":"https://github.com/sun-flat-yamada/learn-generative-ai","last_synced_at":"2026-04-04T08:50:58.459Z","repository":{"id":344600692,"uuid":"1182086144","full_name":"sun-flat-yamada/learn-generative-ai","owner":"sun-flat-yamada","description":"A comprehensive workshop repository for new employees to learn the foundations of Generative AI—covering theoretical basics, prompt engineering, and advanced integrations like MCP (Model Context Protocol) with GitHub Copilot and Microsoft 365.","archived":false,"fork":false,"pushed_at":"2026-03-15T13:18:18.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T02:47:13.737Z","etag":null,"topics":["basics","generative-ai","github-copilot","hands-on","learning","mcp","onboarding","workshop"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sun-flat-yamada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-15T02:41:40.000Z","updated_at":"2026-03-15T13:18:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sun-flat-yamada/learn-generative-ai","commit_stats":null,"previous_names":["sun-flat-yamada/learn-generative-ai"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sun-flat-yamada/learn-generative-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sun-flat-yamada%2Flearn-generative-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sun-flat-yamada%2Flearn-generative-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sun-flat-yamada%2Flearn-generative-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sun-flat-yamada%2Flearn-generative-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sun-flat-yamada","download_url":"https://codeload.github.com/sun-flat-yamada/learn-generative-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sun-flat-yamada%2Flearn-generative-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31393780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["basics","generative-ai","github-copilot","hands-on","learning","mcp","onboarding","workshop"],"created_at":"2026-04-04T08:50:58.356Z","updated_at":"2026-04-04T08:50:58.421Z","avatar_url":"https://github.com/sun-flat-yamada.png","language":"CSS","funding_links":["https://buymeacoffee.com/sun.flat.yamada"],"categories":[],"sub_categories":[],"readme":"# 🤖 生成AI基礎講座 — Workshop Repository\n\n[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=flat\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://buymeacoffee.com/sun.flat.yamada)\n\n\u003e **対象者:** 日本の大学卒業レベルの新入社員  \n\u003e **目的:** 生成AIの基礎から実践的な活用まで、体系的に学ぶ  \n\u003e **所要時間:** 全7章 × 約0.5〜3時間、合計１日目安（ワークショップ含む）  \n\u003e **最終更新:** 2026-03-15\n\n---\n\n## 📁 リポジトリ構成\n\n```txt\ngenai-workshop/\n├── README.md                          # 本ファイル\n├── docs/                              # 講義資料（章別 Markdown）\n│   ├── 01_generative_ai_basics/       # 第1章: 生成AIの基礎\n│   │   ├── 01_what_is_generative_ai.md\n│   │   ├── 02_history.md\n│   │   ├── 03_how_it_works.md\n│   │   ├── 04_usage.md\n│   │   ├── 05_constraints_risks.md\n│   │   ├── 06_model_comparison.md\n│   │   ├── 07_terminology.md\n│   │   └── 08_future.md\n│   ├── 02_how_to_use/                 # 第2章: 生成AIの活用方法\n│   │   ├── 01_prompt_engineering.md\n│   │   ├── 02_tool_types.md\n│   │   └── 03_knowledge_mcp.md\n│   ├── 03_security/                   # 第3章: セキュリティ対策\n│   │   ├── 01_security_risks.md\n│   │   └── 02_security_measures.md\n│   ├── 04_learning/                   # 第4章: 学習方法\n│   │   ├── 01_continuous_learning.md\n│   │   └── 02_useful_links.md\n│   ├── 05_chatgpt_workshop/           # 第5章: ChatGPT活用ワークショップ\n│   │   └── README.md\n│   ├── 06_m365_copilot_workshop/      # 第6章: M365 Copilot ワークショップ\n│   │   └── README.md\n│   └── 07_github_copilot_workshop/    # 第7章: GitHub Copilot ワークショップ\n│       └── README.md\n└── src/                               # ワークショップ用リソース\n    ├── datasets/                      # サンプルデータセット\n    │   ├── customer_feedback.csv\n    │   ├── sales_data.csv\n    │   ├── meeting_notes.txt\n    │   └── code_review_samples/\n    └── workshops/\n        ├── chatgpt/                   # ChatGPT演習ファイル\n        ├── m365_copilot/              # M365 Copilot演習ファイル\n        └── github_copilot/            # GitHub Copilot演習ファイル\n```\n\n---\n\n## 🗺️ 講座ロードマップ\n\n| 章  | タイトル                   | 形式              | 目安時間 |\n| --- | -------------------------- | ----------------- | -------- |\n| 1   | 生成AIの基礎               | 講義              | 90分     |\n| 2   | 生成AIの活用方法           | 講義 + ハンズオン | 120分    |\n| 3   | セキュリティ対策           | 講義              | 60分     |\n| 4   | 生成AIの学習方法           | 講義              | 30分     |\n| 5   | ChatGPT 活用               | ワークショップ    | 90分     |\n| 6   | Microsoft 365 Copilot 活用 | ワークショップ    | 90分     |\n| 7   | GitHub Copilot 活用        | ワークショップ    | 120分    |\n\n---\n\n## 🚀 はじめ方\n\n### 前提条件\n\n- [ ] Microsoft 365 アカウント（Copilot ライセンス付き）\n- [ ] GitHub アカウント（GitHub Copilot ライセンス付き）\n- [ ] Visual Studio Code インストール済み\n- [ ] Node.js 18+ インストール済み（ワークショップ7章用）\n- [ ] ChatGPT アカウント（Plus 推奨）\n\n### 受講の流れ\n\n1. このリポジトリを clone またはダウンロード  \n\n   ```bash\n   git clone https://github.com/YOUR_ORG/genai-workshop.git\n   cd genai-workshop\n   ```\n\n2. `docs/` ディレクトリから順番に読み進める\n3. 各ワークショップ章では `src/` 以下のリソースを使用\n\n---\n\n## 🤝 Contribution \u0026 Support\n\nContributions are welcome! If you find this extension useful, please consider supporting its development.\n\n[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=flat\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://buymeacoffee.com/sun.flat.yamada)\n\n---\n\n## 📝 ライセンス・免責事項\n\n- 本リポジトリはコミュニティ内での教育目的で作成した個人製作物であり、ライセンスは付与していません。\n- PDF化したSnapshot資料のみ、ライセンスを付与して配置しています。\n- 引用・参考資料の著作権は各著作者に帰属します。\n- AI ツールの仕様・価格は常に変動しますので、最新情報は各公式サイトを確認してください。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsun-flat-yamada%2Flearn-generative-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsun-flat-yamada%2Flearn-generative-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsun-flat-yamada%2Flearn-generative-ai/lists"}