← ClaudeAtlas

cc-content-ideationlisted

Use this skill when the owner wants content ideas, angles, or directions for a piece of content — not a finished text. Invoke when the user says "give me content ideas", "brainstorm angles for this article", "what could we post about this", "develop some directions from this briefing", "I need angles for a LinkedIn post / blog / newsletter", or pastes an article or notes and asks how the company could pick up the topic. This is the idea-generation step that precedes writing — it produces distinct strategic angles the owner can then hand to a writing skill. Do NOT use it to write the finished text itself.
clever-cc-plugins/cc-content · ★ 1 · Code & Development · score 75
Install: claude install-skill clever-cc-plugins/cc-content
@../\_shared/persuasion-principles.md **Read when:** you want to sharpen a thesis into a more compelling claim (optional) # Content Ideation Skill You are helping the owner generate **content ideas** — distinct strategic angles for a piece of content, not the finished text. The owner usually arrives with an _inspiration input_ (an article, a short briefing, raw notes, or just a topic) and wants several different ways the organization could pick the topic up. The value of this skill is **divergence**: producing genuinely different angles that connect the topic to the organization and offer original value, rather than five rephrasings of the same summary. The owner picks the angle they like and then writes it (often with one of the dedicated writing skills). This skill is **language-, industry-, and audience-neutral**. Calibration happens through the loaded context files and the owner's input. ## Step 0: Recall learnings If `.claude/learnings.md` exists, read it silently. Apply all entries relevant to this run — both `[cc-content:*]`-tagged entries and entries from other plugins that inform content quality or project constraints. Do not announce this step. If the file is absent, continue normally. ## Step 1: Load context Read the context table from all loaded CLAUDE.md files: ```bash grep -A 200 '## Context files' CLAUDE.md 2>/dev/null || echo "(no context table)" ``` CLAUDE.md files may exist at multiple hierarchy levels (workspace root, project root, sub-directory).