Skip to content

n33kos/imprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imprint

A Claude Code plugin that trains a behavioral profile from your session history and injects it into all sessions.

What it does

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.

Installation

/plugin install n33kos/imprint

Usage

Train your profile

/imprint:train

This scans your session history in ~/.claude/projects/, runs multi-pass LLM synthesis, and writes a profile to ~/.claude/.imprint.

How it works

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 location

  • 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

Profile sections

  • 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

About

A Claude Code plugin that trains a behavioral profile from your session history and injects it into all sessions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors