Skip to content

tenjin/agent-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenjin Agent Plugins

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).

Install

Claude Code

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 browser

Or 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:

  1. Open Customize → Plugins.
  2. Click Add → Add marketplace.
  3. Choose Add from a repository and enter tenjin/agent-plugins.
  4. Install tenjin-core — and optionally tenjin-sdk — from the marketplace's plugin list.
  5. Complete Tenjin's OAuth flow when prompted — it opens automatically once tenjin-core installs.

Codex

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 mcp

On Codex Desktop, use the GUI instead:

  1. Click Plugins in the sidebar.
  2. Expand the + dropdown menu, then select Add marketplace.
  3. For Source, enter tenjin/agent-plugins. Click Add Marketplace.
  4. Go to the Personal tab on the plugins page. You should see "Tenjin Agent Plugins" listed.
  5. Click Install next to the tenjin-core plugin. It will install the plugin and open the Tenjin OAuth flow.
  6. Optional: Click Install next to the tenjin-sdk plugin to install the SDK skills.

Layout

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.

MCP Only

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.

See also

Licensed under MIT.

About

No description or website provided.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors