跳到主要内容
知仓学习社ZHICANG

strangler-fig-orchestrator

Orchestrate strangler fig pattern implementation for gradual migration with traffic routing and cutover management

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少2 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Strangler Fig Orchestrator Skill

Orchestrates the strangler fig pattern implementation for gradual migration from legacy to modern systems with traffic routing and cutover management.

Purpose

Enable incremental migration for:

  • Traffic routing configuration
  • Feature flag management
  • Gradual cutover orchestration
  • Rollback coordination
  • Legacy component sunset

Capabilities

1. Traffic Routing Configuration

  • Configure API gateway rules
  • Set up routing weights
  • Handle header-based routing
  • Manage path-based routing

2. Feature Flag Management

  • Create feature flags
  • Control rollout percentage
  • Manage user segments
  • Handle A/B testing

3. Gradual Cutover Orchestration

  • Plan cutover phases
  • Execute incremental shifts
  • Monitor health metrics
  • Coordinate teams

4. Rollback Coordination

  • Define rollback triggers
  • Automate rollback
  • Preserve state
  • Document recovery

5. Progress Tracking

  • Track migration progress
  • Monitor adoption rates
  • Report on status
  • Visualize timeline

6. Legacy Component Sunset

  • Plan decommissioning
  • Verify no traffic
  • Archive data
  • Clean up resources

Tool Integrations

| Tool | Purpose | Integration Method |

|------|---------|-------------------|

| API Gateways | Traffic routing | Config/API |

| LaunchDarkly | Feature flags | API |

| Split.io | Feature management | API |

| Consul | Service mesh | API |

| Istio | Traffic management | Config |

Output Schema

{
  "orchestrationId": "string",
  "timestamp": "ISO8601",
  "migration": {
    "legacy": {
      "system": "string",
      "endpoints": []
    },
    "modern": {
      "system": "string",
      "endpoints": []
    }
  },
  "routing": {
    "strategy": "string",
    "rules": [],
    "currentWeights": {}
  },
  "progress": {
    "phase": "string",
    "percentMigrated": "number",
    "remainingEndpoints": []
  },
  "rollback": {
    "available": "boolean",
    "lastCheckpoint": "string"
  }
}

Integration with Migration Processes

  • monolith-to-microservices: Gradual extraction
  • legacy-decommissioning: Sunset planning

Related Skills

  • api-compatibility-analyzer: Contract verification

Related Agents

  • strangler-implementation-agent: Implementation
  • microservices-decomposer: Service extraction

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/code-migration-modernization/skills/strangler-fig-orchestrator/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能