Skip to main content
ClaudeWave
Skill82 estrellas del repoactualizado today

brainstorm-opinion

Generate opinion piece ideas from recent LinkedIn posts (last 30 days). Use when asked to find opinion topics, brainstorm article ideas, or cross-pollinate content between LinkedIn and opinion pieces.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/techwolf-ai/ai-first-toolkit /tmp/brainstorm-opinion && cp -r /tmp/brainstorm-opinion/plugins/content-studio/skills/brainstorm-opinion ~/.claude/skills/brainstorm-opinion
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Brainstorm Opinion from Recent Posts

Generate opinion piece ideas based on LinkedIn posts from the last month.

## Process

1. Run `./scripts/print-published.sh linkedin-post` to read all published LinkedIn posts
2. Identify recent posts (check created/lastUpdated dates) with themes that have broader appeal
3. For promising topics, consider:
   - What angle would work for a newspaper audience?
   - What's the broader societal implication?
   - What contrarian or nuanced take could be developed?
   - How can this be expanded to ~3500 characters?

## Evaluation Criteria

Good candidates for opinion pieces:
- Topics with societal impact beyond tech professionals
- Ideas that can be grounded in local context
- Themes where personal experience adds credibility
- Subjects with room for a stronger point of view

## Output

Create 1-3 idea files in content/posts/ with:
- stage: 01-ideas
- type: opinion
- Reference to inspiring LinkedIn post in content field
- Core insight adapted for newspaper audience

## Creating New Files

Get timestamp first:
```bash
date -u +"%Y%m%d-%H%M%S"  # For slug
date -u +"%Y-%m-%dT%H:%M:%S.000Z"  # For created/lastUpdated
```
session-searchSkill

Find context from past Claude Code (CLI) and Claude Cowork (desktop) sessions on this Mac. Use when the user wants to recall something they did before but can't find it , phrasings like "where did I work on X", "find that session where I…", "when did I last do Y", "pull up the conversation about Z", "that time I built/tried/discussed …". Searches by kind (code/cowork), time range, title, working directory, or free-text content across all transcripts.

task-profileSkill

Mine the user's Claude Code + Cowork session history into a structured task profile, what they do with AI, how often, how successfully where friction lives, then propose atomic skills that would reduce iteration. Use when the user asks to "analyse my Claude use", "build a task profile", "what tasks do I do with Claude", "where am I spending tokens", "what skills would help me", or mentions reviewing past sessions for patterns. Produces profile.csv (shareable), explorer.html (personal coaching view with AI-first principle comparison + token-spend chart), and skill-proposals.md.

token-doctorSkill

Personal diagnosis of where your Claude Code + Cowork spend goes. Reads local transcripts, prints your conversation length distribution, marathon share, cache rebuild costs, and per-project diagnosis (good projects and problem projects) right in the terminal. Then offers a deeper dive that fans out parallel Haiku subagents over your most expensive (and most efficient) sessions and writes a tight Markdown report. Use when the user asks "why is my Claude spend so high", "where am I burning tokens", "diagnose my Claude habits", "audit my Claude usage", or asks for a personal token-cost diagnosis.

ai-firstifySkill

Analyze, re-engineer, or bootstrap projects to align with AI-first design principles. Use when asked to review, audit, improve, 'ai-firstify', or start a new project. Performs deep analysis across 7 dimensions, actively restructures existing projects, or guides new project setup through discovery questions. Based on the 9 design principles and 7 design patterns from the TechWolf AI-First Bootcamp.

analyze-performanceSkill

Analyze engagement patterns across published posts to identify what works. Use when asked to review performance, find successful patterns, or optimize future content.

brainstorm-linkedinSkill

Generate LinkedIn post ideas from external sources (files, URLs, research). Use when the user provides source material (PDFs, URLs, articles) to brainstorm topics. NOT for writing or developing drafts - use write-linkedin-post instead.

content-studioSkill

Entry point for the TechWolf content-studio plugin. Use to understand the workflow, pick the right content skill, or start setup for a new author/repository.

setup-content-studioSkill

Set up a new content studio for a person. Copies the plugin template, adapts it to the person's voice, themes, and content types through interactive discovery. Use when asked to create a content studio for someone new.