What problem does it solve?
This Skill automates the initial configuration and onboarding needed to turn Claude Code into a persistent, proactive personal assistant (Imli) so users do not have to manually edit settings, copy context files, or generate derived rules.
Core Features & Use Cases
- Apply default settings safely: Merge the Imli outputStyle into ~/.claude/settings.json while preserving all other user settings and notifying the user of changes.
- Initialize native context: Create ~/.claude/.context by copying a context template only when no existing context directory is present to avoid overwriting user data.
- Generate imli-core rules: Run the sync-context script to produce ~/.claude/rules/imli-core.md containing identity, preferences, rules, and active projects for native rule loading.
- Use case: A newly installed plugin needs to enable persistent context, session hooks, and onboarding so the assistant behaves proactively without per-message context overhead.
Quick Start
Run the personal-assistant setup to configure Imli, initialize native context, and generate imli-core rules.