Agent Plugins Marketplace
All plugins

core-ops

v0.4.0

Analyze CRM pipeline, review deliverables, inspect Nucleus health, record agent metrics, and register schedules when the host supports them.

CodexClaude Code10 Skills

By BrightWay AILicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
10 skill or MCP entries
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 core-ops for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add core-ops@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/BrightWayAI/core-ops

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

Plugin files

core-ops/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agent-metrics/SKILL.md
├── skills/diagnose/SKILL.md
├── skills/log-agent-run/SKILL.md
├── skills/nucleus-dashboard/SKILL.md
├── skills/nucleus-status/SKILL.md
├── skills/register-schedules/SKILL.md
├── skills/review-deliverable/SKILL.md
├── skills/setup/SKILL.md
├── skills/setup-core/SKILL.md
└── skills/test-connectors/SKILL.md

Included Skills10

agent-metricsskills/agent-metrics/SKILL.md

Summarize the agent-run log to surface patterns. Auto-fires on "/agent-metrics", "how are my agents doing", "agent performance", "which subagents are working", "audit agent quality", "agent log digest", or any phrase about subagent quality / acceptance / abandonment. Read-only over ~/.brightway-state/agent-log.jsonl. Run monthly.

diagnoseskills/diagnose/SKILL.md

Audit the user's plugin ecosystem health — shared config files, plugin setup completeness, subagent availability, connector wiring. Auto-fires on "/diagnose", "is my setup working", "audit my plugins", "check my plugin health", "something feels broken with [plugin]", "plugins aren't behaving", "verify my setup", or when the user reports unexpected plugin behavior. Produces a green/red checklist with specific fix instructions.

log-agent-runskills/log-agent-run/SKILL.md

Append a meta-record about a notable subagent run to ~/.brightway-state/agent-log.jsonl. Auto-fires on "/log-agent-run" or when a parent skill explicitly invokes this skill after an agent call. Captures agent / parent skill / confidence / user action — never message content or sensitive data.

nucleus-dashboardskills/nucleus-dashboard/SKILL.md

Rich visual dashboard of your Nucleus stack — installed plugins, this week's activity, cortex memory health, outreach pipeline, time + invoicing. Renders as a live Cowork HTML artifact you can keep open and refresh, or as a markdown snapshot in Claude Code. Auto-fires on "/nucleus-dashboard", "show my dashboard", "open my nucleus dashboard", "weekly view", "what's my stack doing", or any phrase asking for the visual stack overview. Sibling to /nucleus-status (terse text) and /diagnose (troubleshooting).

nucleus-statusskills/nucleus-status/SKILL.md

At-a-glance Nucleus stack snapshot — installed plugins, setup state, connector availability, recent activity, memory health, anything broken. Terse text output in chat, scannable in 10 seconds. Auto-fires on "/nucleus-status", "stack status", "is everything wired up", "show my nucleus", "check my plugins", "what's installed", or any phrase asking for a quick health snapshot. For a richer visual surface use `/nucleus-dashboard`; for troubleshooting use `/diagnose`.

register-schedulesskills/register-schedules/SKILL.md

Bulk-register the standing schedules documented in references/schedules.md with the host scheduler. Auto-fires on /register-schedules, register all my schedules, set up my standing schedules, register the schedule library, rebuild my scheduled tasks, or any phrase about provisioning the marketplace's standard scheduled tasks. Common usage: new machine setup or host reinstall.

review-deliverableskills/review-deliverable/SKILL.md

Run a structured QA pass on a client deliverable before you ship. Auto-fires on "/review-deliverable", "review this deck", "QA this deliverable", "second pair of eyes on", "is this ready to ship", "check this against the brief", "review my one-pager", or similar. Loads brand context from user-context.md and produces specific, location-tagged findings — not vague feedback.

setupskills/setup/SKILL.md

Configure core-ops for your CRM, brand, and company context. Auto-fires on "set up core-ops", "configure pipeline analysis", "set up deliverable review", "/setup-core", or any phrase about getting core-ops ready to use. Also fires when another core-ops skill or agent reports that user-context.md is missing or empty.

setup-coreskills/setup-core/SKILL.md

Configure core-ops for your CRM, brand, and company context via a short interview. Writes results to `<config-root>/plugins/core-ops.user-context.md` (where `<config-root>` is the folder you choose during first-time setup, stored at `~/Documents/.claude-plugin-config-root`). Re-run anytime to update.

test-connectorsskills/test-connectors/SKILL.md

Run real, bounded, read-only connector integration probes and produce a privacy-safe Nucleus release report. Use when the user asks to test connectors, verify integrations, certify a release, run live connector smoke tests, or prove calendar, mail, CRM, Slack, Drive, enrichment, or transcript access works.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "core-ops",
  "version": "0.4.0",
  "description": "Analyze CRM pipeline, review deliverables, inspect Nucleus health, record agent metrics, and register schedules when the host supports them.",
  "author": {
    "name": "BrightWay AI",
    "url": "https://brightwayai.com"
  },
  "license": "MIT",
  "homepage": "https://github.com/BrightWayAI/core-ops",
  "repository": "https://github.com/BrightWayAI/core-ops",
  "keywords": [
    "nucleus",
    "chatgpt",
    "codex"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Core Ops",
    "shortDescription": "Run pipeline, delivery QA, diagnostics, and stack operations",
    "longDescription": "Analyze CRM pipeline, review deliverables, inspect Nucleus health, record agent metrics, and register schedules when the host supports them.",
    "developerName": "BrightWay AI",
    "category": "Business",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/BrightWayAI/core-ops",
    "defaultPrompt": [
      "Analyze my pipeline.",
      "Review this client deliverable.",
      "Diagnose my Nucleus setup."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "core-ops",
  "version": "0.4.4",
  "description": "Generic business-ops toolkit for Claude. Includes a CRM pipeline analyzer and a client deliverable reviewer. Configurable per user via /setup-core — works with any CRM and any brand once configured.",
  "author": {
    "name": "BrightWay AI"
  },
  "license": "MIT",
  "repository": "https://github.com/BrightWayAI/core-ops"
}

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

[core-ops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/core-ops)