e-colleagues
v0.1.0A team of AI personas — tech-lead, developer, reviewer, security, designer, platform — with an operating contract, a portable floor and a knowledge store.
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
codex plugin marketplace add gnuruzzi/e-colleagues
codex plugin marketplace upgrade e-colleagues
codex plugin add e-colleagues@e-colleaguesPaste 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-marketplace→e-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-colleaguesClone 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
├── .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
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.
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.
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.
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
{
"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/"
}{
"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"
]
}For maintainers
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)