Agent Plugins Marketplace
All plugins

persona

v0.3.2

Switchable response personas with a shared token-reduction engine: bundled characters (holmes, genshijin, noctis, lunafreya, ignis), user-defined characters that survive plugin updates, three compression levels persisted across sessions, a persona-switch CLI other skills can call, character-agnostic commit/review/compress/stats/crew helpers, and an MCP description-shrinking proxy. Derived from genshijin (MIT).

Claude Code8 Skills

By atman-332 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 13, 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 persona for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install persona@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/atman-33/workhub

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

Plugin files

plugins/persona/
├── .claude-plugin/plugin.json
├── skills/persona/SKILL.md
├── skills/persona-commit/SKILL.md
├── skills/persona-compress/SKILL.md
├── skills/persona-crew/SKILL.md
├── skills/persona-help/SKILL.md
├── skills/persona-new/SKILL.md
├── skills/persona-review/SKILL.md
└── skills/persona-stats/SKILL.md

Included Skills8

personaskills/persona/SKILL.md

応答口調のキャラクターを切り替える。キャラクター一覧の表示、切替、レベル変更、解除。 「ペルソナ」「キャラクター変更」「口調を変えて」「/persona」で起動。

persona-commitskills/persona-commit/SKILL.md

簡潔なコミットメッセージを生成する。Conventional Commits、件名50文字以内、「何を」より「なぜ」。 「コミットメッセージ作って」「/persona-commit」で起動。

persona-compressskills/persona-compress/SKILL.md

自然言語のメモリファイル(CLAUDE.md、todo、設定メモ)を圧縮して入力トークンを削減する。 コード・URL・パス・構造は完全保持。「/persona-compress <path>」「メモリファイル圧縮」で起動。

persona-crewskills/persona-crew/SKILL.md

圧縮出力の subagent への委譲判断ガイド。investigator(位置特定)、builder(1-2ファイル編集)、 reviewer(diff レビュー)。「コンテキスト節約」「圧縮 agent」で起動。

persona-helpskills/persona-help/SKILL.md

persona プラグインの全コマンド・レベル・キャラクター追加手順のリファレンスカード。 1回限りの表示で状態は変えない。「/persona-help」で起動。

persona-newskills/persona-new/SKILL.md

新しいペルソナのキャラクターを作成する。テンプレートから character.md を起こし、 ユーザー層に保存する。「キャラクターを追加」「/persona-new」で起動。

persona-reviewskills/persona-review/SKILL.md

簡潔な PR レビューコメントを生成する。1行1指摘、位置・問題・修正、重大度タグ付き。 「PRレビューして」「コードレビュー」「/persona-review」で起動。

persona-statsskills/persona-stats/SKILL.md

現セッションの実トークン使用量と推定削減量を表示する。セッションログから直接読み取る。 「/persona-stats」で起動。

Plugin manifests1

plugins/persona/.claude-plugin/plugin.json
{
  "name": "persona",
  "version": "0.3.2",
  "description": "Switchable response personas with a shared token-reduction engine: bundled characters (holmes, genshijin, noctis, lunafreya, ignis), user-defined characters that survive plugin updates, three compression levels persisted across sessions, a persona-switch CLI other skills can call, character-agnostic commit/review/compress/stats/crew helpers, and an MCP description-shrinking proxy. Derived from genshijin (MIT).",
  "author": {
    "name": "atman-33",
    "url": "https://github.com/atman-33"
  }
}

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

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