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

Об этом навыке

Подходящий сценарий: Ideal for AI agents that need ai course content generator (ccg). Локализованное описание: ccg helps AI agents handle repository-specific developer workflows with documented implementation details.

Возможности

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

Подходящий сценарий: Ideal for AI agents that need ai course content generator (ccg). Локализованное описание: ccg helps AI agents handle repository-specific developer workflows with documented implementation details.

Зачем использовать этот навык

Рекомендация: ccg helps agents ai course content generator (ccg). ccg helps AI agents handle repository-specific developer workflows with documented implementation details.

Подходит лучше всего

Подходящий сценарий: Ideal for AI agents that need ai course content generator (ccg).

Реализуемые кейсы использования for ccg

Сценарий использования: Applying AI Course Content Generator (CCG)
Сценарий использования: Applying Location : /Users/shunsukehayashi/dev/ai-course-content-generator-v2
Сценарий использования: Applying --------- ----------

! Безопасность и ограничения

  • Ограничение: Requires repository-specific context from the skill documentation
  • Ограничение: 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?

Подходящий сценарий: Ideal for AI agents that need ai course content generator (ccg). Локализованное описание: 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: Сценарий использования: Applying AI Course Content Generator (CCG), Сценарий использования: Applying Location : /Users/shunsukehayashi/dev/ai-course-content-generator-v2, Сценарий использования: 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?

Ограничение: Requires repository-specific context from the skill documentation. Ограничение: 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

Связанные навыки

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

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

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

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик