example-domain
v0.1.5A non-published reference pack that demonstrates the Evidence Lab package structure, routing evaluations, deterministic scripts, and review metadata.
By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 27, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add example-domain@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/timsmykov/evidence-lab-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/domains/example-domain/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/example-checklist/SKILL.md└── skills/example-procedure/SKILL.md
Included Skills2
Reference skill: checks a finished artefact against formal criteria before it goes to a supervisor or a client. Loads on 'review this artefact for gaps', 'what won't survive scrutiny here', 'check this table before I send it'. Does NOT load when the artefact still has to be produced (use example-procedure), when the ask is to rewrite the text rather than check it, or when someone wants a subjective opinion on quality. Ships as a format example: it shows why a plugin bundles several skills instead of shipping one.
Reference skill: turns a folder of source documents into a reviewed summary table with an explicit human confirmation step. Loads on requests like 'build a summary table from these documents', 'structure this collection', 'pull these files into one comparable table'. Does NOT load for finding new sources, for checking a finished artefact (use example-checklist), or for questions about the method itself. Ships as a format example — it demonstrates the split between model reasoning and deterministic scripting, not a real research methodology.
Plugin manifests2
{
"name": "example-domain",
"description": "A non-published reference pack that demonstrates the Evidence Lab package structure, routing evaluations, deterministic scripts, and review metadata.",
"version": "0.1.5",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"reference-fixture"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "Example Domain",
"shortDescription": "Inspect the reference Evidence Lab pack.",
"longDescription": "Demonstrates the complete host-neutral pack layout without shipping subject-matter procedures to researchers.",
"developerName": "Evidence Lab",
"category": "Reference",
"capabilities": [
"Reference"
],
"defaultPrompt": "Show me how an Evidence Lab pack is structured."
}
}{
"name": "example-domain",
"description": "A non-published reference pack that demonstrates the Evidence Lab package structure, routing evaluations, deterministic scripts, and review metadata.",
"version": "0.1.5",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"reference-fixture"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT"
}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.
[example-domain on Agent Plugins Marketplace](https://pluginsmp.com/plugins/example-domain)