Agent Plugins Marketplace
All plugins

kore-agent-design

v0.3.0

Create and review governed, modular enterprise designs for Kore.ai agents.

Codex1 Skill

By Kore.ai0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 kore-agent-design for Codex

Installs for the current user
codex plugin marketplace add Koredotcom/kore-codex-plugins
codex plugin marketplace upgrade kore-skills
codex plugin add kore-agent-design@kore-skills

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

Compatibility: the page URL and API slug “kore-agent-design” remain stable.

  • Codex: kore-agent-design@agent-plugin-marketplacekore-agent-design@kore-skills

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/Koredotcom/kore-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/kore-agent-design/.

Plugin files

plugins/kore-agent-design/
├── .codex-plugin/plugin.json
└── skills/kore-agent-designer/SKILL.md

Included Skills1

kore-agent-designerskills/kore-agent-designer/SKILL.md

Guide a Kore.ai agent from discovery material or an initial idea to a governed, modular enterprise design package. Use for guided discovery, drafting, updating, design review, gap analysis, wave readiness, or an implementation handoff. Do not estimate effort. Create or modify a Kore.ai project only after an explicit implementation request using available platform tools.

Plugin manifests1

plugins/kore-agent-design/.codex-plugin/plugin.json
{
  "name": "kore-agent-design",
  "version": "0.3.0",
  "description": "Create and review governed, modular enterprise designs for Kore.ai agents.",
  "author": {
    "name": "Kore.ai"
  },
  "homepage": "https://github.com/Koredotcom/kore-codex-plugins",
  "repository": "https://github.com/Koredotcom/kore-codex-plugins",
  "keywords": [
    "kore.ai",
    "agent",
    "design",
    "sop",
    "architecture"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Kore Agent Design",
    "shortDescription": "Create modular enterprise Kore.ai agent designs.",
    "longDescription": "Guide a Kore.ai agent from discovery material or an initial idea to a governed package of traceable functional, experience, and technical designs, then assess Wave 1 readiness and optionally continue into explicitly authorized setup using available platform tools.",
    "developerName": "Kore.ai",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write",
      "Review"
    ],
    "websiteURL": "https://kore.ai/",
    "defaultPrompt": [
      "Turn this discovery material into a modular Kore.ai agent design package.",
      "Review this Kore.ai agent design package for Wave 1 readiness."
    ]
  }
}

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

[kore-agent-design on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kore-agent-design)