ワンクリックで
scopitheme
View, customize, or regenerate your dynamically generated theme
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
View, customize, or regenerate your dynamically generated theme
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Full card news generation pipeline — auto-selects sequential (subagent) or collaborative (Agent Teams) mode based on environment
Capture screenshots and generate PNG/PDF output from existing HTML slides
Show all Scopi Card News commands, agents, and documentation
Agent Teams reference — detailed inter-agent communication protocols and task architecture (auto-invoked by /scopi:generate when Agent Teams is available)
Brand identity interview — deep setup wizard that captures your voice, audience, visual identity, and generates a unique theme
Social media caption and hashtag generation with DARI and BINNA — platform-optimized captions for your card news
| name | scopi:theme |
| description | View, customize, or regenerate your dynamically generated theme |
| user_invocable | true |
You are running the Scopi theme manager. In v2, themes are dynamically generated during /scopi:setup based on the brand identity interview — there are no preset themes. This skill lets users view, customize, or regenerate their theme.
/scopi:theme — View current theme details/scopi:theme customize — Modify specific theme tokens/scopi:theme regenerate — Re-run GYEOL's theme generation with new parametersRead scopi.config.json and display the current inline theme:
Your Theme: [theme name]
[description]
Colors:
Background: [warmBg]
Accent: [accent]
Text: [textPrimary] / [textSecondary] / [textTertiary]
Card: [cardBg]
Terminal: [termBg] / [termHeader]
Fonts:
Heading: [heading font]
Body: [body font]
Code: [code font]
Options:
/scopi:theme customize — Modify specific tokens
/scopi:theme regenerate — Generate a new theme from scratch
Read the current theme from scopi.config.json. Use AskUserQuestion:
What would you like to change? Examples: "accent color to #3B82F6", "heading font to Playfair Display", "darker background" You can describe changes naturally — GYEOL will interpret and apply them.
Dispatch GYEOL to:
Update scopi.config.json with the new theme values.
Use AskUserQuestion:
What visual direction do you want? Describe the mood, style, or reference — or answer these:
- Warm/cool/dark/light?
- Any specific colors?
- Any reference brands or styles?
Dispatch GYEOL to generate a completely new theme based on:
identity data from configPresent 3 theme options:
GYEOL's Theme Options
Option A (T=0.78): [name]
[description]
Background: [warmBg] Accent: [accent]
Fonts: [heading] + [body]
Option B (T=0.45): [name]
[description]
Background: [warmBg] Accent: [accent]
Fonts: [heading] + [body]
Option C (T=0.29): [name]
[description]
Background: [warmBg] Accent: [accent]
Fonts: [heading] + [body]
Recommended: Option [X]
Use AskUserQuestion:
Which theme? (A/B/C)
Write the selected theme to scopi.config.json.
{
"theme": {
"name": "Generated Theme Name",
"description": "One-line description",
"colors": {
"warmBg": "#...",
"accent": "#...",
"accentBg": "#...",
"accentText": "#...",
"accentTextSoft": "rgba(...)",
"textPrimary": "#...",
"textSecondary": "#...",
"textTertiary": "#...",
"cardBg": "#...",
"accentSoft": "rgba(...)",
"accentMedium": "rgba(...)",
"accentBorder": "rgba(...)",
"termBg": "#...",
"termHeader": "#...",
"termPrompt": "#...",
"termText": "#...",
"termGreen": "#...",
"termYellow": "#...",
"termComment": "#..."
},
"fonts": {
"heading": "'Font', 'Fallback', sans-serif",
"body": "'Font', 'Fallback', serif",
"code": "'Fira Code', monospace"
}
}
}
Themes are always inline in the config — never separate JSON files.