| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .agents/plugins | ||
| .claude-plugin | ||
| .codex-plugin | ||
| skills/indifeed-product-manager | ||
| indifeed.mcp.json | ||
| mcp.json | ||
| package.json | ||
| plugin.json | ||
| README.md | ||
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-managerskill; - 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.