Build and adjust Lincx ad templates (HTML+CSS) with a live preview loop and a save-seam that paste-ships today and MCP-writes when a write tool lands.
Start an edit session for an existing Lincx template
Load real ads from a Lincx zone as preview mock ads
Start a new Lincx template from scratch
Toggle automatic preview rendering on/off for this session
Re-fetch and cache the CAG schema for each active template entry
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace for Lincx. Install these plugins in any Claude Code surface — the CLI (claude), the Claude desktop app, the VS Code / JetBrains extensions, or the web app — and get Lincx-specific workflows on top of your everyday coding session.
| Plugin | What it does |
|---|---|
templates-editor-plugin | Build and adjust Lincx ad templates (HTML + Mustache + CSS) from Claude Code. Pulls templates via the Lincx MCP, gives you a live preview loop, and ships a save path that paste-drops a versioned artifact today and will push via a Lincx write tool once one lands. Ships with a reference library (production checklist, pattern snippets, anti-patterns, and 8 canonical example templates) that guides the LLM to write on-pattern code. |
More plugins will land here — this is the single place to install every Lincx-specific Claude Code plugin we ship.
PATH (stdlib only — no npm install needed).get_template, get_creative_asset_group, get_zone_ads, etc.). Run /mcp inside Claude Code to confirm it's up.git on your machine (for the local-install flows below).Once this repo is published, install the marketplace and a plugin from any Claude Code session:
/plugin marketplace add zakasalaheddine/lincx-marketplace
/plugin install templates-editor-plugin@lincx-marketplace
/reload-plugins
Replace zakasalaheddine/lincx-marketplace with the actual GitHub slug once published. Same commands work in the CLI, the desktop apps, the IDE extensions, and the web app — anywhere Claude Code runs.
Updating: to pull the latest version of an installed plugin:
/plugin update templates-editor-plugin@lincx-marketplace
/reload-plugins
Uninstalling:
/plugin uninstall templates-editor-plugin@lincx-marketplace
/reload-plugins
Use this when you're working on the marketplace or want to try the plugin before publishing.
/plugin marketplace add /absolute/path/to/lincx-marketplace
/plugin install templates-editor-plugin@lincx-marketplace
/reload-plugins
This reads the marketplace manifest at .claude-plugin/marketplace.json and installs the plugin from the plugins/ dir. Edits to the plugin dir are picked up after /reload-plugins.
Even faster iteration — skip the marketplace and symlink the plugin dir straight into Claude Code's plugin path:
mkdir -p ~/.claude/plugins/
ln -s /absolute/path/to/lincx-marketplace/plugins/templates-editor-plugin \
~/.claude/plugins/templates-editor-plugin
Then in any Claude Code session:
/reload-plugins
Changes to the linked dir are live after each /reload-plugins. Useful when you're editing the plugin itself.
If you want to keep a local clone but share it across machines:
git clone https://github.com/zakasalaheddine/lincx-marketplace.git ~/code/lincx-marketplace
Then in Claude Code:
/plugin marketplace add ~/code/lincx-marketplace
/plugin install templates-editor-plugin@lincx-marketplace
/reload-plugins
Pull updates with git pull in the clone, then /reload-plugins.
templates-editor-pluginOnce installed, you'll have these slash commands available in any Claude Code session where the Lincx MCP is connected:
| Command | What it does |
|---|---|
/lincx-template-edit <templateId> | Pull an existing template from Lincx, set up a working copy in your current project, open the live preview |
/lincx-template-new <name> | Start a new template from scratch; pick a CAG; author with Claude using the reference library |
/lincx-template-save | Save the current session. Today: writes a versioned single-file artifact (<htmlDir>/versions/vN.html, CSS inlined) for pasting into Lincx. Tomorrow: pushes via the Lincx MCP write tool automatically once it ships — no config change on your side |
/lincx-template-load-ads <zoneId> | Load real ads from a Lincx zone to use as preview mock data instead of synthesized placeholders |
/lincx-template-preview-toggle | Pause / resume automatic preview rendering for the current session |
/lincx-template-refresh-schema | Re-fetch and cache the CAG schema for each active template (use after CAG changes) |
npx claudepluginhub zakasalaheddine/lincx-marketplace --plugin templates-editor-pluginMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.