A Claude Code plugin that trains a behavioral profile from your session history and injects it into all sessions.
Imprint scans your Claude Code session transcripts, extracts patterns in how you work, communicate, and set quality expectations, then synthesizes a profile that every future Claude session will internalize.
/plugin install n33kos/imprint
/imprint:train
This scans your session history in ~/.claude/projects/, runs multi-pass LLM synthesis, and writes a profile to ~/.claude/.imprint.
Once a profile exists at ~/.claude/.imprint, the plugin automatically loads it into every Claude session. No manual configuration needed — the plugin's instructions tell Claude to read and adopt the profile.
- Profile:
~/.claude/.imprint - The profile persists across plugin updates since it lives outside the plugin directory
- You can manually edit the profile to correct or refine it
- Communication Style — Brevity, formality, voice usage, delegation patterns
- Quality Standards — Testing, type safety, accessibility, visual verification priorities
- Review Instincts — Code review approach, tone, conventional comments usage
- Work Patterns — Commit style, PR preferences, tool usage
- Domain Expertise — Areas of deep knowledge vs learning areas
- Invariants — Hard rules that are always enforced
- Delegation Style — Autonomy level, verification expectations