Skip to content
Development
Skill

/promote

Promote or graduate a project-local bundle to its upstream AIWG location or to a private corpus path.

From plugin
aiwg
213200 skills199 agents26 commands
Install
$ npx -y skills add jmagly/aiwg --skill promote --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/promote

Context 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.

SKILL.md

promote.SKILL.md
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

Promote Project-Local Bundle

Graduate a proven project-local bundle without losing its source provenance.

Behavior

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.

Safety

  • Run `aiwg doctor` and a dry run before promotion.
  • Promotion verifies the bundle manifest and destination before copying.
  • Omit `--cleanup` to retain the project-local source.

References

  • @$AIWG_ROOT/src/cli/handlers/subcommands.ts — `promote` command handler
  • @$AIWG_ROOT/src/extensions/project-local-promote.ts — promotion implementation
  • @$AIWG_ROOT/agentic/code/addons/aiwg-utils/skills/steward-quickref/SKILL.md
Ships withaiwg

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.

Get the whole plugin

Other skills on aiwg.