c

cortex-plugin-persona-switcher

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
agent-strategyaicortex-plugindevelopmentesmreasoning

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-persona-switcher
Website RepositoryLicense: MITEntry: mod.ts

Configuration

Plugin Type
ESM
Entry Point
mod.ts
License
MIT

Capabilities

toolsmiddleware:pre

Tags

agent-strategyaicortex-plugindevelopmentesmreasoning

Statistics

Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026

Reviews (0)

No reviews yet. Be the first to rate this plugin!

README

Persona Switcher

Loadable personality profiles (SRE, Data Scientist, Frontend Dev, etc.)

Installation

cortex plugin install marketplace:cortex-plugin-persona-switcher
cortex plugin install github:CortexPrism/cortex-plugin-persona-switcher
cortex plugin install ./manifest.json

Quick Start

cortex tools list
cortex chat --plugin cortex-plugin-persona-switcher

Tools

persona_list

List all available personas.

Parameters: none

persona_activate

Activate a persona profile.

Parameters:

  • persona_id (string, required) — Persona ID (sre, data-scientist, frontend-dev, devops, security-auditor)

persona_create

Create a custom persona profile.

Parameters:

  • name (string, required) — Name for the custom persona
  • role (string, required) — Role description
  • system_prompt (string, required) — System prompt for the persona
  • tool_scopes (string, optional) — Comma-separated tool scopes
  • expertise (string, optional) — Comma-separated expertise tags

persona_current

Get the currently active persona.

Parameters: none

persona_deactivate

Deactivate current persona and return to default.

Parameters: none

Built-in Personas

IDNameRole
sreSRESystem reliability engineering, incident response
data-scientistData ScientistData analysis, ML, statistics
frontend-devFrontend DeveloperReact/Vue/Svelte, CSS, accessibility
devopsDevOps EngineerCI/CD, Docker, K8s, Terraform
security-auditorSecurity AuditorOWASP, SAST, secret scanning

Configuration

{
  "plugins": {
    "cortex-plugin-persona-switcher": {
      "enabled": true,
      "config": {
        "defaultPersona": "none"
      }
    }
  }
}

Development

deno task test
deno fmt
deno lint
deno task validate

License

MIT — See LICENSE file

Published June 15, 2026 · Updated June 15, 2026