ccg — for Claude Code Miyabi_old_2, community, for Claude Code, ide skills, types.ts, constants.ts, gemini-3-flash-preview, gemini-2.5-flash, gemini-2.5-flash-preview-tts, gemini-3-pro-image-preview

v1.0.0

Über diesen Skill

Geeigneter Einsatz: Ideal for AI agents that need ai course content generator (ccg). Lokalisierte Zusammenfassung: ccg helps AI agents handle repository-specific developer workflows with documented implementation details.

Funktionen

AI Course Content Generator (CCG)
Location : /Users/shunsukehayashi/dev/ai-course-content-generator-v2
--------- ----------
Course creation "create course", "generate course", "/ccg"
Development "ccg dev", "start course generator"

# Core Topics

takahiro-shimizu-1 takahiro-shimizu-1
[0]
[0]
Updated: 3/22/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
52
Canonical Locale
en
Detected Body Locale
en

Geeigneter Einsatz: Ideal for AI agents that need ai course content generator (ccg). Lokalisierte Zusammenfassung: ccg helps AI agents handle repository-specific developer workflows with documented implementation details.

Warum diese Fähigkeit verwenden

Empfehlung: ccg helps agents ai course content generator (ccg). ccg helps AI agents handle repository-specific developer workflows with documented implementation details.

Am besten geeignet für

Geeigneter Einsatz: Ideal for AI agents that need ai course content generator (ccg).

Handlungsfähige Anwendungsfälle for ccg

Anwendungsfall: Applying AI Course Content Generator (CCG)
Anwendungsfall: Applying Location : /Users/shunsukehayashi/dev/ai-course-content-generator-v2
Anwendungsfall: Applying --------- ----------

! Sicherheit & Einschränkungen

  • Einschraenkung: Requires repository-specific context from the skill documentation
  • Einschraenkung: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is ccg?

Geeigneter Einsatz: Ideal for AI agents that need ai course content generator (ccg). Lokalisierte Zusammenfassung: ccg helps AI agents handle repository-specific developer workflows with documented implementation details.

How do I install ccg?

Run the command: npx killer-skills add takahiro-shimizu-1/Miyabi_old_2/ccg. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for ccg?

Key use cases include: Anwendungsfall: Applying AI Course Content Generator (CCG), Anwendungsfall: Applying Location : /Users/shunsukehayashi/dev/ai-course-content-generator-v2, Anwendungsfall: Applying --------- ----------.

Which IDEs are compatible with ccg?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for ccg?

Einschraenkung: Requires repository-specific context from the skill documentation. Einschraenkung: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add takahiro-shimizu-1/Miyabi_old_2/ccg. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use ccg immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

ccg

Install ccg, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

AI Course Content Generator (CCG)

Version: 1.0.0 Location: /Users/shunsukehayashi/dev/ai-course-content-generator-v2


Triggers

TriggerExamples
Course creation"create course", "generate course", "/ccg"
Development"ccg dev", "start course generator"
Build"ccg build", "build course app"

Quick Commands

bash
1# Development 2cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run dev 3 4# Production build 5cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run build 6 7# Electron dev 8cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run electron:dev 9 10# Electron build 11cd /Users/shunsukehayashi/dev/ai-course-content-generator-v2 && npm run electron:build

Key Capabilities

  1. Course Structure Generation - JSON curriculum generation
  2. Lesson Script Generation - Customizable narration scripts
  3. Text-to-Speech - Gemini TTS audio generation
  4. Slide Generation - Graphic recording style
  5. Video Rendering - WebCodecs API MP4 creation
  6. 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

FilePurpose
services/geminiService.tsGemini API calls + retry logic
templates/prompts.tsZod schemas + prompt builders
utils/audioUtils.tsPCM→MP3 encoding (lamejs)
utils/videoUtils.tsMP4 muxing (WebCodecs)
types.tsCourse structure interfaces
constants.tsDefaults + 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_KEY required in .env

Verwandte Fähigkeiten

Looking for an alternative to ccg or another community skill for your workflow? Explore these related open-source skills.

Alle anzeigen

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Künstliche Intelligenz

widget-generator

Logo of f
f

Erzeugen Sie anpassbare Widget-Plugins für das Prompts.Chat-Feed-System

149.6k
0
Künstliche Intelligenz

flags

Logo of vercel
vercel

Das React-Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensor und dynamische neuronale Netze in Python mit starker GPU-Beschleunigung

98.6k
0
Entwickler