pick-theme

Discover themes from plugin and workspace directories and return the chosen theme.md path.

12|2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/cogni-work/cogni-works --skill pick-theme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pick-theme
Source: https://github.com/cogni-work/cogni-works/tree/main/cogni-workspace/skills/pick-theme
Command: npx skills add https://github.com/cogni-work/cogni-works --skill pick-theme

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill standardizes theme selection across all visual output skills, preventing inconsistent user experiences and duplicated code by providing a single, reliable way to choose themes.

Core Features & Use Cases

  • Unified Theme Discovery: Scans both standard and user-defined workspace theme directories.
  • Interactive Picker: Presents themes via AskUserQuestion with relevant details (name, colors, font, source).
  • Prioritized Selection: Automatically selects the best theme or allows user choice, with workspace themes taking precedence.
  • Use Case: Before generating a presentation, use this skill to let the user pick from available branded themes, ensuring visual consistency.

Quick Start

Use the pick-theme skill to select a theme for your next visual output.

Frequently Asked Questions about pick-theme

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize branding themes for presentation slides and dashboards?

You can standardize branding themes for presentation slides and dashboards by using a centralized theme selection mechanism that scans standard plugin and workspace directories to interactively pick a unified visual style and returns its file path.

How does interactive theme selection work for visual deliverables?

Interactive theme selection works by discovering available theme.md files across standard and user workspace directories, presenting their name, colors, and font details interactively, and returning the absolute path to the chosen file.

Can I use custom workspace themes alongside standard plugin themes?

Yes, you can use custom workspace themes alongside standard plugin themes; the system discovers both directory types simultaneously and prioritizes user-defined workspace themes during the interactive selection process.

What is the best way to ensure visual consistency across multiple presentation outputs?

The best way to ensure visual consistency across multiple presentation outputs is to deploy a unified theme picker prior to generation, ensuring every visual deliverable references the same selected theme.md file.

What details are shown when choosing a theme for visual outputs?

When choosing a theme for visual outputs, the interactive picker displays relevant details including the theme name, colors, font, and its source directory to help you select the most appropriate visual style.