Support packages to connect your agent to shipworth
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-22 14:54:27 +00:00
.agents/plugins Release agents v0.1.5 from indifeed b035ff77fd071fe210f678627235e10d5f03cc72 2026-09-09 10:47:11 +00:00
.claude-plugin Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00
.codex-plugin Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00
skills/indifeed-product-manager Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00
indifeed.mcp.json Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00
mcp.json Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00
package.json Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00
plugin.json Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00
README.md Release agents v0.1.11 from indifeed f7c163ea223020bbff5f90a7c3ae506d40980803 2026-09-22 14:54:27 +00:00

indifeed agents

Public distribution mirror for indifeed's product-management workflow and hosted MCP server. It is published and semantically tagged by CI from the canonical indifeed source repository; do not edit this repository directly.

The package contains:

  • the indifeed-product-manager skill;
  • a direct connection to https://mcp.indifeed.app/;
  • Pi package metadata;
  • Claude Code and Codex marketplace metadata;
  • a Hermes portable Agent Plugins v1 manifest.

No indifeed executable, client secret, token, or local proxy is required. Authentication uses the coding client's OAuth authorization-code flow with S256 PKCE.

Install

Pi

pi install npm:pi-mcp-adapter
pi install https://git.bit-monkey.io/indifeed/agents.git

Restart Pi and authenticate indifeed with /mcp.

Claude Code

claude plugin marketplace add https://git.bit-monkey.io/indifeed/agents.git
claude plugin install indifeed@indifeed

Restart Claude Code and authenticate indifeed with /mcp.

Codex

codex plugin marketplace add https://git.bit-monkey.io/indifeed/agents.git
codex plugin add indifeed@indifeed
codex mcp login indifeed

Hermes

Clone the portable Agent Plugins v1 package, then enable it:

git clone https://git.bit-monkey.io/indifeed/agents.git ~/.hermes/plugins/indifeed
hermes plugins list
hermes plugins enable indifeed

It supplies the same indifeed-product-manager skill and hosted MCP connection. Authenticate indifeed from Hermes when prompted, then use skills_list to discover its namespaced skill name.

Access

The browser authorization page asks for the indifeed board/account hostname, the account to connect, and either read or read_write access. Choose read unless you intend to save an approved brief, post a requested feedback comment, or make a requested feedback status change.

Never copy OAuth authorization codes or tokens into chat, configuration files, or a repository.

See the installed indifeed-product-manager skill for the evidence, repository association, planning, and write-confirmation workflow. Confirmations default to on; say indifeed confirmations off to disable the extra prompts globally for future conversations and repositories using the same home directory.