agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Regenerate provider startup context using the legacy inline compatibility branch
$ npx -y skills add jmagly/aiwg --skill aiwg-regenerate-legacy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/aiwg-regenerate-legacyContext preview
The summary Claude sees to decide when to auto-load this skill.
Regenerate provider startup context using the legacy inline compatibility branch
namespace: aiwg name: aiwg-regenerate-legacy platforms: [all] kernel: true description: Regenerate provider startup context using the legacy inline compatibility branch commandHint: argumentHint: "[--provider <name>] [--dry-run]" allowedTools: Bash, Read model: haiku category: maintenance modelRole: efficiency modelTier: economy
Use this branch only for compatibility with a provider or project that still requires AIWG context embedded directly in its startup file.
The deterministic command is:
aiwg regenerate --full-inject [--provider <name>] [--dry-run]
The CLI writes `<!-- BEGIN AIWG -->` / `<!-- END AIWG -->` markers, preserves operator prose outside managed blocks, backs up changed existing files, and does not create `WORKSPACE.md`. Preview first for established projects.
Return to the canonical graph with [aiwg-regenerate-workspace](../aiwg-regenerate-workspace/SKILL.md).
Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.
Repo: jmagly/aiwg
Crash-resilient external agent loop with state persistence and CI/CD integration
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Enable agent loops to learn from similar past tasks and share patterns across loops
Query and manage the executable feedback debug memory
Execute tests on generated code and iterate until passing