用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill setup-validate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
WCAG accessibility analysis for color palettes including contrast ratios, compliance checking, and remediation suggestions. Use when user needs to verify colors meet accessibility standards.
Generate, analyze, compare, export, and suggest color palettes using color theory. Use when user asks about colors, palettes, color schemes, or needs help choosing colors for a project.
Research current color trends from Pantone, architecture, film, and design. Use when user asks about trending colors, popular palettes, or wants research-backed color inspiration.
基于 SOC 职业分类
正在显示 SKILL.md
| namespace | aiwg |
| name | setup-validate |
| platforms | ["all"] |
| description | Validate a `setup.aiwg.io/v1` SetupManifest file against the schema and run cons |
Validate a setup.aiwg.io/v1 SetupManifest file against the schema and run consistency checks.
Path to the setup.manifest.yaml. Default: ./setup.manifest.yaml.
Path to schema file. Default: auto-located from AIWG installation.
Fail on warnings in addition to errors.
Reserved for future safe autofixes. The current CLI validates and reports only.
apiVersion must be setup.aiwg.io/v1kind must be SetupManifestmetadata.name, spec.platforms, spec.stepsscript, detect, ask, verify, agentic, platform-route, chain, os-configstring, path, boolean, integer, choicemetadata.install_type must be one of: user, developer, ci (if present)script: path exists relative to the manifest directorychain: manifest path existsplatform-route route value resolves to an existing scriptdepends_on step IDs all exist in the manifesttriggers list references valid step IDsos-config steps: config_id must reference a valid entry in spec.os_configmetadata.install_type: developer)These checks apply only to manifests with install_type: developer:
os-config steps must reference a valid config_id in the spec.os_config blockinteractive_required: true params must not have a default value — a default defeats the purpose of requiring interactive inputspec.platforms must have at least one platform-specific step or os_config entry--strict, then errors)os_config block: warn unless metadata.description explicitly states why no OS configuration is neededos_config entries with requires_relogin: true but no corresponding os-config step — the entry is declared but never appliedos_config entries with interactive: true but no user-facing explanation in descriptionid — suggest auto-generated IDsdepends_onwhen conditionsinstall_hint (hard to debug without one)true)interactive_required: true params that also have required: true — the required flag is redundant when interactive_required is settype: agentic step — print a reminder that agentic steps are exception handling onlytype: agentic step has no instruction fieldValidating: setup.dev.manifest.yaml
Schema: ✓ Valid (setup.aiwg.io/v1 / SetupManifest)
Install type: developer
Metadata: ✓ name=myapp-dev version=1.0.0
Platform: ✓ linux (ubuntu, debian), macos
Params: ✓ 4 params (INSTALL_DIR required, LOCAL_DOMAIN interactive_required, SSH_EMAIL interactive_required, IDE interactive_required)
Prerequisites: ✓ 2 checked (git >=2.30, docker)
OS Config: ✓ 3 entries (docker-group [linux, requires_relogin], inotify-watches [linux], xcode-cli-tools [macos, interactive])
Steps (7):
✓ clone script installer/scripts/clone.sh [exists]
✓ setup-git-config script installer/scripts/dev/setup-git-config.sh [exists]
✓ setup-ssh-key script installer/scripts/dev/setup-ssh-key.sh [exists]
✓ apply-docker-group os-config config_id=docker-group [valid]
✓ apply-inotify os-config config_id=inotify-watches [valid]
✓ configure-dev script installer/scripts/dev/configure-dev.sh [exists]
✓ verify-dev script installer/scripts/dev/verify-dev.sh [exists]
Recovery (1):
✓ full-reset script [exists]
Warnings (1):
⚠ xcode-cli-tools os_config entry declared but no os-config step applies it
Result: VALID (1 warning)
Errors (2):
✗ Step 'apply-docker-group': config_id 'docker-group' not found in os_config block
✗ Param 'LOCAL_DOMAIN': interactive_required=true but has a default value — remove the default
Result: INVALID — fix errors before running
--fix is reserved for future safe autofixes. The current agent-facing CLI
validates and reports only; it does not mutate manifests.
agentic/code/addons/agentic-installer/schemas/v1/setup-manifest.schema.jsonagentic/code/addons/agentic-installer/skills/setup-run/SKILL.mdagentic/code/addons/agentic-installer/skills/setup-generate/SKILL.md