Plugins that bring Tenjin into AI coding agents. Two plugins ship from this repo, installable on Claude Code and Codex:
| Plugin | What it gives the agent |
|---|---|
tenjin-core |
Connects to Tenjin's hosted MCP server (https://mcp.tenjin.com, OAuth) and a skill that orients the agent to its tools. |
tenjin-sdk |
Per-platform Tenjin SDK integration guides (iOS, Android, Flutter, Ionic, React Native, Unity). |
From your shell:
claude plugin marketplace add tenjin/agent-plugins
claude plugin install tenjin-core@tenjin-agent-plugins
claude plugin install tenjin-sdk@tenjin-agent-plugins # optional
claude mcp login plugin:tenjin-core:tenjin # complete authentication in browserOr from inside a Claude Code session:
/plugin marketplace add tenjin/agent-plugins
/plugin install tenjin-core@tenjin-agent-plugins
/plugin install tenjin-sdk@tenjin-agent-plugins # optional
/reload-plugins
/mcp # choose plugin:tenjin-core:tenjin, then Authenticate, then complete authentication in browser
On Claude Code Web / Desktop, use the GUI instead:
- Open Customize → Plugins.
- Click Add → Add marketplace.
- Choose Add from a repository and enter
tenjin/agent-plugins. - Install
tenjin-core— and optionallytenjin-sdk— from the marketplace's plugin list. - Complete Tenjin's OAuth flow when prompted — it opens automatically once
tenjin-coreinstalls.
From your shell:
codex plugin marketplace add tenjin/agent-plugins
codex plugin add tenjin-core@tenjin-agent-plugins
codex plugin add tenjin-sdk@tenjin-agent-plugins # optional
codex mcp login tenjin # authenticates tenjin mcpOn Codex Desktop, use the GUI instead:
- Click Plugins in the sidebar.
- Expand the
+dropdown menu, then select Add marketplace. - For Source, enter
tenjin/agent-plugins. Click Add Marketplace. - Go to the Personal tab on the plugins page. You should see "Tenjin Agent Plugins" listed.
- Click Install next to the
tenjin-coreplugin. It will install the plugin and open the Tenjin OAuth flow. - Optional: Click Install next to the
tenjin-sdkplugin to install the SDK skills.
Each plugin carries both a Claude manifest (.claude-plugin/plugin.json) and a
Codex manifest (.codex-plugin/plugin.json) over one shared skills/ body.
Two marketplace catalogs (.claude-plugin/marketplace.json and
.agents/plugins/marketplace.json) list the same two plugins.
The tenjin-core plugin already provides MCP functionality. If you cannot install the plugin,
or if you prefer not to have Tenjin's provided skills, you may use the Tenjin MCP server directly
at https://mcp.tenjin.com.
- Claude apps (Web / Desktop / Cowork) docs: https://support.claude.com
- Claude Code CLI docs: https://code.claude.com
- Codex docs: https://developers.openai.com/codex
Licensed under MIT.