Help us improve
Share bugs, ideas, or general feedback.
Tiger Data Marketing team plugins — brand voice, content review, SEO, and more.
npx claudepluginhub timescale/marketing-skillsClaude skills for the TigerData marketing team — brand voice, content review, SEO, and more.
Share bugs, ideas, or general feedback.
(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.