setup-run
FeaturedExecute a `setup.aiwg.io/v1` SetupManifest, performing cross-platform installati
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# setup-run
Execute a `setup.aiwg.io/v1` SetupManifest, performing cross-platform installation step by step.
## Trigger Phrases
- "run the setup manifest"
- "install using setup.manifest.yaml"
- "execute installer for [project]"
- "aiwg setup-run [manifest]"
- "run setup for [project]"
- "run dev setup for [project]"
## Parameters
### manifest (positional, optional)
Path to the `setup.manifest.yaml`. Default: `./setup.manifest.yaml`.
### --dry-run (optional)
Print what would be executed without running any scripts.
### --platform (optional)
Override platform detection: `linux`, `macos`, `windows`, `wsl2`.
### --distro (optional)
Override distro detection: `ubuntu`, `debian`, `fedora`, `arch`, etc.
### --params-file (optional)
Path to a YAML file with pre-set param values (avoids interactive prompts).
### --step (optional)
Run only a specific step by `id`. Useful for resuming after failure.
### --skip (optional)
Comma-separated step IDs to skip.
### --type (optional)
Filter which manifest to run by install type: `user`, `developer`, or `ci`.
When `--type developer` is specified and no manifest path is given, the skill looks for `installer/setup.dev.manifest.yaml` before falling back to `setup.manifest.yaml`.
When `--type user` is specified, the skill looks for `installer/setup.user.manifest.yaml`.
## Execution Flow
### Phase 1: Load and Validate
1. Read the manifest file
2. Validate against `setup.aiwg.io/v1` schema (run setup-validate internally)
3. If invalid...
Details
- Author
- jmagly
- Repository
- jmagly/aiwg
- Created
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
setup-generate
Generate a `setup.manifest.yaml` file for a project using the `setup.aiwg.io/v1`
201 Updated today
jmagly AI & Automation Featured
setup-validate
Validate a `setup.aiwg.io/v1` SetupManifest file against the schema and run cons
201 Updated today
jmagly AI & Automation Listed
setup
Use when bootstrapping a new (or existing) project to reuse the shared ai conventions — scaffolds drift-log, a thin CLAUDE.md, and wires the requested ai plugins (`core` always) into `.claude/settings.json`. Idempotent.
0 Updated 3 weeks ago
bim-ba