Skip to content
v12.8.0MIT

Portable multi-agent harness for .agents-based skills and workflows

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

chrome-devtoolsstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "chrome-devtools-mcp@latest",
    "--no-usage-statistics",
    "--isolated"
  ]
}
context7streamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.context7.com/mcp"
}
serenastdio
{
  "type": "stdio",
  "command": "serena",
  "args": [
    "start-mcp-server",
    "--context",
    "oma",
    "--project-from-cwd",
    "--add-mode",
    "no-memories"
  ],
  "env": {
    "SERENA_LOG_LEVEL": "info"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "oma",
  "version": "12.8.0",
  "description": "Portable multi-agent harness for .agents-based skills and workflows",
  "author": {
    "name": "First Fluke"
  },
  "homepage": "https://firstfluke.com/oh-my-agent",
  "repository": "https://github.com/first-fluke/oh-my-agent",
  "license": "MIT",
  "keywords": [
    "multi-agent",
    "orchestrator",
    "skills",
    "workflows"
  ],
  "extensions": {
    "com.firstfluke.oma": {
      "entries": [
        "./com.firstfluke.oma/agents",
        "./com.firstfluke.oma/workflows",
        "./com.firstfluke.oma/rules",
        "./com.firstfluke.oma/oma-config.yaml"
      ]
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 17TypeScript files
  • 3JavaScript files
  • 3shell scripts
  • 2Python files
  • 18JSON files
  • 15YAML files
  • 9other files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.firstfluke.omaships a directory of files