Stats
Links
Categories
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub lilmgenius/polysonaBuild and run multiple personas across any AI agent.
Share bugs, ideas, or general feedback.
Every AI agent tool has the same problem: it gives you someone else's answer, or it doesn't know you.
gstack gives you Garry Tan's brain. polysona gives you yours.
┌─────────────────────────────────────────────────────────────┐
│ │
│ POLYSONA (Orchestrator) │
│ Build and run multiple personas across any AI agent. │
│ Manage all persona data and agents │
│ │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ SETUP (One-time) │ │
│ │ │ │
│ │ ① Profiler │ │
│ │ Interview → Extract logs │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ [Polysona structures logs] │ │
│ │ → persona.md + nuance.md + accounts.md │ │
│ │ │ │
│ └─────────────────────────────────────────────────────┘ │
│ │ persona data │
│ ▼ │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ LOOP (Per Content) │ │
│ │ │ │
│ │ ② Trendsetter │ │
│ │ Trend topics collection │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ ③ Content-Writer │ │
│ │ persona + trend → Platform-specific drafts │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ ④ Virtual-Follower (QA) │ │
│ │ Evaluate by rolemodel → TOP 5 → User picks │ │
│ │ │ │ │
│ │ ▼ │ │
│ │ ⑤ Admin │ │
│ │ Publish → Track engagement → Feedback │ │
│ │ │ │
│ └─────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────┘
# Codex (primary)
# AGENTS.md is auto-recognized by Codex
# Codex auto-discovers repo skills from .agents/skills
# This repo already mirrors ./skills into ./.agents/skills
# If you edit ./skills later, resync with:
node ./scripts/sync-codex-skills.mjs
# or:
bun run codex:skills:sync
# Then restart Codex if the updated skill does not appear immediately
# Use $interview, $introduce, $trend, $content x, $qa, $publish, $status, $export in your Codex session
# Claude Code
# 1. Add local marketplace
claude plugin marketplace add ./.claude-plugin/marketplace.json
# 2. Install plugin
claude plugin install polysona
# 3. Start session
# Then: /interview → /introduce → /trend → /content x → /qa → /publish
# Hooks may apply via hooks/hooks.json depending on host support
| Name | Role | Command |
|---|---|---|
| profiler | Deep psychology interviewer | $interview / /interview |
| trendsetter | Trend detector | $trend / /trend |
| content-writer | Platform content generator | $content / /content |
| virtual-follower | QA simulator | $qa / /qa |
| admin | Publisher and tracker | $publish / /publish |