agentsclimarketplace

Strangler fig orchestrator

Skill a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/strangler-fig-orchestrator

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill strangler-fig-orchestrator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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

SKILL.md

2.8 KB, as published. Nobody here has run it

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

ToolPurposeIntegration Method
API GatewaysTraffic routingConfig/API
LaunchDarklyFeature flagsAPI
Split.ioFeature managementAPI
ConsulService meshAPI
IstioTraffic managementConfig

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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.