Set up persistent agent identity files (AGENT.md, USER.md, MEMORY.md) and teach the agent to read them at every session start. Works in any Claude Code project — no external dependencies required. Trigger words: who am I, identity, remember me, agent name, my principles, who are you, what are my values.
$npx -y skills add jkheadley/instar --skill agent-identityInstalls into the current project.
Run `npx skills use "https://github.com/jkheadley/instar" --skill "jkheadley/instar/agent-identity"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jkheadley/instar" that are relevant to the current task. Run `npx skills add "https://github.com/jkheadley/instar"` and select the relevant skills, then follow their instructions.