By mao-family
Personal AI digital worker / AI clone - vibe-coding workflow with skills, agents, and hooks
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Use when updating labs-content experiment configs, syncing schema changes from Studio PRs, publishing to staging/production, checking progress, or listing/viewing experiments. Triggers on "update labs content", "sync schema from studio", "publish staging", "publish production", "check labs progress", "resume labs update", "list experiments", "show experiment", "experiment details".
Complete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X"
Play the classic Zork I text adventure game. Use /zork to start or resume, type commands directly during session, /zork quit to exit, /zork restart to start over.
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.
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.
npx claudepluginhub mao-family/claude-me --plugin claude-meA plugin to turn Claude Code into your personal assistant with native context delivery, proactive triggers, and self-improving memory
Meta-tools for Claude Code configuration and customization
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
oh-my-zsh for Claude Code — 11 agents, 33 commands, 24 skills, 15 hooks + 9 examples (21 events), 9 rules, 4 MCP (minimal: playwright, context7, jina-reader, [email protected]). One-line install: curl -fsSL https://raw.githubusercontent.com/sangrokjung/claude-forge/main/install.sh | bash
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer