Agent Plugins Marketplace
All plugins

personas

v6.1.0

Create portable persona folders for Claude Code and Codex

CodexClaude Code2 Skills

By kickinradLicense: Apache-2.03 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add personas@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/kickinrad/personas-framework

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

personas/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/persona-dev/SKILL.md
└── skills/self-improve/SKILL.md

Included Skills2

persona-devskills/persona-dev/SKILL.md

Use when the user asks to create, evolve, reconcile, or activate a persona folder, or connect an approved capability to it.

self-improveskills/self-improve/SKILL.md

Use when a persona is asked to self-improve, promote a repeated correction into a rule, turn recurring work into a skill, or review its local procedures.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "personas",
  "description": "Create portable persona folders for Claude Code and Codex",
  "version": "6.1.0",
  "author": {
    "name": "kickinrad",
    "url": "https://github.com/kickinrad"
  },
  "repository": "https://github.com/kickinrad/personas-framework",
  "license": "Apache-2.0",
  "skills": "./skills/",
  "interface": {
    "displayName": "Personas",
    "shortDescription": "Create a durable AI collaborator",
    "longDescription": "Create readable persona folders with native Claude Code and Codex adapters.",
    "developerName": "Personas",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Use Personas for this request."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "personas",
  "description": "Create portable persona folders for Claude Code and Codex",
  "version": "6.1.0",
  "author": {
    "name": "kickinrad",
    "url": "https://github.com/kickinrad"
  },
  "repository": "https://github.com/kickinrad/personas-framework",
  "license": "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.

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