ideas-curator

Organize creative ideas in canvas and list views with tags and colour coding.

1|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/totalaudiopromo/totalaud.io --skill ideas-curator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ideas-curator
Source: https://github.com/totalaudiopromo/totalaud.io/tree/main/.claude/skills/ideas-curator
Command: npx skills add https://github.com/totalaudiopromo/totalaud.io --skill ideas-curator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Help artists capture and organise creative ideas with minimal friction. The goal is clarity, not complexity.

Core Features & Use Cases

  • Canvas vs List Mode: Recommend canvas for visual thinkers, brainstorming; recommend list for sequential planners, task-oriented users; handle view switching with smooth transitions; preserve positions when switching modes
  • Organisation Patterns: Tag-based categorisation (content/brand/music/promo); colour coding for visual priority; drag-and-drop positioning; spatial grouping for related ideas
  • Tagging Strategies
// Tag categories
type IdeaTag = 'content' | 'brand' | 'music' | 'promo' | 'collab' | 'release'

// Colour mapping
const tagColours = {
  content: '#3AA9BE',  // Slate Cyan (accent)
  brand: '#8B5CF6',    // Purple
  music: '#10B981',    // Green
  promo: '#F59E0B',    // Amber
  collab: '#EC4899',   // Pink
  release: '#6366F1',  // Indigo
}

Quick Start

Create your first idea in Ideas Mode and organize it using canvas or list view.

Frequently Asked Questions about ideas-curator

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

FAQPage Schema
How do I organize creative ideas using a canvas view?

Tag and colour code ideas using predefined categories like content, brand, music, and promo. This visual priority system helps spatially group related concepts on the canvas or within list views for streamlined curation.

Can I switch between canvas and list modes without losing my layout?

Yes, view switching between canvas and list modes includes smooth transitions that preserve positions. Canvas suits visual brainstorming, while list mode supports sequential planners and task-oriented organization.

What is the best way to categorize and tag ideas for a marketing workflow?

Categorize ideas using tag-based categories like content, brand, music, promo, collab, and release. Each tag features specific colour coding to visually prioritize and group related marketing or release concepts.

Does this idea curation tool support export options and keyboard shortcuts?

Yes, the idea curation workflow supports export options and keyboard shortcuts to streamline ideation. These features provide an end-to-end workflow that minimizes friction when capturing and organizing creative concepts.

When should I use list view instead of canvas for idea organization?

Use list view for idea organization when you are a sequential planner or need task-oriented structuring. Canvas view is better suited for visual thinkers and brainstorming activities that require spatial grouping.