aiwg-help

aiwg-help is a skill for Claude Code, Codex from jmagly/aiwg. It costs 18 tokens per session (911 once invoked), scanned A, original, MIT.

A command reference that lists AIWG's available CLI commands, arguments, and examples. A CLI is a program operated by typing commands in a terminal.

In plain words
What is it for?
Use it to discover AIWG commands, view usage examples, or get help with a particular command.
Why use it?
It helps when you do not know which command exists or what options it accepts. It can also direct questions about a specific command to the relevant documentation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to discover AIWG commands, view usage examples, or get help with a particular command.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jmagly/aiwg/aiwg-help
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jmagly/aiwg --skill aiwg-help
Clone the repo
git clone --depth 1 https://github.com/jmagly/aiwg

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aiwg-help

README.md
[![agentmods](https://agentmods.dev/badge/skills/jmagly/aiwg/aiwg-help/github.svg)](https://agentmods.dev/skills/jmagly/aiwg/aiwg-help)
Your own site
<a href="https://agentmods.dev/skills/jmagly/aiwg/aiwg-help"><img src="https://agentmods.dev/badge/skills/jmagly/aiwg/aiwg-help/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aiwg-help

Your own site · 80×15
<a href="https://agentmods.dev/skills/jmagly/aiwg/aiwg-help"><img src="https://agentmods.dev/badge/skills/jmagly/aiwg/aiwg-help.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 911 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00018 $0.00911
Opus 5 $0.00009 $0.00456
Sonnet 5 $0.00004 $0.00182
Haiku 4.5 $0.00002 $0.00091

Measured 6d ago against content hash 0bba867ec299, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

aiwg-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agentic/code/addons/aiwg-utils/skills/aiwg-help/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AIWG Help

You display all available AIWG CLI commands, their arguments, and usage examples.

Triggers

Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description):

  • "what can aiwg do" → run aiwg help
  • "list aiwg commands" → run aiwg help
  • "how do I use aiwg" → run aiwg help
  • "aiwg commands" → run aiwg help
  • "aiwg usage" → run aiwg help

Trigger Patterns Reference

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

Behavior

When triggered:

  1. 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.

  2. 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.

  3. Report the result inline — present the command groups and highlight the most relevant section if the user expressed a specific area of interest.

Examples

Example 1: General help request

Read the full file on GitHub · 98 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 98 lines · 18 tokens per session scan A 0bba867ec299

Subscribe to this mod's changes

aiwg-help is a skill published in the GitHub repository jmagly/aiwg (210 stars, last pushed yesterday), licensed MIT. It adds 18 tokens to every session and 911 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens

blind-spot-pass

Use before starting work in a domain you don't know well, to surface the "unknown unknowns" — the things you don't even know to ask about — and learn just enough to prompt and decide well. Implements the "blind spot pass" pattern from Anthropic's Fable "finding your unknowns" field guide. Triggers when you say "I'm…

sangrokjung/claude-forge · 221 tokens

prompts-chat

Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.

sangrokjung/claude-forge · 41 tokens

memstack-development-mentor

Use when the user says 'teach me', 'explain as you go', 'mentor mode', 'walk me through', 'help me learn', 'explain why', 'learning mode', or wants real-time plain language narration of decisions and tradeoffs while building. Do NOT use for code review or debugging.

cwinvestments/memstack · 69 tokens

self-assessment

Interactive skill assessment with personalized learning path generation.

FlorianBruniaux/claude-code-ultimate-guide · 12 tokens

talk-stage1-extract

Extracts and structures source material (articles, transcripts, notes) into a talk summary with narrative arc, themes, metrics, and gaps. Auto-detects REX vs Concept type. Use when starting a new talk from any source material or auditing existing material before committing to a talk.

FlorianBruniaux/claude-code-ultimate-guide · 64 tokens