By futuretea
AlibabaCloud DevOps (Yunxiao) assistant for project management, code management, pipeline operations, and application delivery (Community)
巡检代码健康维度。当需要检查待审查合并请求、过期分支、仓库活跃度或代码审查效率时,应使用此 Agent。此 Agent 是项目巡检的维度之一,可与其他巡检维度 Agent 并行运行。
审查云效合并请求。当你需要查看合并请求列表、审查代码变更、创建合并请求、添加评论或对比代码差异时,应使用此 Agent。
管理云效应用交付。当你需要管理应用、创建部署单、查看发布流程、执行发布阶段、管理变更请求或查看部署日志时,应使用此 Agent。
分析云效工时数据。当你需要查看实际工时、预计工时、登记工时、对比预计与实际工时差异、或生成工时报告时,应使用此 Agent。
探索云效组织结构。当你需要查看组织信息、部门列表、成员信息、角色列表、搜索成员或获取当前用户信息时,应使用此 Agent。
This skill should be used when the user asks to "deploy", "release", "create deploy order", "manage applications", "change order", "release workflow", "部署", "发布", "上线", "部署单", "变更请求", "发布流程", "应用管理", "创建应用", "发布阶段", or discusses application deployment and release management (应用部署和发布管理).
This skill should be used when the user asks to "list repos", "view branches", "create branch", "read file", "merge request", "code review", "compare code", "创建分支", "查看仓库", "代码审查", "合并请求", "代码对比", "查看文件", "仓库列表", or discusses code repository management and code review (代码仓库管理和代码审查).
This skill should be used when the user asks to "show organization", "list members", "find user", "departments", "roles", "who am I", "组织信息", "成员列表", "搜索成员", "部门", "角色", "当前用户", "我的信息", or discusses organization structure navigation (组织结构导航).
This skill should be used when the user asks to "run pipeline", "check pipeline", "build status", "CI/CD", "create pipeline", "pipeline logs", "运行流水线", "流水线状态", "构建", "部署流水线", "查看日志", "创建流水线", "流水线列表", or discusses CI/CD pipeline operations (CI/CD 流水线操作).
This skill should be used when the user asks to "inspect project", "health check", "project patrol", "check project health", "项目巡检", "健康检查", "项目体检", "日常巡检", "迭代前检查", "迭代后检查", "定期检查", "全面检查", or discusses systematic project health inspection (系统化项目健康巡检).
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.
Claude Code 插件,用于阿里云云效(Yunxiao)DevOps 平台管理。采用 Sub-Agent + Skill 架构,Skill 负责意图识别,Agent 负责干活,各自独立上下文、支持并行。项目管理是核心能力。
┌─────────────────────────────────────────────────────────────┐
│ Skill Layer (触发器) │
│ - 识别用户意图 │
│ - 决定调用哪个 Sub-Agent │
│ - 汇总结果 │
└─────────────────────────────────────────────────────────────┘
│
┌───────────────────┼───────────────────┐
▼ ▼ ▼
┌──────────────┐ ┌──────────────┐ ┌──────────────┐
│ Sub-Agent 1 │ │ Sub-Agent 2 │ │ Sub-Agent N │
│ (独立上下文) │ │ (独立上下文) │ │ (独立上下文) │
└──────────────┘ └──────────────┘ └──────────────┘
/plugin marketplace add futuretea/alibabacloud-devops-assistant
/plugin install alibabacloud-devops-assistant@alibabacloud-devops-assistant
/plugin list
触发词: "工作项"、"创建需求"、"迭代进度"、"登记工时"、"工时报告"
Sub-Agent: devops-workitem-tracker、devops-sprint-manager、devops-effort-analyst
触发词: "仓库列表"、"创建分支"、"合并请求"、"代码审查"
Sub-Agent: devops-repo-navigator、devops-code-reviewer
触发词: "运行流水线"、"构建状态"、"查看日志"
Sub-Agent: devops-pipeline-operator
触发词: "部署"、"发布"、"部署单"、"变更请求"
Sub-Agent: devops-deployment-manager
触发词: "组织信息"、"成员列表"、"部门"、"角色"
Sub-Agent: devops-org-explorer
触发词: "项目巡检"、"健康检查"、"项目体检"
Sub-Agent: devops-project-inspector(协调器)+ 4 个维度 Agent
alibabacloud-devops-assistant/
├── agents/ # 13 个 Sub-Agent 定义
│ ├── workitem-tracker.md # 工作项跟踪器(核心)
│ ├── sprint-manager.md # 迭代管理器(核心)
│ ├── effort-analyst.md # 工时分析器(核心)
│ ├── org-explorer.md # 组织探索器
│ ├── repo-navigator.md # 仓库导航器
│ ├── code-reviewer.md # 代码审查器
│ ├── pipeline-operator.md # 流水线操作器
│ ├── deployment-manager.md # 部署管理器
│ ├── project-inspector.md # 项目巡检协调器
│ ├── workitem-health-inspector.md # 巡检维度: 工作项健康
│ ├── sprint-health-inspector.md # 巡检维度: 迭代健康
│ ├── pipeline-health-inspector.md # 巡检维度: 流水线健康
│ └── code-health-inspector.md # 巡检维度: 代码健康
├── skills/ # 6 个 Skill 触发器
│ ├── project-management/ # 项目管理(最丰富)
│ ├── code-management/ # 代码管理
│ ├── pipeline-management/ # 流水线管理
│ ├── application-delivery/ # 应用交付
│ ├── organization-management/ # 组织管理
│ └── project-inspection/ # 项目巡检
├── .claude/ # 工具权限配置
├── .claude-plugin/ # 插件元数据
├── CLAUDE.md
├── README.md
├── LICENSE
└── .gitignore
yunxiaoMIT
npx claudepluginhub futuretea/alibabacloud-devops-assistantSolutions Engineer daily workflow skills — open source analysis, case management, RFP response, discovery prep, and demo building. Designed for the OSS + customization delivery model.
Rancher assistant for multi-cluster Kubernetes management, troubleshooting, capacity analysis, and resource discovery (Community)
FlashDuty assistant for incident management, diagnosis, team collaboration, and SRE best practices (Community)
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.