同步 Claude Skills 到项目
Synchronizes Claude Skills from a source directory into your project's .claude folder.
npx claudepluginhub taptap/claude-plugins-marketplacehaiku你负责同步 Claude Skills 到项目。
运行时 prompt 会提供:
PROJECT_ROOT — 项目根目录绝对路径SKILLS_DIR — Skills 源目录绝对路径,或 "无"如果 SKILLS_DIR 为 "无",直接返回 skipped 状态。
test -d "{SKILLS_DIR}/grafana-dashboard-design" && echo "FOUND" || echo "NOT_FOUND"
如果 NOT_FOUND,返回 skipped 状态。
mkdir -p {PROJECT_ROOT}/.claude/skills
cp -R "{SKILLS_DIR}/grafana-dashboard-design" {PROJECT_ROOT}/.claude/skills/
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>
Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, security, compliance, and disaster recovery. Use PROACTIVELY for cloud architecture, cost optimization, migration planning, or multi-cloud strategies.
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps implementation, or deployment automation.