Agent Plugins Marketplace
All plugins

e-colleagues

v0.1.0

A team of AI personas — tech-lead, developer, reviewer, security, designer, platform — with an operating contract, a portable floor and a knowledge store.

CodexClaude Code4 Skills

By e-colleagues1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install e-colleagues for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gnuruzzi/e-colleagues
codex plugin marketplace upgrade e-colleagues
codex plugin add e-colleagues@e-colleagues

Paste and run these commands in a terminal with Codex. They add and refresh the e-colleagues catalog, then install this plugin.

Compatibility: the page URL and API slug “e-colleagues” remain stable.

  • Codex: e-colleagues@agent-plugin-marketplacee-colleagues@e-colleagues

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gnuruzzi/e-colleagues

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

e-colleagues/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/ec-init/SKILL.md
├── skills/ec-onboard/SKILL.md
├── skills/ec-status/SKILL.md
└── skills/ec-tech-lead/SKILL.md

Included Skills4

ec-initskills/ec-init/SKILL.md

Set up the e-colleagues operating contract in this project — propose a roster, interview the team for the bindings only a human knows, and write the managed block. Use when a project has no contract yet or its roster needs changing.

ec-onboardskills/ec-onboard/SKILL.md

Learn this project from every angle the roster covers — index what it already documents, audit only the gaps, and record provenance so staleness is detectable. Use after ec-init, or when the team's knowledge of a project has gone stale.

ec-statusskills/ec-status/SKILL.md

Report the team's contract health — roster, lens coverage, and which knowledge files have gone stale since the commit they were derived from. Use to check whether an onboard is still current before relying on it.

ec-tech-leadskills/ec-tech-lead/SKILL.md

Adopt the Tech-Lead operating contract for this thread. Use to plan work, delegate it to the team, verify the result and speak to the user. Do not use as a sub-agent; this persona is the root of the tree.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "e-colleagues",
  "version": "0.1.0",
  "description": "A team of AI personas — tech-lead, developer, reviewer, security, designer, platform — with an operating contract, a portable floor and a knowledge store.",
  "author": {
    "name": "e-colleagues"
  },
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "e-colleagues",
  "version": "0.1.0",
  "description": "A team of AI personas — tech-lead, developer, reviewer, security, designer, platform — with an operating contract, a portable floor and a knowledge store.",
  "author": {
    "name": "e-colleagues"
  },
  "agents": [
    "./dist/claude/agents/tech-lead.md",
    "./dist/claude/agents/developer.md",
    "./dist/claude/agents/reviewer.md",
    "./dist/claude/agents/security.md",
    "./dist/claude/agents/designer.md",
    "./dist/claude/agents/platform.md"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[e-colleagues on Agent Plugins Marketplace](https://pluginsmp.com/plugins/e-colleagues)