Personal AI digital worker plugins
npx claudepluginhub mao-family/claude-mePersonal AI digital worker / AI clone - vibe-coding workflow with skills, agents, and hooks
Personal AI digital worker / AI clone powered by Claude Code.
See CLAUDE.md for architecture and directory structure.
Prerequisites: macOS, zsh, Homebrew
# Install dependencies
brew install fnm gh
brew tap oven-sh/bun && brew install oven-sh/bun/bun
echo 'eval "$(fnm env)"' >> ~/.zshrc && source ~/.zshrc
fnm install --lts && fnm use --lts
npm install -g @anthropic-ai/claude-code
# Install
git clone https://github.com/mao-family/claude-me.git ~/Repos/claude-me
cd ~/Repos/claude-me && bun run install
claude plugin marketplace update claude-me-marketplace
Restart Claude Code. Done!
cd ~/Repos/claude-me && git pull
claude plugin marketplace update claude-me-marketplace
claude plugin install claude-me@claude-me-marketplace
Note:
marketplace updatepulls the latest code,plugin installupdates the cached version. Restart Claude Code after updating.
# Prerequisites
brew install bats-core shellcheck shfmt pre-commit
pre-commit install
# Lint & Test
bun run lint # All checks (shellcheck, markdownlint, shfmt)
bun run test # Bats tests
Tip: During development, bump the version in
.claude-plugin/plugin.jsonand run the update commands to test changes.
See memory-bank/lint.md for lint configuration details.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.