Agent Plugins Marketplace
All plugins

sekhmet

v0.1.1

Sekhmet — always-available Codex Titanium swarm substrate (xbreed L3, max 64 runners).

Codex1 Skill

By VeigaPunkLicense: MIT OR Apache-2.00 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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 sekhmet for Codex

Installs for the current user
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add sekhmet@ds4cc

Paste and run these commands in a terminal with Codex. They add and refresh the ds4cc catalog, then install this plugin.

Compatibility: the page URL and API slug “sekhmet” remain stable.

  • Codex: sekhmet@agent-plugin-marketplacesekhmet@ds4cc

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/VeigaPunk/ds4cc-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is marketplace/plugins/sekhmet/.

Plugin files

marketplace/plugins/sekhmet/
├── .codex-plugin/plugin.json
└── skills/sekhmet-docs/SKILL.md

Included Skills1

sekhmet-docsskills/sekhmet-docs/SKILL.md

Always-available swarm dispatch substrate (layer 3 of xbreed). Install and call Sekhmet/xbrd-spark for namespaced codex-spark runs without worktrees. Rust only.

Plugin manifests1

marketplace/plugins/sekhmet/.codex-plugin/plugin.json
{
  "name": "sekhmet",
  "version": "0.1.1",
  "description": "Sekhmet — always-available Codex Titanium swarm substrate (xbreed L3, max 64 runners).",
  "author": {
    "name": "VeigaPunk"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Sekhmet (swarm dispatch / L3)",
    "shortDescription": "Always-on swarm dispatch substrate — layer 3 of xbreed",
    "longDescription": "Sekhmet is always available to be called: pure L3 worker surface under xbreed/xbgst for swarm dispatch. Namespaced ephemeral codex-spark runs without git worktrees, double-work tolerant, with dry-run, --ro, --scope, --timeout, collect, and gc. Rust-only binary xbrd-spark (source VeigaPunk/xbrd-spark).",
    "developerName": "VeigaPunk",
    "category": "Developer",
    "capabilities": [
      "Swarm Dispatch",
      "Namespaced Execution",
      "Codex-Spark Substrate",
      "Labrat / Executor Channel"
    ],
    "defaultPrompt": [
      "Install and smoke-test Sekhmet (xbrd-spark) dry-run.",
      "Run a live Sekhmet spark with --direct and collect results.",
      "Explain Sekhmet as layer 3 of xbreed."
    ]
  },
  "homepage": "https://github.com/VeigaPunk/xbrd-spark",
  "repository": "https://github.com/VeigaPunk/xbrd-spark",
  "license": "MIT OR Apache-2.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sekhmet on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sekhmet)