gemini-system
Gemini System — Multimodal File Processing
Gemini CLI is specialized for multimodal file processing (PDF, video, audio, image).
Detailed rules:
.claude/rules/gemini-delegation.mdResearch/codebase analysis: Use general-purpose subagent (Opus) instead — Opus now supports 1M context.
Multimodal File Processing
Extract content from PDF, video, audio, and image files.
# PDF
gemini -p "Extract: {what to extract}" < /path/to/file.pdf 2>/dev/null
# Video
gemini -p "Summarize: key concepts, timestamps" < /path/to/video.mp4 2>/dev/null
# Audio
More from del-taiseiozaki/claude-code-orchestra
context-loader
ALWAYS activate this skill at the start of every task. Load project context from .claude/ directory including coding rules, design decisions, and documentation before executing any task.
16update-design
Explicitly update DESIGN.md with decisions from the current conversation. Use when you want to force a design document update.
15simplify
Simplify and refactor code while preserving functionality and library constraints.
13codex-system
|
13init
Analyze project structure and update AGENTS.md with detected tech stack, commands, and configurations.
12plan
Create a detailed implementation plan for a feature or task. Use when user wants to plan before coding.
12