Agent Assimilation Pipeline

Orchestrate scan, analyze, generate, registry build, and hook execution with dry-run/verbose modes.

shyamsridhar123 Updated

File contents

Agent Assimilation Pipeline

Orchestrate scan, analyze, generate, registry build, and hook execution with dry-run/verbose modes.

When to Use

Use this skill when:

  • Working with code in src\commands\assimilate.ts/
  • User mentions "assimilate"
  • User mentions "analyze"
  • User mentions "generate"
  • User mentions "registry"
  • User mentions "hooks"

Patterns

  • phased pipeline: Scan → Analyze → Generate → Registry → Hooks
  • output path selection for remote vs local targets
  • Copilot SDK analysis integration boundary
  • summary and cleanup of temporary clones

Examples

const analysisResult = await analyzer.analyze(scanResult);

Category

architecture - Structural patterns and system design

shyamsridhar123/agentsmith-cli/tree/main/.github/skills/agent-assimilation-pipeline commit 30cb0accbd

Frequently asked questions

npx skillmds@latest add shyamsridhar123/agent-assimilation-pipeline