binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Configure a side-by-side codex-glm command that routes Codex CLI to Huawei Cloud MaaS glm-5.1 through a CCR /v1/responses shim while preserving the original codex command.
The 1+3 Cloud Adoption Skills Framework is an AI-driven capability system that organizes cloud skills into general, domain (Cloud Foundation, App Modernization, Big Data, AI), and use case layers. It enables teams to deliver, validate, and replicate cloud solutions through standardized, asset-based skills.
This repository also configures its own agents. See what 1-3-Cloud-Adoption-Skills tells them →
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Configure a side-by-side codex-glm command that routes Codex CLI to Huawei Cloud MaaS glm-5.1 through a CCR /v1/responses shim while preserving the original codex command.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Codex
Install, configure, verify, or troubleshoot a side-by-side codex-forky command that routes normal Codex tool/code-execution turns through an existing external forky service to the MaaS execution backend such as LiteLLM/Huawei MaaS GLM, while routing non-tool ordinary turns and image turns directly to Codex…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Codex
Install, verify, diagnose, and harden GitHub Copilot Chat in VS Code when Huawei Cloud MaaS GLM or another Huawei MaaS OpenAI-compatible model is used through OAI Compatible Copilot. Use when Copilot stalls, emits malformed or truncated tool calls, writes partial files, shows path drift, needs Huawei MaaS model…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
A user-wide task router for Cursor, a coding editor with an AI assistant, that directs code execution work to Huawei MaaS GLM through delegate.py.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Codex
Deploy, configure, verify, upgrade, troubleshoot, or remove a LiteLLM bridge for native Claude Code and OpenCode backed by Huawei MaaS GLM-5.2 and OpenRouter. Use for Anthropic Messages compatibility, GLM reasoning filtering, structured tool calls, multilingual smart routing, context length-band policy…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude Code needs its repo
Deploy, verify, upgrade, or roll back the anthropicstreamguard LiteLLM plugin on a docker-compose LiteLLM gateway. Use when asked to install/uninstall the plugin, wire a LiteLLM deployment for native Claude Code clients, or verify the gateway stream fix.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Task-level hybrid routing for OpenCode. Premium model GLM-5.2 handles architecture, complex debugging, security, incidents, high-risk review, images, and raw context over 128K. Execution tasks such as unit tests, docs, CI fixes, codegen, batch refactors, format or migration transforms, and low/medium-risk review are…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Benchmark and reduce LLM inference token cost on Huawei Ascend 910 NPUs with vLLM-Ascend and a Mooncake DRAM KV tier. Use when working on Qwen3.6-35B-A3B serving, 64K-context agent workloads, prefix-cache tiering, data-parallel session affinity, concurrency tuning, or when a throughput/cost benchmark gives results…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude Code
Deploy and benchmark DeepSeek-V4-Flash-0731 W8A8 on Ascend A3 to achieve C64 aggregate output TPS >1280 (per-concurrency >20 tok/s). Use when the user asks to optimize DSV4 C64 throughput, enable Fused MC2, tune DSpark for high concurrency, or reproduce the 1523 tok/s result.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude Code
Deploy and benchmark DeepSeek-V4-Flash-0731 W8A8 with DSpark speculative decoding on Ascend A3 NPU using vLLM 0.25.1. Use when the user asks to deploy DSV4 with DSpark, benchmark DSV4 on Ascend, enable speculative decoding for DeepSeek V4, or reproduce the DSpark TPS optimization test.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Spec-driven coding lifecycle for AI coding agents — executes a task through ROUTE→WORK→[DESIGN]→CHECK→REPORT→MERGEGATE with a spec validator and a human-held merge gate. Use for multi-step or planned software engineering work in a git repo that wants a structured, auditable delivery flow with a signed spec verdict and…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Health check for the collapsed AI-DLC runtime — run ./install.sh --doctor from the repo root. Verifies an install or debugs the two gates.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
D1 SPECIFY — read the selected SKILL.md in full and produce a concrete design spec (tokens.css, tokens.json, components.md, pages.md, assets.md) that pages must conform to. Called by plan.py design --stage specify after D0 SELECT has chosen the skill.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Use when implementation, test generation, bug fixing, refactoring, CI repair, or documentation execution can be delegated to Claude-MaaS from Codex, Copilot, Cursor, or OpenCode. Also use for installing, verifying, diagnosing, or uninstalling the Claude-MaaS delegation Skill.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Reproduce the verified best-practice SGLang deployment of Qwen3.6-35B-A3B (MoE) on Huawei Ascend 910 NPU (8 cards × 2 die = 16 die). Hybrid topology: C1 → TP16 single engine, C4+ → TP2/DP8 sticky. BF16 + NEXTN speculative decoding. All 12 data points (3 scenarios × 4 concurrency) exceed the historical best.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Codex
Build automatic context compression and tiered recall for enterprise agents that reduces token consumption while preserving critical facts, supports recall probes for compression quality verification, artifact probes for key information extraction, just-in-time retrieval that loads context only when needed…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Codex
Build cross-session persistent memory for enterprise agents that auto-captures tool usage, generates semantic summaries, injects relevant context in future sessions, supports tiered retrieval with token cost visibility, skill-based search, privacy controls with sensitive content exclusion, and audit trails. Use when…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks in the current session.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: