gtm-partner
π―Skillfrom 2389-research/claude-plugins
Assists with Google Tag Manager (GTM) partner integration workflows, streamlining tag configuration and deployment processes for web analytics and tracking.
Installation
npx skills add https://github.com/2389-research/claude-plugins --skill gtm-partnerSkill Details
Overview
# 2389 Research
Claude Code Plugin Marketplace
Claude Code plugins and MCP servers we use at [2389](https://2389.ai).
Installation
Add the marketplace:
```bash
/plugin marketplace add 2389-research/claude-plugins
```
Install plugins individually:
```bash
/plugin install css-development@2389-research
/plugin install firebase-development@2389-research
/plugin install terminal-title@2389-research
```
Available Plugins
| Plugin | Description | Documentation |
|--------|-------------|---------------|
| [css-development](css-development/) | CSS development workflows with Tailwind composition, semantic naming, and dark mode by default | [README](css-development/README.md) |
| [firebase-development](firebase-development/) | Firebase project workflows including setup, features, debugging, and validation | [README](firebase-development/README.md) |
| [terminal-title](terminal-title/) | Automatically updates terminal title with emoji + project + topic context, plus TodoWrite conventions | [README](terminal-title/README.md) |
External MCP Servers
This marketplace also lists external MCP servers:
- agent-drugs - Digital drugs that modify AI behavior through prompt injection
- socialmedia - Social media functionality for AI agents
- journal - Private journaling capability for Claude
Marketplace Site
Browse the marketplace: [https://2389-research.github.io/claude-plugins](https://2389-research.github.io/claude-plugins)
Repository Structure
This is a monorepo containing multiple independent plugins. Each plugin:
- Lives in its own directory (
css-development/,firebase-development/, etc.) - Has its own
.claude-plugin/plugin.jsonconfiguration - Contains its own skills, docs, and tests
- Can be installed independently
See [CLAUDE.md](CLAUDE.md) for developer documentation on the monorepo structure and conventions.
Contributing
Adding a New Plugin
- Create plugin directory:
mkdir -p new-plugin/.claude-plugin - Write
new-plugin/.claude-plugin/plugin.json - Add skills to
new-plugin/skills/ - Create
new-plugin/README.mdandnew-plugin/CLAUDE.md - Update
.claude-plugin/marketplace.jsonwith new plugin entry - Regenerate marketplace site:
npm run generate
See [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) for comprehensive development guide.
Contact
Want to chat about these plugins or how we use Claude Code?
Email us: [hello@2389.ai](mailto:hello@2389.ai)
We'd love to hear from you!
Resources
- Claude Code Documentation: https://docs.claude.com/en/docs/claude-code
- Skills Guide: https://docs.claude.com/en/docs/claude-code/skills
- Plugin Development: https://docs.claude.com/en/docs/claude-code/plugins
More from this repository10
Automates initial Firebase project configuration, generating boilerplate files, setting up authentication, and configuring initial project structure and dependencies.
css-development:validate skill from 2389-research/claude-plugins
fresh-eyes-review skill from 2389-research/claude-plugins
remote-system-maintenance skill from 2389-research/claude-plugins
building-multiagent-systems skill from 2389-research/claude-plugins
binary-re skill from 2389-research/claude-plugins
product-launcher skill from 2389-research/claude-plugins
Helps users collaboratively plan, organize, and execute cooking events or recipe challenges by providing structured guidance and coordination tools.
Performs static binary analysis to identify potential vulnerabilities, code patterns, and structural characteristics of compiled executable files.
Refactors CSS code to improve structure, optimize Tailwind compositions, and enhance semantic naming conventions.