基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill aiwg-regenerate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
| namespace | aiwg |
| name | aiwg-regenerate |
| platforms | ["all"] |
| kernel | true |
| description | Select and execute the canonical refresh, existing-project extraction, or legacy AIWG context regeneration branch |
| script | {"entrypoint":"run.sh","runtime":"bash","cwd":"project-root","argsHint":"[--workspace|--existing-project|--full-inject] [--provider <name>] [--dry-run|--apply] [--force]"} |
The CLI is the deterministic source of truth for context regeneration. The
selector is intentionally intelligent: an unqualified aiwg-regenerate
invocation routes an established, not-yet-extracted repository through preview
and transactional adoption; fresh or already-adopted projects route to the
canonical refresh. Do not make users choose a branch unless they want to
override that decision.
Select and load exactly one linked branch before execution:
--apply is explicit.# Intelligent default (recommended user surface)
aiwg run skill aiwg-regenerate
# Canonical default
aiwg regenerate --workspace [--provider <name>] [--dry-run] [--force]
# Existing-project transactional adoption
aiwg regenerate --existing-project [--provider <name>] [--dry-run|--apply]
# Legacy compatibility
aiwg regenerate --full-inject [--provider <name>] [--dry-run]
--legacy aliases --full-inject. The CLI rejects conflicting branches,
unknown options, and missing provider values with usage status.
--existing-project rejects --force and all --no-*-md partial-write flags.
It refuses possible credentials and ambiguous directive conflicts, previews the
exact extracted block and transaction targets, and prints the rollback command
after apply.
Explicit branch flags always win. Without one, the executable selector checks
for stable project signals (package.json, common language manifests, or a
README) and the project-extraction marker. A first-time established project is
previewed and then applied; an already-extracted or fresh project uses
--workspace. Passing only --dry-run keeps inferred adoption read-only.
Supported shared controls are --dry-run, --provider <name>, --force,
--no-aiwg-md, --no-agents-md, and --no-workspace-md. The last option is
implicit in legacy mode.
aiwg run skill aiwg-regenerate -- <flags> when the provider
supports executable skills, or run the equivalent aiwg regenerate command.Use aiwg refresh instead when frameworks, agents, skills, rules, commands, or
provider deployments also need to be updated.