By leolionart
Auto-sync git repo on session start/end — pulls latest (main + submodules) when Claude starts, auto-commits and pushes all changes when Claude stops.
npx claudepluginhub leolionart/claude-skills --plugin git-syncBộ sưu tập skills và plugins cho Claude Code, đóng gói để cài qua Claude Marketplace.
/plugin marketplace add leolionart/claude-skills
/plugin install <tên-plugin>
plugins/: các plugin/skill wrapper được publish để cài từ Marketplace, mỗi plugin có source root riêng để tránh lẫn namespace skillskills/: source content gốc cho từng skill.claude-plugin/: metadata marketplace và registry pluginhooks/: hooks dùng cho các plugin cần automationscripts/: script phụ trợ cho một số plugin/skillgoogle-workspacegoogle-gmailgoogle-drivegoogle-sheetsraindroplark-suiteVới nhóm Google Workspace cần
gwsCLI:npm install -g @googleworkspace/clirồigws auth login.
google-analytics-readerclaude-skill-trackerdiagramsocial-imagesave-and-releaseset-up-docker-app-updatesset-up-macos-app-updatesmcp-to-clitelegram-permission-alert — gửi Telegram khi Claude Code đang chờ bạn approve permission prompt, dùng một chat chung cho mọi projectdesign-ui — canonical shareable UI design skill with 6 families and 20 exemplar styles for choosing, reviewing, and converting visual directionredesign-skillmikrotik-managerjira-task-managerconfluence-publishinglark-mcpgit-sync.claude-plugin/ # metadata marketplace + registry plugin
plugins/ # installable plugin roots
skills/ # source content gốc cho từng skill
skills/ không được publish trực tiếp; Marketplace cài các package dưới plugins/.claude-skill-tracker là plugin hook-only dưới plugins/claude-skill-tracker/, dùng hooks để gửi telemetry 2-phase về CLIProxy Dashboard cho cả Skill, Agent, và SendMessage activity.telegram-permission-alert cần CC_TELEGRAM_ALERT_BOT_TOKEN và CC_TELEGRAM_ALERT_CHAT_ID. Plugin chỉ gửi metadata tối thiểu như project/tool/session để tránh đẩy raw command hoặc nội dung pending lên Telegram./plugin install telegram-permission-alert
!cat <<'EOF' >> ~/.zshrc
export CC_TELEGRAM_ALERT_BOT_TOKEN='123456:ABCDEF'
export CC_TELEGRAM_ALERT_CHAT_ID='123456789'
# Optional:
# export CC_TELEGRAM_ALERT_PREFIX='Claude Code needs approval'
# export CC_TELEGRAM_ALERT_NOTIFY_ON='permission-request'
EOF
source ~/.zshrc
Hook dùng PermissionRequest, nên timing bám theo permission dialog native của Claude Code. Sau khi source ~/.zshrc, mở session Claude Code mới nếu session hiện tại chưa thấy env mới.
MIT
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.