Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intempt Claude Code Plugin

Registers the Intempt MCP server and bundles a setup skill that installs the CLI, logs in, and resolves org/project -- so you don't have to do any of that by hand.

Install

/plugin marketplace add intempt/claude-plugin
/plugin install intempt@intempt-plugins

Restart Claude Code (exit and relaunch) -- the MCP server this plugin registers isn't picked up until the next session start. Then say:

run intempt setup

This invokes the bundled intempt:setup skill, which:

  1. Installs @intempt/cli globally via npm if it isn't already on PATH
  2. Logs you in (prefers the MCP server's own login tool; falls back to intempt login, which opens your browser)
  3. Runs intempt use --org ... --project ... non-interactively if your account belongs to more than one org, or one org with more than one project
  4. Verifies both the CLI and the MCP server's tools are working

Skills

Organized around Intempt's four sold products (Analytics, Design, Marketing, Sales), not around internal data domains -- so "draft a follow-up email" or "generate a hero image" route to one obvious skill instead of colliding across several that happen to share a verb.

Skill Covers
intempt Router -- start here, points to the others
setup Install, login, org/project resolution
instrument Tracking plans + typed SDK codegen (init/generate/add/remove/validate/status)
registry Direct access to any of the 202 registry commands, natural-language resolution, write-safety classes
crm Accounts, users/contacts, deals, segments -- the lookup/list layer every product uses
analyze Funnels, retention, dashboards, subscription/revenue metrics
design Content generation (email/SMS/push/page/Slack/text/image), brand assets, brand voice/knowledge base
market Journeys (outreach), experiences (testing/personalization), events
sell Outreach drafting, AI call summaries, the sales motion (references crm for lookup)

What's in this repo

Path What it is
.claude-plugin/marketplace.json Marketplace manifest (what /plugin marketplace add reads)
intempt/.claude-plugin/plugin.json Plugin manifest
intempt/.mcp.json Registers the MCP server (npx -y @intempt/mcp-server)
intempt/skills/*/SKILL.md The 9 skills above

The actual CLI and MCP server are built in Intempt's internal monorepo and published to npm as @intempt/cli and @intempt/mcp-server. This repo is only the Claude Code distribution wrapper around those published packages -- it has no source code of its own.

License

MIT

About

Claude Code plugin for Intempt. Installs the CLI and the MCP server.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors