agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Promote or graduate a project-local bundle to its upstream AIWG location or to a private corpus path.
$ npx -y skills add jmagly/aiwg --skill promote --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/promoteContext preview
The summary Claude sees to decide when to auto-load this skill.
Promote or graduate a project-local bundle to its upstream AIWG location or to a private corpus path.
namespace: aiwg name: promote platforms: [all] description: Promote or graduate a project-local bundle to its upstream AIWG location or to a private corpus path. triggers: - promote bundle - promote project-local - graduate project-local bundle - graduate to upstream - project-local bundle
Graduate a proven project-local bundle without losing its source provenance.
1. Identify the project-local bundle and its intended destination. 2. Preview the copy and registry transition:
aiwg promote <name> --dry-run
3. Promote to the declared upstream location or a private corpus:
aiwg promote <name> --to upstream aiwg promote <name> --to corpus <path>
4. Use `--cleanup` only when the project-local source should be removed after successful promotion. Use `--force` only after reviewing a destination conflict.
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