ソース情報
- リポジトリ
- jmagly/aiwg
- ソースの最終更新活動
- 2026年5月10日 17:08
- 検出された 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 aiwg-helpコマンドは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 を表示中
| name | aiwg-help |
| namespace | aiwg |
| platforms | ["all"] |
| kernel | true |
| description | Display all available AIWG CLI commands, their arguments, and usage examples |
You display all available AIWG CLI commands, their arguments, and usage examples.
Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):
aiwg helpaiwg helpaiwg helpaiwg helpaiwg help| Pattern | Example | Action |
|---|---|---|
| General help | "help" / "show help" | Run aiwg help |
| Command listing | "what commands are available" | Run aiwg help |
| Usage question | "how do I use aiwg" | Run aiwg help |
| Capability query | "what can aiwg do" | Run aiwg help |
| Command discovery | "list aiwg commands" | Run aiwg help |
When triggered:
Extract intent: Determine whether the user wants the full command listing or is asking about a specific command or category. If a specific command is mentioned (e.g. "help with ralph"), direct the user to the relevant section.
Run the appropriate command:
# Full help output
aiwg help
The help command is built into the CLI registry and requires no external tools. It renders command groups (Framework, Project, Workspace, MCP Server, Toolsmith, Catalog, Discovery, Dispatch, Features, Scaffolding, Ralph Loop, Maintenance, Channel) with aligned descriptions.
Discovery commands (discover, show, index) are the canonical way to find and read AIWG skills/agents/commands/rules — most of AIWG's surface lives outside the always-loaded kernel set and is reachable only via these commands. Dispatch commands (run skill <name>, run <script>) execute script-bearing skills and user-defined scripts.
Report the result inline — present the command groups and highlight the most relevant section if the user expressed a specific area of interest.
User: "What commands does AIWG have?"
Extraction: Full command listing requested, no specific area mentioned
Action:
aiwg help
Response: "Here are all available AIWG commands: [output]. The most commonly used are aiwg use <framework> to deploy a framework, aiwg discover \"<phrase>\" to find skills by capability, aiwg doctor to check health, and aiwg refresh to pull the latest version and redeploy."
User: "How do I use the agent loop commands?"
Extraction: User wants help scoped to the Agent Loop category
Action:
aiwg help
Response: "The Agent Loop commands are: aiwg ralph \"<task>\" to start an iterative loop, aiwg ralph-status to check progress, aiwg ralph-abort to stop, and aiwg ralph-resume to continue an interrupted loop. Pass --completion \"<criteria>\" to define when the loop should stop."
User: "usage"
Extraction: User wants the usage summary
Action:
aiwg help
Response: "Usage: aiwg <command> [options]. Run aiwg help for the full command listing, or ask about a specific command."
aiwg help for the live list)