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.
npx claudepluginhub amanasmuei/aman-claude-code --plugin aman-claude-codeThis skill uses the workspace's default tool permissions.
You are managing the user's AI identity. The plugin uses the **engine v1
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
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)."