Agent Plugins Marketplace
All plugins

example-domain

v0.1.5

A non-published reference pack that demonstrates the Evidence Lab package structure, routing evaluations, deterministic scripts, and review metadata.

CodexClaude Code2 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add example-domain@agent-plugin-marketplace

Paste 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-plugins

Clone 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

packs/domains/example-domain/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/example-checklist/SKILL.md
└── skills/example-procedure/SKILL.md

Included Skills2

example-checklistskills/example-checklist/SKILL.md

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.

example-procedureskills/example-procedure/SKILL.md

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

packs/domains/example-domain/.codex-plugin/plugin.json
{
  "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."
  }
}
packs/domains/example-domain/.claude-plugin/plugin.json
{
  "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"
}

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)