From aman-claude-code
View or update your AI identity. Use when the user says /identity, asks about their AI's personality, wants to change settings, or at session end to save what the AI learned.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aman-claude-code:identityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are managing the user's AI identity. The plugin uses the **engine v1
You are managing the user's AI identity. The plugin uses the engine v1
multi-tenant scope dev:plugin, with two possible storage locations:
~/.acore/dev/plugin/core.md~/.acore/core.mdAlways check the primary path first. If only the legacy path exists, you can
either read from it directly or recommend the user run npx @aman_asmuei/acore
to migrate.
~/.acore/dev/plugin/core.md first; fall back to ~/.acore/core.md.When the user wants to update or when a session is ending:
If aman-mcp is registered as an MCP server (recommended — see the plugin
README's "Live tools" section), prefer calling the identity_update_section
or identity_update_dynamics MCP tools instead of writing the file directly.
This guarantees the engine's scope handling and section parsing is correct.
Tell the user: "No identity configured yet. Run npx @aman_asmuei/aman to set
up your AI companion, or npx @aman_asmuei/acore for just the identity layer.
The new layout writes to ~/.acore/dev/plugin/core.md (multi-tenant aware)."
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub amanasmuei/aman-claude-code --plugin aman-claude-code