personify
personify your coding agent
Open source Open in the app JSON README (API)
About
personify your coding agent
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- icherniukh
- Origin
- gemini
- Category
- ferramentas
- Version
- 0.5.0
- Stars
- 1
- Forks
- 1
- Last push
- 2026-05-18T20:38:54Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
icherniukh/personify
README
# Personify Portable persona packs for agent voice, cadence, and reasoning style. ## Install ### Claude Code ```bash claude plugin marketplace add icherniukh/personify claude plugin install personify@personify ``` ### Codex ```bash codex plugin marketplace add icherniukh/personify ``` ### Gemini CLI ```bash gemini extensions install https://github.com/icherniukh/personify --consent ``` ### OpenCode ```bash # Copy skills and commands to your global OpenCode config directory mkdir -p ~/.config/opencode/skills cp -r opencode/skills/* ~/.config/opencode/skills/ mkdir -p ~/.config/opencode/commands cp -r opencode/commands/* ~/.config/opencode/commands/ ``` ### Pi ```bash pi install git:github.com/icherniukh/personify ``` ## Commands | Command | What it does | | --- | --- | | `list-personas` | Show available persona packs | | `use-persona <persona>` | Set a persona as the default for the session | | `as-persona <persona> <task>` | Apply a persona to one task | | `extract-persona <name>` | Create a new pack from web-grounded research | Examples: ```text List available personas. Use the Hikaru Nakamura persona for this session. Apply the Sam Harris persona to this task. Research a persona pack for Ada Lovelace. ``` ## Contributing Source lives in `src/`. After editing run: ```bash python3 scripts/package.py build --target all ``` Pack format: `docs/personality-pack-contract.md` Activation model: `docs/persona-injection.md` Persona activation adds prompt context. See `docs/token-overhead.md` for the current per-pack overhead estimate and the calculation method. ## License MIT