By amanasmuei
The complete AI companion plugin for Claude Code. Auto-loads your identity, memory, tools, workflows, guardrails, and skills — every session, zero setup.
Track and review your AI relationship quality. Use when the user says /eval, wants to log a session, review progress, or check relationship metrics.
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.
Manage your active project threads. Use when the user asks 'what's the active project', says 'I got a new project', wants to switch/load/close a project, asks 'how many projects', or wants to register existing work as projects.
View and check AI guardrails. Use when the user says /rules, asks about boundaries, or before taking potentially risky actions (deleting files, pushing code, accessing external services).
Save a flowing-prose narrative of the current session's reasoning path. Use when the user says /session-narrative, 'save a session narrative', 'capture this session', or at the end of a substantial working session where the reasoning path matters as much as the outcome.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Auto-loads your identity, memory, tools, workflows, guardrails, and skills — every session, zero setup.
Install · Features · How to use · Troubleshooting · Ecosystem · Updating
⚠️ Renamed from
aman-plugin(v3.0.0)This plugin was previously published as
aman-plugin. Starting with v3.0.0 it's renamed toaman-claude-codefor consistency with the rest of the ecosystem (aman-copilot,aman-cursorin the roadmap, etc.). The GitHub repoamanasmuei/aman-pluginauto-redirects toamanasmuei/aman-claude-code, so clones and bookmarks still work.Existing users: reinstall under the new name:
claude plugin uninstall aman-plugin@aman claude plugin marketplace remove aman claude plugin marketplace add amanasmuei/aman-claude-code claude plugin install aman-claude-code@amanYour acore/arules/amem data at
~/.acore,~/.arules,~/.amemis untouched — only the plugin wrapper is renamed. See CHANGELOG.md for the full migration guide and rationale.
Even with the aman ecosystem set up, you still have to manually inject identity files, remember which slash commands do what, and manage platform config files. The gap between "ecosystem configured" and "AI actually loads it" is annoying. aman-claude-code bridges that gap for Claude Code. Install once, and your full AI ecosystem loads automatically every session — identity, rules, memory, tools, workflows, and skills. No CLAUDE.md injection. No manual setup per project.
| Requirement | Check | Get it |
|---|---|---|
| Node.js 18+ | node --version | https://nodejs.org |
| Claude Code | claude --version | https://docs.claude.com/claude-code |
| jq (optional, for tests) | jq --version | brew install jq / apt install jq |
Run the one-shot ecosystem installer, then add the plugin:
# Set up identity, guardrails, and eval
npx @aman_asmuei/aman@latest
# Register the marketplace and install the plugin
claude plugin marketplace add amanasmuei/aman-claude-code
claude plugin install aman-claude-code@aman
# Install live MCP tools (read/write during sessions)
node ~/.claude/plugins/cache/aman/aman-claude-code/*/bin/install-mcp.mjs
The aman@latest wizard walks you through acore (identity), arules (guardrails), and aeval (relationship tracking). The plugin install wires a SessionStart hook that fires on every session start, resume, clear, and compact. The install-mcp.mjs step is idempotent and preserves any other MCP servers in your config.
npx @aman_asmuei/acore@latest # identity → ~/.acore/dev/plugin/core.md
npx @aman_asmuei/arules@latest init # guardrails → ~/.arules/dev/plugin/rules.md
npx @aman_asmuei/aeval@latest init # evaluation
npx @aman_asmuei/akit@latest add github # (optional) tools
npx @aman_asmuei/aflow@latest init # (optional) workflows
Each installer is idempotent — safe to re-run.
git clone https://github.com/amanasmuei/aman-claude-code ~/aman-claude-code
claude plugin marketplace add ~/aman-claude-code
claude plugin install aman-claude-code@aman
Useful for development or testing unreleased changes.
Give your AI a memory it never forgets. Local-first persistent memory with semantic search, temporal validity, knowledge graph, memory tiers, and privacy controls. 28 MCP tools.
npx claudepluginhub amanasmuei/aman-claude-code --plugin aman-claude-codeA Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Unified capability management center for Skills, Agents, and Commands.
Delegate plan execution to Codex CLI via ASP. Part of cc-multi-cli-plugin. Requires the `multi` plugin.
Claude Code skill pack for Anthropic (30 skills)
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.