ソース情報
- リポジトリ
- jmagly/aiwg
- ソースの最終更新活動
- 2026年4月30日 21:57
- 検出された SKILL.md の言語
- 英語
- スター
- 178
- フォーク
- 26
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/jmagly/aiwg --skill opsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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 | ops |
| platforms | ["all"] |
| description | Manage the AIWG ops ecosystem of sysops, devops, and itops workspaces and frameworks |
You manage the AIWG ops ecosystem — multi-repo operational frameworks for infrastructure, IT, and DevOps workflows. Ops workspaces map to repository archetypes: sysops (machine-specific, per-host), devops (cross-cutting infrastructure), and itops (IT operations and service management).
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
dev-extension| Pattern | Example | Action |
|---|---|---|
| Initialize workspace | "init this as a sysops workspace" | Run aiwg ops init --workspace sysops |
| Check status | "show ops workspace status" | Run aiwg ops status |
| Deploy framework | "use ops-complete framework" | Run aiwg ops use ops-complete |
| List installed | "what ops frameworks are deployed?" | Run aiwg ops list |
| Push artifacts | "push ops to registry" | Run aiwg ops push |
| Default init | "initialize ops" | Run aiwg ops init |
When triggered:
Extract intent:
init, status, use, list, or push?init: which workspace type (sysops, devops, itops)? Default if unspecified.use: which framework name?Understand the workspace types:
| Workspace | Maps To | Scope | Examples |
|---|---|---|---|
sysops | jmagly/sysops | Per-host | Machine standup, hardware docs, per-machine troubleshooting |
devops | jmagly/devops | Cross-cutting | CI/CD pipelines, fleet-wide tooling, secrets management |
itops | IT operations repos | Service management | Helpdesk, asset tracking, change management |
Understand the available ops frameworks:
| Framework | Purpose |
|---|---|
ops-complete | Full ops suite — all subcommands, templates, and agents |
sys-extension | Adds sysops-specific agents and runbook templates |
dev-extension | Adds devops-specific pipelines and infrastructure templates |
it-extension | Adds IT service management workflows |
Run the appropriate command:
# Initialize a workspace (prompts for type if not specified)
aiwg ops init
aiwg ops init --workspace sysops
aiwg ops init --workspace devops
aiwg ops init --workspace itops
# Show status of all registered ops workspaces
aiwg ops status
# Deploy an ops framework to the current workspace
aiwg ops use ops-complete
aiwg ops use sys-extension
aiwg ops use dev-extension
aiwg ops use it-extension
aiwg ops list
aiwg ops push
User: "Set this repo up as a sysops workspace"
Extraction: Init with sysops workspace type
Action:
aiwg ops init --workspace sysops
Response: "Initialized sysops workspace in current directory. Ops registry updated. Use aiwg ops use sys-extension to deploy sysops-specific agents and runbook templates."
User: "I'm setting up our infrastructure repo — initialize it for devops"
Extraction: Init with devops workspace type
Action:
aiwg ops init --workspace devops
Response: "Initialized devops workspace. This workspace is configured for cross-cutting infrastructure: CI/CD pipelines, fleet automation, secrets management. Deploy dev-extension to get devops-specific agents."
User: "What ops workspaces do we have and what's deployed?"
Extraction: Status check
Action:
aiwg ops status
Response: Shows registered workspaces, e.g.:
sysops /mnt/dev-inbox/jmagly/sysops sys-extension
devops /mnt/dev-inbox/jmagly/devops dev-extension, ops-complete
User: "Deploy the complete ops framework to this workspace"
Extraction: Use ops-complete
Action:
aiwg ops use ops-complete
Response: "Deployed ops-complete to current workspace. All ops agents, runbook templates, and subcommands are now available. Run aiwg ops list to see what was installed."
User: "What ops frameworks are running in this workspace?"
Extraction: List deployed
Action:
aiwg ops list
Response: Lists installed ops frameworks with version and deploy date, e.g.:
ops-complete v2026.3.15 deployed 2026-04-01
dev-extension v2026.3.15 deployed 2026-04-01
User: "Push our ops artifacts to the registry"
Extraction: Push request
Action:
aiwg ops push
Response: "Pushed ops artifacts to remote registry. 4 runbooks, 2 agent definitions, and 1 framework config synced."
If the user's intent is ambiguous:
sysops (machine-specific), devops (cross-cutting), itops (service management)"ops-complete, sys-extension, dev-extension, it-extension"Report results — For init, confirm workspace type and path. For status, show each registered workspace with its type and framework list. For use/list, show what is deployed. For push, confirm artifacts pushed and destination.