/new-bundle
Scaffold a project-local extension, addon, framework, plugin, or provider bundle under the configured AIWG artifact root.
$ npx -y skills add jmagly/aiwg --skill new-bundle --agent claude-codeHow 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
/new-bundle
Context preview
The summary Claude sees to decide when to auto-load this skill.
Scaffold a project-local extension, addon, framework, plugin, or provider bundle under the configured AIWG artifact root.
SKILL.md
new-bundle.SKILL.mdnamespace: aiwg
name: new-bundle
platforms: [all]
description: Scaffold a project-local extension, addon, framework, plugin, or provider bundle under the configured AIWG artifact root.
triggers:
- new-bundle
- new bundle
- scaffold project-local
- create project-local bundle
- project-local bundle
- new extension
- new addon
- new provider
New Bundle
Create a version-controlled project-local bundle under `.aiwg/`.
Behavior
1. Determine the bundle name and type. 2. Select an optional starter artifact. 3. Preview when requested, then run:
aiwg new-bundle <name> \
[--type extension|addon|framework|plugin|provider] \
[--starter skill|rule|agent|minimal] \
[--description "..."] \
[--dry-run]4. Deploy the completed bundle with `aiwg use <name>`. 5. Validate project-local health with `aiwg doctor`. 6. When the bundle is ready to graduate, use `aiwg promote <name> --dry-run`.
The default type is `extension`; the default starter is `skill`. The aliases `new-extension`, `new-addon`, `new-framework`, `new-plugin`, and `new-provider` select their corresponding type.
Safety
- Use `--dry-run` before scaffolding when the target or layout is uncertain.
- Refuse to overwrite an existing bundle.
- Keep project-local source in version control; provider deployment copies are
generated artifacts.
References
- @$AIWG_ROOT/src/cli/handlers/subcommands.ts — `new-bundle` command handler
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/skills/steward-quickref/SKILL.md
Read more
namespace: aiwg name: new-bundle platforms: [all] description: Scaffold a project-local extension, addon, framework, plugin, or provider bundle under the configured AIWG artifact root. triggers: - new-bundle - new bundle - scaffold project-local - create project-local bundle - project-local bundle - new extension - new addon - new provider
New Bundle
Create a version-controlled project-local bundle under `.aiwg/`.
Behavior
1. Determine the bundle name and type. 2. Select an optional starter artifact. 3. Preview when requested, then run:
aiwg new-bundle <name> \
[--type extension|addon|framework|plugin|provider] \
[--starter skill|rule|agent|minimal] \
[--description "..."] \
[--dry-run]4. Deploy the completed bundle with `aiwg use <name>`. 5. Validate project-local health with `aiwg doctor`. 6. When the bundle is ready to graduate, use `aiwg promote <name> --dry-run`.
The default type is `extension`; the default starter is `skill`. The aliases `new-extension`, `new-addon`, `new-framework`, `new-plugin`, and `new-provider` select their corresponding type.
Safety
- Use `--dry-run` before scaffolding when the target or layout is uncertain.
- Refuse to overwrite an existing bundle.
- Keep project-local source in version control; provider deployment copies are
generated artifacts.
References
- @$AIWG_ROOT/src/cli/handlers/subcommands.ts — `new-bundle` command handler
- @$AIWG_ROOT/agentic/code/addons/aiwg-utils/skills/steward-quickref/SKILL.md
Multi-agent AI framework for Claude Code, Copilot, Cursor, Warp, and 6 more platforms 200+ agents, 109+ CLI commands, 400+ deployable agent/skill/command/rule artifacts, 8 core frameworks, 32 addons, and a 40-plugin Claude Code marketplace.
Repo: jmagly/aiwg
Other skills on aiwg.
- /agent-loop-ext
Crash-resilient external agent loop with state persistence and CI/CD integration
Open skill - /agent-loop
Detect requests for iterative autonomous agent loops and route to the appropriate loop executor
Open skill - /auto-test-execution
Automatically execute tests when code-generating agents modify source files, enforcing the execute-before-return pattern
Open skill - /cross-task-learner
Enable agent loops to learn from similar past tasks and share patterns across loops
Open skill - /debug-memory
Query and manage the executable feedback debug memory
Open skill - /execute-feedback
Execute tests on generated code and iterate until passing
Open skill

