setup-generate
FeaturedGenerate a `setup.manifest.yaml` file for a project using the `setup.aiwg.io/v1`
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-generate
Generate a `setup.manifest.yaml` file for a project using the `setup.aiwg.io/v1` SetupManifest language.
## Trigger Phrases
- "generate a setup manifest for [project]"
- "create installer for [project]"
- "scaffold setup manifest"
- "write a setup.manifest.yaml for [directory]"
- "generate install workflow for [project]"
- "generate dev installer for [project]"
## Parameters
### project-dir (positional, optional)
Path to the project root. Defaults to `.`.
### --output (optional)
Manifest path to create. Default: `./setup.manifest.yaml`.
### --name (optional)
Manifest `metadata.name`. Default: package name or project directory name.
### --type (optional)
Install type: `user`, `developer`, or `ci`. Default: `developer`.
### --platform (optional)
Target platform: `linux`, `macos`, `windows`, or `docker`.
### --force (optional)
Overwrite existing generated manifest/script files.
### --type (optional)
Install type to generate: `user`, `developer`, or `ci`.
Default: `user`.
- `user` — production/end-user deployment (default, behavior unchanged from previous versions)
- `developer` — local development environment standup with OS configuration
- `ci` — headless pipeline setup
When `--type developer`, output filename is `setup.dev.manifest.yaml`. When `--type user`, output is `setup.user.manifest.yaml` (or `setup.manifest.yaml` if no type is specified for backwards compatibility).
### --interactive (optional)
Ask clarifying questions before generating.
...
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-run
Execute a `setup.aiwg.io/v1` SetupManifest, performing cross-platform installati
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 Code & Development Listed
setup
Generate install scripts, Docker config, and README for any project. One-command setup, platform agnostic. Keywords: install, setup, deploy, docker, readme, run, start, build
2 Updated today
jvalin17