# assimilation-pipeline-orchestration > Use to run the end-to-end assimilation phases: scan, analyze via Copilot SDK, license check, generate assets, build registry, and execute hooks. - Author: Shyam Sridhar - Repository: shyamsridhar123/agentsmith-cli - Version: 20260124140956 - Stars: 5 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/shyamsridhar123/agentsmith-cli - Web: https://mule.run/skillshub/@@shyamsridhar123/agentsmith-cli~assimilation-pipeline-orchestration:20260124140956 --- --- name: assimilation-pipeline-orchestration description: Use to run the end-to-end assimilation phases: scan, analyze via Copilot SDK, license check, generate assets, build registry, and execute hooks. --- # Assimilation Pipeline Orchestration Use to run the end-to-end assimilation phases: scan, analyze via Copilot SDK, license check, generate assets, build registry, and execute hooks. ## When to Use Use this skill when: - Working with code in `src/commands/assimilate.ts/` - User mentions "assimilate" - User mentions "generate" - User mentions "pipeline" - User mentions "copilot" - User mentions "post-generate" ## Patterns - phase-based workflow with ordered execution - dry-run and verbose options gating side effects - remote cloning and temporary cleanup - license policy gate before generation - post-generate hook execution with failure handling ## Examples ``` new Scanner(resolved.path, options.verbose).scan(); new Analyzer(options.verbose).analyze(scanResult); const generator = new Generator(outputPath, options.dryRun, options.verbose); ``` ## Category **architecture** - Structural patterns and system design