> Analyzes sales data from PayPal and QuickBooks to find top performers and slow movers, layers in seasonality, and produces a prioritized 30-day output only — no calendars or assets. Use when the user asks what to post, wants a content plan, asks what's selling, or what to promote this month.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill content-strategy
> Status: MVP draft
> Owner: JJ
> Version: 0.2.0 · Phase MVP
> Category: Marketing & Sales
When an SMB owner asks "what should I post this month?" or "what's my content plan?", this skill:
canva-creator for asset generationThe output is strategic only — no calendar scheduling, no creative assets.
If using QuickBooks, verify the business profile is set up:
company-info to check if Industry is populatedquickbooks-profile-info-update with the user's industryNote: PayPal and Square do not require profile setup.
When triggered, ask the user:
Fetch data from the authenticated connector (QuickBooks, PayPal, or Square, user's choice):
Connector-specific notes:
profit-loss-quickbooks-account (pre-flight sets industry context)list_transactions. *Rate-limiting:* If you hit rate limits, pause 30 seconds and retry once. If still blocked, gracefully offer: "PayPal is rate-limited. Would you like to switch to QuickBooks or Square instead, or I can continue with historical data I already pulled?"make_api_request(service="locations", method="list") to discover available locations, then fetch orders for each location. *Future enhancement:* Square integration is stubbed; full path documented in reference/square-integration.md.Fallback: If <3 months of data, use industry seasonality benchmarks for the SMB's category (e.g., retail, services, e-commerce)
Identify:
Structure:
Example length: 200–400 words (brief and actionable, not essay-length).
Present the brief to the owner. Ask:
Iterate if needed; once approved, return the final brief as structured JSON (ready for downstream tools).
See reference/gotchas.md for common pitfalls.
See reference/examples/ for worked examples (SaaS, retail, services).
Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.
Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.
Creative research ideation and exploration. Use for open-ended brainstorming sessions, exploring interdisciplinary connections, challenging assumptions, or identifying research gaps. Best for early-stage research planning when you do not have specific observations yet. For formulating testable hypotheses from data use hypothesis-generation.
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry customers. With it, workflows resume exactly where they left off. This skill covers the platforms (n8n, Temporal, Inngest) and patterns (sequential, parallel, orchestrator-worker) that turn brittle scripts into production-grade automation. Key insight: The platforms make different tradeoffs. n8n optimizes for accessibility
Take anthropics/content-strategy from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.