By phi-labs-ltd
A collection of output styles that give Claude different personalities.
npx claudepluginhub phi-labs-ltd/claude --plugin personalitiesClaude Code plugins by and for Phi Labs Ltd.
| Plugin | Ships | Description |
|---|---|---|
personalities | Output styles | Different voices for Claude. Currently: Crypto Bro. |
developer | Agents, skills | Developer tooling. Currently: the second-set-of-eyes review agent, the protocol-formalizer Quint-spec agent, the karpathy engineering-discipline skill, and the FormalSpecification Quint-spec skill. |
bolt-theme | Theme | A dark color theme with Bolt Liquidity's signature yellow accent. |
Add the marketplace once:
/plugin marketplace add phi-labs-ltd/claude
Then install any plugin you want:
/plugin install personalities@phi-labs-ltd
/plugin install developer@phi-labs-ltd
/plugin install bolt-theme@phi-labs-ltd
Run /reload-plugins after installing for it to take effect.
personalitiesPick a voice with /config → Output style → personalities:crypto-bro. Revert with /config → Output style → Default.
developersecond-set-of-eyes — an independent-review agent that reads your pending diff with the critical eye of a senior engineer. Ask for a "second opinion", "sanity check", or "review my changes" and Claude will delegate to it. Read-only: it cannot edit, stage, or commit.protocol-formalizer — an agent that drafts Quint specifications from user stories, tickets, PDFs, pseudocode, or existing implementations. Works from a protocol-designer mindset: models what the protocol should do, not what the code currently does, and flags spec-vs-code divergences (e.g., invariants the implementation is missing). Delegated to on "write a spec", "formalize this", "draft a Quint spec", or proactively when editing smart contracts on Sui / Solana / Ethereum.karpathy — an engineering-discipline skill (think before coding, simplicity first, surgical changes, goal-driven execution). Loads automatically on non-trivial code tasks.formal-specification — a skill that guides a three-phase workflow for producing a Quint spec: draft the model, negotiate invariants collaboratively, then write comprehensive deterministic tests. Includes a Quint syntax cheatsheet, house-style guide, invariant-pattern catalogue, and quint-connect trace-replay integration notes. The protocol-formalizer agent uses this skill; it also loads directly when you ask to "formalize" or "convert this into a spec".bolt-themeRun /theme and pick Bolt Liquidity — a dark base with Bolt's signature yellow (#FFED2C) for Claude's voice.

Custom commands, skills, and agents for Claude Code - session continuity, 23 expert agents, 71 skills, 3 commands, 6 rules, 4 hooks, 13 output styles, modern CLI tools
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Opinionated Claude Code configuration: 31 skills, 11 agents, 15 commands, 7 hooks, spec-driven workflows. Captures the scaffolding.tool orchestration patterns.
Portable skills library with output styles: documentation lookup, GitHub operations, dependency intelligence, UI/UX patterns, and skill crafting
Claude Code Discipline Layer — spec-driven workflow + goal-backward verification + Karpathy 4 principles enforced via gates. Stops Claude from faking "done" on non-trivial features.