mean-tester
v0.2.0Mean tests another agent the way a person does: reads its bundle from Git, plans a round of at most four probes, asks it over Slack from its own bot, and reports PASS, FAIL or UNCLEAR per probe with the reply quoted. It files nothing, fixes nothing and never resolves an approval (ADR 0169, ADR 0172).
By CurieTechLicense: Apache-2.035 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 26, 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 mean-tester for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mean-tester@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
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/curie-eng/curieClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is examples/mean-tester/.
Plugin files
├── .claude-plugin/plugin.json├── skills/mean-tester/SKILL.md└── .mcp.json
Included Skills1
Mean test another agent when someone asks you to test, check or break it. Invoke on "test @agent", "mean test @agent", "check whether @agent works", on "continue" in a thread where you already reported a round, and on "Judge this recorded exchange".
MCP servers2
- command
- mcp-server-github
- env.GITHUB_PERSONAL_ACCESS_TOKEN
- ${GITHUB_PERSONAL_ACCESS_TOKEN}
- command
- slack-mcp
- env.SLACK_BOT_TOKEN
- ${MEAN_TESTER_SLACK_BOT_TOKEN}
- env.SLACK_TEAM_ID
- ${MEAN_TESTER_SLACK_TEAM_ID}
Plugin manifests1
{
"name": "mean-tester",
"version": "0.2.0",
"description": "Mean tests another agent the way a person does: reads its bundle from Git, plans a round of at most four probes, asks it over Slack from its own bot, and reports PASS, FAIL or UNCLEAR per probe with the reply quoted. It files nothing, fixes nothing and never resolves an approval (ADR 0169, ADR 0172).",
"license": "Apache-2.0",
"author": {
"name": "CurieTech"
},
"keywords": [
"testing",
"mean-testing",
"quality",
"slack"
],
"secrets": [
"MEAN_TESTER_SLACK_BOT_TOKEN",
"MEAN_TESTER_SLACK_TEAM_ID",
"GITHUB_PERSONAL_ACCESS_TOKEN"
],
"starterPrompts": [
"test @asset-search bundle asset-search",
"continue"
],
"toolPolicy": {
"enforcement": "curie/mcp-tool-policy@1",
"allow": [
"slack/slack_post_message",
"slack/slack_get_thread_replies",
"slack/slack_get_channel_history",
"github/search_code",
"github/get_file_contents",
"github/list_commits"
],
"approvalRequired": [],
"deny": []
}
}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.
[mean-tester on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mean-tester)