← Back to list

ccg
by ShunsukeHayashi
🤖 First open-source, economically-governed, beginner-friendly autonomous development framework built on Issue-Driven Development | 超初心者でも使える自律型開発フレームワーク
⭐ 13🍴 8📅 Jan 24, 2026
SKILL.md
name: ccg description: AI Course Content Generator - Generate complete online courses with Gemini API. Triggers on "create course", "generate lesson", "course content", "ccg", "/ccg". allowed-tools: Bash, Read, Write, Edit, Grep, Glob, WebFetch, WebSearch
AI Course Content Generator (CCG)
Version: 1.0.0
Location: /Users/shunsukehayashi/dev/ai-course-content-generator-v2
Triggers
| Trigger | Examples |
|---|---|
| Course creation | "create course", "generate course", "/ccg" |
| Development | "ccg dev", "start course generator" |
| Build | "ccg build", "build course app" |
Quick Commands
# Development
cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run dev
# Production build
cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run build
# Electron dev
cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run electron:dev
# Electron build
cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run electron:build
Key Capabilities
- Course Structure Generation - JSON curriculum generation
- Lesson Script Generation - Customizable narration scripts
- Text-to-Speech - Gemini TTS audio generation
- Slide Generation - Graphic recording style
- Video Rendering - WebCodecs API MP4 creation
- Bulk Export - ZIP download of all assets
Architecture
Vision Panel → Structure → Content Pipeline → Export
↓ ↓ ↓ ↓
Image/PDF/URL JSON Structure Slides/Audio MP3/MP4/ZIP
Key Files
| File | Purpose |
|---|---|
services/geminiService.ts | Gemini API calls + retry logic |
templates/prompts.ts | Zod schemas + prompt builders |
utils/audioUtils.ts | PCM→MP3 encoding (lamejs) |
utils/videoUtils.ts | MP4 muxing (WebCodecs) |
types.ts | Course structure interfaces |
constants.ts | Defaults + TTS voice options |
Gemini Models
- Primary:
gemini-3-flash-preview(with thinking) - Backup:
gemini-2.5-flash(quota fallback) - TTS:
gemini-2.5-flash-preview-tts - Image:
gemini-3-pro-image-preview
Environment
GEMINI_API_KEYrequired in.env
Score
Total Score
75/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

