Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By timescale
Claude skills for the TigerData marketing team — brand voice, content review, SEO, and more.
npx claudepluginhub timescale/marketing-skills --plugin tigerdata-marketing-skillsWrite marketing content in TigerData's brand voice with full context on our audience, positioning, and terminology. Use this skill whenever the user asks to write blog posts, articles, landing page copy, email campaigns, social posts, one-pagers, case studies, or any marketing content. Also trigger when the user mentions brand voice, tone, writing style, ICP, target audience, or asks for on-brand writing. Even if the user just says 'write something about [topic]' without specifying brand voice, use this skill — all marketing content should be on-brand.
Produce a complete, publication-ready Tiger Data customer case study (.docx) from a customer interview transcript. Generates an embedded architecture diagram, writes WABL-compliant copy in the Tiger Data Community Member Spotlight format, and produces a 5-quote pull quote table for editorial and social use. MANDATORY TRIGGERS: write a case study, draft a case study, build a case study, turn this interview into a case study, create a case study from this transcript, case study from interview, write up this customer story, draft customer story, write this up as a case study, customer spotlight, community member spotlight. Also trigger when the user shares a transcript or interview doc alongside example case study copy and asks to produce written content from it. If the user says 'use the case study prep doc and transcript', this skill should run.
Create Tiger Data case study interview prep documents. Gathers customer information via DM to the @eon Slack bot and user-provided Google Docs, then aligns all known information against the 8 standard Tiger Data Case Study Questions, producing a .docx with status ratings (Complete/Partial/Missing), draft answers, gap analysis, a 30-minute interview guide, and draft pull quotes. MANDATORY TRIGGERS: case study, interview prep, case study prep, customer story, customer interview, case study questions, ClickHouse takeout, competitive win story. Use when the user asks to prepare for a customer case study interview, create a case study prep doc, or align existing customer notes against the Tiger Data case study questions template.
Execute the Tiger Data case study publishing workflow. Steps: (1) update Customer Social Proof spreadsheet, (2) add Google Slides case study slide, (3) draft LinkedIn post, (4) draft X post, (5) fill AWS Partner Portal form, (6) fill and submit swag order form. Asks which steps are needed before starting — not every publication needs all 6. Always ask for explicit permission before any external action (submitting a form, sending a message, clicking publish). TRIGGER whenever the user says: publish a case study, run the case study publishing workflow, do the publishing steps, case study publishing, post the case study, submit the case study, run publishing, go through the publishing checklist, new case study to publish, or hands Claude a filled-in intake form and says something like 'ok, run it' or 'go ahead.' Also trigger when the user asks to resume or pick up from a specific numbered publishing step.
Analyze Microsoft Clarity CSV exports (clicks and scroll depth) for any webpage. Use when the user provides Clarity click or scroll CSV files, or mentions 'Clarity data,' 'Clarity export,' 'scroll depth,' 'click heatmap,' 'heatmap data,' 'heatmap analysis,' 'page performance,' 'page engagement,' 'CRO,' 'conversion rate optimization,' 'where are users clicking,' 'where do users drop off,' 'scroll drop-off,' 'bounce analysis,' 'user behavior analysis,' or 'what's working on this page.' Produces structured CRO analysis with scroll curves, click behavior rankings, key findings, and actionable recommendations — plus an optional Slack-ready summary.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Brand Voice transforms scattered brand materials into enforceable AI guardrails — automatically. It searches across Notion, Google Drive, Confluence, Gong, Slack, and meeting transcripts to distill your strongest brand signals into a single source of truth, then applies them to every piece of AI-generated content. The more your team creates with Claude, the more consistent your brand becomes.
Go-to-market skills for Claude Code — SEO, content, outbound, sales, growth, analytics, strategy, ads, social, and CRM
Methodology-grounded brand building toolkit. Positioning, messaging, voice, visual identity, audit, and competitive analysis powered by Dunford, Miller, Neumeier, and NN/g frameworks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Captures user prompts and agent responses to Memory Engine for persistent context across sessions
(Having an issue with this plugin? Submit a new issue - Tiger Data employees only)
Internal plugin. This marketplace is built for the Tiger Data marketing team. The skills depend on Tiger Den and org-specific context that aren't available outside our organization. You're welcome to browse the source and fork the framework for your own team, but installing the plugin as-is won't be useful outside Tiger Data.
A shared plugin marketplace for the Tiger Data marketing team. Gives Claude specialized knowledge about our brand voice, audience, positioning, terminology, and content quality standards — so it produces better, more on-brand work.
Works with both Cowork (Claude Desktop) and Claude Code (CLI).
Quick links: Install · Contributing · Tiger Den setup
timescale/marketing-skillsSkills are available immediately in new Cowork sessions.
If the marketplace method isn't working, you can install manually from a .zip file:
.zip file.zip fileTo update: download the latest .zip and upload it again. Start a new session after updating.
Add this repo as a marketplace, then install the plugin:
# Add the marketplace
/plugin marketplace add timescale/marketing-skills
# Install the plugin
/plugin install tigerdata-marketing-skills@marketing-skills
To update later:
/plugin update tigerdata-marketing-skills@marketing-skills
Cowork's RemotePluginManager can wipe marketplace-installed plugins on
restart. If the plugin keeps disappearing, use the install script to write it
directly into the Cowork cowork_plugins/cache/ path where it persists across
restarts:
git clone https://github.com/timescale/marketing-skills.git
python3 marketing-skills/scripts/install.py
If you already have the repo cloned:
python3 scripts/install.py
Re-run the script after git pull to update the cached version. Restart
Claude Desktop after running.
If you prefer a local checkout:
git clone https://github.com/timescale/marketing-skills.git
cd marketing-skills
Then point Claude Code at the plugin directory:
claude --plugin-dir /path/to/marketing-skills/plugins/tiger-marketing-skills
Or add it permanently in .claude/settings.json:
{
"plugins": ["/path/to/marketing-skills/plugins/tiger-marketing-skills"]
}
To update: git pull.